Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReaderOptions
-
Packages that use DfsReaderOptions Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsReaderOptions in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsReaderOptions Modifier and Type Field Description private DfsReaderOptionsDfsObjDatabase. readerOptionsprivate DfsReaderOptionsDfsRepositoryBuilder. readerOptionsMethods in org.eclipse.jgit.internal.storage.dfs that return DfsReaderOptions Modifier and Type Method Description DfsReaderOptionsDfsReaderOptions. fromConfig(Config rc)Update properties by setting fields from the configuration.(package private) DfsReaderOptionsDfsReader. getOptions()DfsReaderOptionsDfsObjDatabase. getReaderOptions()Get configured reader options, such as read-ahead.DfsReaderOptionsDfsRepositoryBuilder. getReaderOptions()Get options used by readers accessing the repository.DfsReaderOptionsDfsReaderOptions. setDeltaBaseCacheLimit(int maxBytes)Set the maximum number of bytes in the DeltaBaseCache.DfsReaderOptionsDfsReaderOptions. setStreamFileThreshold(int newLimit)Set new byte limit for objects that must be streamed.DfsReaderOptionsDfsReaderOptions. setStreamPackBufferSize(int bufsz)Set new buffer size in bytes for buffers used when streaming pack files during copying.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderOptions Modifier and Type Method Description BDfsRepositoryBuilder. setReaderOptions(DfsReaderOptions opt)Set the reader options.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReaderOptions Constructor Description DfsObjDatabase(DfsRepository repository, DfsReaderOptions options)Initialize an object database for our repository.
-