Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method and Description |
---|---|
DfsReaderOptions |
DfsReaderOptions.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
DfsReaderOptions |
DfsRepositoryBuilder.getReaderOptions() |
DfsReaderOptions |
DfsObjDatabase.getReaderOptions() |
DfsReaderOptions |
DfsReaderOptions.setDeltaBaseCacheLimit(int maxBytes)
Set the maximum number of bytes in the DeltaBaseCache.
|
DfsReaderOptions |
DfsReaderOptions.setStreamFileThreshold(int newLimit) |
Modifier and Type | Method and Description |
---|---|
B |
DfsRepositoryBuilder.setReaderOptions(DfsReaderOptions opt)
Set the reader options.
|
Constructor and Description |
---|
DfsObjDatabase(DfsRepository repository,
DfsReaderOptions options)
Initialize an object database for our repository.
|
Copyright © 2014. All rights reserved.