|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DfsReaderOptions | |
---|---|
org.eclipse.jgit.storage.dfs | Distributed file system based repository storage. |
Uses of DfsReaderOptions in org.eclipse.jgit.storage.dfs |
---|
Methods in org.eclipse.jgit.storage.dfs that return DfsReaderOptions | |
---|---|
DfsReaderOptions |
DfsReaderOptions.fromConfig(Config rc)
Update properties by setting fields from the configuration. |
DfsReaderOptions |
DfsObjDatabase.getReaderOptions()
|
DfsReaderOptions |
DfsRepositoryBuilder.getReaderOptions()
|
DfsReaderOptions |
DfsReaderOptions.setDeltaBaseCacheLimit(int maxBytes)
Set the maximum number of bytes in the DeltaBaseCache. |
DfsReaderOptions |
DfsReaderOptions.setStreamFileThreshold(int newLimit)
|
Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsReaderOptions | |
---|---|
B |
DfsRepositoryBuilder.setReaderOptions(DfsReaderOptions opt)
Set the reader options. |
Constructors in org.eclipse.jgit.storage.dfs with parameters of type DfsReaderOptions | |
---|---|
DfsObjDatabase(DfsRepository repository,
DfsReaderOptions options)
Initialize an object database for our repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |