|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DhtInserterOptions | |
---|---|
org.eclipse.jgit.storage.dht |
Uses of DhtInserterOptions in org.eclipse.jgit.storage.dht |
---|
Methods in org.eclipse.jgit.storage.dht that return DhtInserterOptions | |
---|---|
DhtInserterOptions |
DhtInserterOptions.fromConfig(Config rc)
Update properties by setting fields from the configuration. |
DhtInserterOptions |
DhtRepositoryBuilder.getInserterOptions()
|
DhtInserterOptions |
DhtInserterOptions.setChunkSize(int sizeInBytes)
Set the maximum size of a chunk, in bytes. |
DhtInserterOptions |
DhtInserterOptions.setCompression(int level)
Set the compression level used when writing new objects. |
DhtInserterOptions |
DhtInserterOptions.setParserCacheLimit(long limit)
Set the number of bytes the PackParser can cache. |
DhtInserterOptions |
DhtInserterOptions.setPrefetchDepth(int depth)
Maximum number of entries in a chunk's prefetch list. |
DhtInserterOptions |
DhtInserterOptions.setWriteBufferSize(int sizeInBytes)
Set the maximum number of outstanding bytes in a WriteBuffer . |
Methods in org.eclipse.jgit.storage.dht with parameters of type DhtInserterOptions | |
---|---|
B |
DhtRepositoryBuilder.setInserterOptions(DhtInserterOptions opt)
Set the inserter options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |