Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackSource
-
Packages that use DfsObjDatabase.PackSource Package Description org.eclipse.jgit.internal.storage.dfs 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.PackSource Modifier and Type Field Description private DfsObjDatabase.PackSourceDfsPackDescription. packSourceFields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsObjDatabase.PackSource Modifier and Type Field Description static java.util.Comparator<DfsObjDatabase.PackSource>DfsObjDatabase.PackSource. DEFAULT_COMPARATORDefault comparator for sources.private java.util.Map<DfsObjDatabase.PackSource,java.lang.Integer>DfsObjDatabase.PackSource.ComparatorBuilder. ranksprivate java.util.Map<DfsObjDatabase.PackSource,java.lang.Integer>DfsObjDatabase.PackSource.PackSourceComparator. ranksMethods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase.PackSource Modifier and Type Method Description DfsObjDatabase.PackSourceDfsPackDescription. getPackSource()Get the source of the pack.static DfsObjDatabase.PackSourceDfsObjDatabase.PackSource. valueOf(java.lang.String name)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.PackSource Modifier and Type Method Description java.util.Comparator<DfsObjDatabase.PackSource>DfsObjDatabase.PackSource.ComparatorBuilder. build()Build the comparator.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase.PackSource Modifier and Type Method Description DfsObjDatabase.PackSource.ComparatorBuilderDfsObjDatabase.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)DfsPackDescriptionDfsPackDescription. 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.PackSource Modifier and Type Method Description static java.util.Comparator<DfsPackDescription>DfsPackDescription. objectLookupComparator(java.util.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.PackSource Constructor Description DfsPackDescription(DfsRepositoryDescription repoDesc, java.lang.String name, DfsObjDatabase.PackSource packSource)Initialize a description by pack name and repository.MemPack(java.lang.String name, DfsRepositoryDescription repoDesc, DfsObjDatabase.PackSource source)Constructor parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsObjDatabase.PackSource Constructor Description PackSourceComparator(java.util.Map<DfsObjDatabase.PackSource,java.lang.Integer> ranks)
-