Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReftable
Packages that use DfsReftable
Package
Description
Distributed file system based repository storage.
-
Uses of DfsReftable in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsReftableModifier and TypeFieldDescriptionprivate final DfsReftable
DfsReftable.CacheSource.file
final DfsReftable[]
DfsObjDatabase.PackList.reftables
All known reftables, sorted.Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsReftableModifier and TypeFieldDescriptionprivate final List
<DfsReftable> DfsReftableStack.files
private List
<DfsReftable> DfsGarbageCollector.reftablesBefore
private final List
<DfsReftable> DfsPackCompactor.srcReftables
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReftableModifier and TypeMethodDescriptionDfsObjDatabase.getCurrentReftables()
List currently known reftable files in the repository, without scanning.DfsObjDatabase.getReftables()
Scan and list all available reftable files in the repository.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsReftableModifier and TypeMethodDescriptionDfsReftableStack.files()
Get unmodifiable list of DfsRefatble filesprotected Comparator
<DfsReftable> DfsObjDatabase.reftableComparator()
Get comparator to sortDfsReftable
by priority.private static Map
<DfsPackDescription, DfsReftable> DfsObjDatabase.reftableMap
(DfsObjDatabase.PackList old) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReftableModifier and TypeMethodDescriptionDfsPackCompactor.add
(DfsReftable table) Add a reftable to be compacted.Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsReftableModifier and TypeMethodDescriptionstatic DfsReftableStack
DfsReftableStack.open
(DfsReader ctx, List<DfsReftable> files) Opens a stack of tables for reading.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReftableModifierConstructorDescription(package private)
CacheSource
(DfsReftable file, DfsBlockCache cache, DfsReader ctx) (package private)
PackList
(DfsPackFile[] packs, DfsReftable[] reftables) (package private)
PackListImpl
(DfsPackFile[] packs, DfsReftable[] reftables)