| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Method | Description |
|---|---|---|
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) |
| Modifier and Type | Method | Description |
|---|---|---|
B |
DfsRepositoryBuilder.setReaderOptions(DfsReaderOptions opt) |
Set the reader options.
|
| Constructor | Description |
|---|---|
DfsObjDatabase(DfsRepository repository,
DfsReaderOptions options) |
Initialize an object database for our repository.
|
Copyright © 2018. All rights reserved.