Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsReftable
-
Packages that use DfsReftable Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsReftable Modifier and Type Field Description private DfsReftable
DfsReftable.CacheSource. file
DfsReftable[]
DfsObjDatabase.PackList. reftables
All known reftables, sorted.Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsReftable Modifier and Type Field Description private java.util.List<DfsReftable>
DfsReftableStack. files
private java.util.List<DfsReftable>
DfsGarbageCollector. reftablesBefore
private java.util.List<DfsReftable>
DfsPackCompactor. srcReftables
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsReftable Modifier and Type Method Description DfsReftable[]
DfsObjDatabase. getCurrentReftables()
List currently known reftable files in the repository, without scanning.DfsReftable[]
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 DfsReftable Modifier and Type Method Description java.util.List<DfsReftable>
DfsReftableStack. files()
Get unmodifiable list of DfsRefatble filesprotected java.util.Comparator<DfsReftable>
DfsObjDatabase. reftableComparator()
Get comparator to sortDfsReftable
by priority.private static java.util.Map<DfsPackDescription,DfsReftable>
DfsObjDatabase. reftableMap(DfsObjDatabase.PackList old)
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReftable Modifier and Type Method Description DfsPackCompactor
DfsPackCompactor. add(DfsReftable table)
Add a reftable to be compacted.Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsReftable Modifier and Type Method Description static DfsReftableStack
DfsReftableStack. open(DfsReader ctx, java.util.List<DfsReftable> files)
Opens a stack of tables for reading.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsReftable Constructor Description CacheSource(DfsReftable file, DfsBlockCache cache, DfsReader ctx)
PackList(DfsPackFile[] packs, DfsReftable[] reftables)
PackListImpl(DfsPackFile[] packs, DfsReftable[] reftables)
-