Uses of Enum
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
Packages that use DfsObjDatabase.PackSource
Package
Description
Distributed file system based repository storage.
-
Uses of DfsObjDatabase.PackSource in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsObjDatabase.PackSourceFields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsObjDatabase.PackSourceModifier and TypeFieldDescriptionstatic final Comparator
<DfsObjDatabase.PackSource> DfsObjDatabase.PackSource.DEFAULT_COMPARATOR
Default comparator for sources.private final Map
<DfsObjDatabase.PackSource, Integer> DfsObjDatabase.PackSource.ComparatorBuilder.ranks
private final Map
<DfsObjDatabase.PackSource, Integer> DfsObjDatabase.PackSource.PackSourceComparator.ranks
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase.PackSourceModifier and TypeMethodDescriptionDfsPackDescription.getPackSource()
Get the source of the pack.static DfsObjDatabase.PackSource
Returns the enum constant of this type with the specified name.static DfsObjDatabase.PackSource[]
DfsObjDatabase.PackSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsObjDatabase.PackSourceModifier and TypeMethodDescriptionDfsObjDatabase.PackSource.ComparatorBuilder.build()
Build the comparator.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase.PackSourceModifier and TypeMethodDescriptionDfsObjDatabase.PackSource.ComparatorBuilder.add
(DfsObjDatabase.PackSource... sources) Add a collection of sources that should sort as equal.int
DfsObjDatabase.PackSource.PackSourceComparator.compare
(DfsObjDatabase.PackSource a, DfsObjDatabase.PackSource b) private long
DfsGarbageCollector.estimateGcPackSize
(DfsObjDatabase.PackSource first, DfsObjDatabase.PackSource... rest) (package private) static boolean
DfsPackDescription.isGC
(DfsObjDatabase.PackSource s) protected abstract DfsPackDescription
DfsObjDatabase.newPack
(DfsObjDatabase.PackSource source) Generate a new unique name for a pack file.protected DfsPackDescription
DfsObjDatabase.newPack
(DfsObjDatabase.PackSource source, long estimatedPackSize) Generate a new unique name for a pack file.protected DfsPackDescription
InMemoryRepository.MemObjDatabase.newPack
(DfsObjDatabase.PackSource source) DfsPackDescription.setPackSource
(DfsObjDatabase.PackSource source) Set the source of the pack.private DfsPackDescription
DfsGarbageCollector.writePack
(DfsObjDatabase.PackSource source, PackWriter pw, ProgressMonitor pm, long estimatedPackSize) Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsObjDatabase.PackSourceModifier and TypeMethodDescriptionstatic Comparator
<DfsPackDescription> DfsPackDescription.objectLookupComparator
(Comparator<DfsObjDatabase.PackSource> packSourceComparator) Comparator for packs when looking up objects in indexes.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase.PackSourceModifierConstructorDescriptionDfsPackDescription
(DfsRepositoryDescription repoDesc, String name, DfsObjDatabase.PackSource packSource) Initialize a description by pack name and repository.(package private)
MemPack
(String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source) Constructor parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsObjDatabase.PackSourceModifierConstructorDescriptionprivate