|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DhtReaderOptions | |
---|---|
org.eclipse.jgit.storage.dht |
Uses of DhtReaderOptions in org.eclipse.jgit.storage.dht |
---|
Methods in org.eclipse.jgit.storage.dht that return DhtReaderOptions | |
---|---|
DhtReaderOptions |
DhtReaderOptions.fromConfig(Config rc)
Update properties by setting fields from the configuration. |
DhtReaderOptions |
DhtRepositoryBuilder.getReaderOptions()
|
DhtReaderOptions |
DhtReaderOptions.setChunkLimit(int maxBytes)
Set the number of bytes hold within a DhtReader. |
DhtReaderOptions |
DhtReaderOptions.setDeltaBaseCacheLimit(int maxBytes)
Set the maximum number of bytes in the DeltaBaseCache. |
DhtReaderOptions |
DhtReaderOptions.setDeltaBaseCacheSize(int slotCnt)
Set the size of the delta base cache hash table. |
DhtReaderOptions |
DhtReaderOptions.setObjectIndexBatchSize(int objectCnt)
Set the number of objects to lookup at once. |
DhtReaderOptions |
DhtReaderOptions.setObjectIndexConcurrentBatches(int batches)
Set the number of concurrent readers on ObjectIndexTable. |
DhtReaderOptions |
DhtReaderOptions.setOpenQueuePrefetchRatio(int ratio)
Set the prefetch ratio used by the open object queue. |
DhtReaderOptions |
DhtReaderOptions.setPrefetchFollowEdgeHints(boolean follow)
Enable (or disable) the experimental edge following feature. |
DhtReaderOptions |
DhtReaderOptions.setRecentInfoCacheSize(int objectCnt)
Set the number of objects to cache information on. |
DhtReaderOptions |
DhtReaderOptions.setTimeout(Timeout maxWaitTime)
Set the default timeout to wait on long operations. |
DhtReaderOptions |
DhtReaderOptions.setTrackFirstChunkLoad(boolean track)
Set whether or not the initial load of each chunk should be tracked. |
DhtReaderOptions |
DhtReaderOptions.setWalkCommitsPrefetchRatio(int ratio)
Set the prefetch ratio used by the open object queue. |
DhtReaderOptions |
DhtReaderOptions.setWalkTreesPrefetchRatio(int ratio)
Set the prefetch ratio used by the open object queue. |
DhtReaderOptions |
DhtReaderOptions.setWriteObjectsPrefetchRatio(int ratio)
Set the prefetch ratio used by the open object queue. |
Methods in org.eclipse.jgit.storage.dht with parameters of type DhtReaderOptions | |
---|---|
B |
DhtRepositoryBuilder.setReaderOptions(DhtReaderOptions opt)
Set the reader options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |