Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
Packages that use DfsReaderOptions
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReaderOptions in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReaderOptionsModifier and TypeMethodDescriptionDfsReaderOptions.fromConfig(Config rc) Update properties by setting fields from the configuration.DfsObjDatabase.getReaderOptions()Get configured reader options, such as read-ahead.DfsRepositoryBuilder.getReaderOptions()Get options used by readers accessing the repository.DfsReaderOptions.setDeltaBaseCacheLimit(int maxBytes) Set the maximum number of bytes in the DeltaBaseCache.DfsReaderOptions.setLoadRevIndexInParallel(boolean loadRevIndexInParallel) Enable (or disable) parallel loading of reverse index.DfsReaderOptions.setStreamFileThreshold(int newLimit) Set new byte limit for objects that must be streamed.DfsReaderOptions.setStreamPackBufferSize(int bufsz) Set new buffer size in bytes for buffers used when streaming pack files during copying.DfsReaderOptions.setUseMidxBitmaps(boolean useMidxBitmaps) Set if the midx packs should use their bitmaps or fallback to bitmaps in GC pack.DfsReaderOptions.setUseObjectSizeIndex(boolean useObjectSizeIndex) Set if the reader should try to use the object size indexMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderOptionsModifier and TypeMethodDescriptionDfsRepositoryBuilder.setReaderOptions(DfsReaderOptions opt) Set the reader options.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderOptionsModifierConstructorDescriptionprotectedDfsObjDatabase(DfsRepository repository, DfsReaderOptions options) Initialize an object database for our repository.