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 DfsReftableDfsReftable.CacheSource. fileDfsReftable[]DfsObjDatabase.PackList. reftablesAll 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. filesprivate java.util.List<DfsReftable>DfsGarbageCollector. reftablesBeforeprivate java.util.List<DfsReftable>DfsPackCompactor. srcReftablesMethods 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 sortDfsReftableby 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 DfsPackCompactorDfsPackCompactor. 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 DfsReftableStackDfsReftableStack. 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)
-