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
Subclasses with type arguments of type DfsObjDatabase.PackSource in org.eclipse.jgit.internal.storage.dfsClasses in org.eclipse.jgit.internal.storage.dfs that implement interfaces with type arguments of type DfsObjDatabase.PackSourceModifier and TypeClassDescriptionprivate static classFields 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_COMPARATORDefault comparator for sources.private final Map<DfsObjDatabase.PackSource, Integer> DfsObjDatabase.PackSource.ComparatorBuilder.ranksprivate final Map<DfsObjDatabase.PackSource, Integer> DfsObjDatabase.PackSource.PackSourceComparator.ranksMethods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase.PackSourceModifier and TypeMethodDescriptionDfsPackDescription.getPackSource()Get the source of the pack.static DfsObjDatabase.PackSourceReturns 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.intDfsObjDatabase.PackSource.PackSourceComparator.compare(DfsObjDatabase.PackSource a, DfsObjDatabase.PackSource b) private longDfsGarbageCollector.estimateGcPackSize(DfsObjDatabase.PackSource first, DfsObjDatabase.PackSource... rest) (package private) static booleanDfsPackDescription.isGC(DfsObjDatabase.PackSource s) protected abstract DfsPackDescriptionDfsObjDatabase.newPack(DfsObjDatabase.PackSource source) Generate a new unique name for a pack file.protected DfsPackDescriptionDfsObjDatabase.newPack(DfsObjDatabase.PackSource source, long estimatedPackSize) Generate a new unique name for a pack file.protected DfsPackDescriptionInMemoryRepository.MemObjDatabase.newPack(DfsObjDatabase.PackSource source) DfsPackDescription.setPackSource(DfsObjDatabase.PackSource source) Set the source of the pack.private DfsPackDescriptionDfsGarbageCollector.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