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 TypeFieldDescriptionfinal DfsReftable[]
DfsObjDatabase.PackList.reftables
All known reftables, sorted.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.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.