Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackDescription
-
Packages that use DfsPackDescription Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsPackDescription in org.eclipse.jgit.internal.storage.dfs
Subclasses of DfsPackDescription in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description private static classInMemoryRepository.MemPackFields in org.eclipse.jgit.internal.storage.dfs declared as DfsPackDescription Modifier and Type Field Description (package private) DfsPackDescriptionBlockBasedFile. descDescription of the associated pack file's storage.private DfsPackDescriptionBlockBasedFile.LazyChannel. descprivate DfsPackDescriptionDfsPackCompactor. outDesc(package private) DfsPackDescriptionDfsInserter. packDscprivate DfsPackDescriptionDfsPackParser. packDscName of the pack file, computed inDfsPackParser.onPackHeader(long).Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsPackDescription Modifier and Type Field Description private java.util.List<DfsPackDescription>DfsGarbageCollector. newPackDescprivate java.util.Comparator<DfsPackDescription>DfsObjDatabase. packComparatorprivate java.util.List<DfsPackDescription>InMemoryRepository.MemObjDatabase. packsMethods in org.eclipse.jgit.internal.storage.dfs that return DfsPackDescription Modifier and Type Method Description DfsPackDescriptionDfsPackDescription. clearPackStats()Discard the pack statistics, if it was populated.DfsPackDescriptionDfsCachedPack. getPackDescription()Get the description of the pack.DfsPackDescriptionDfsPackFile. getPackDescription()Get description that was originally used to configure this pack file.DfsPackDescriptionDfsPackParser. getPackDescription()Get description of the imported pack, if one was made.DfsPackDescriptionDfsReftable. getPackDescription()Get description that was originally used to configure this file.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. setBlockSize(PackExt ext, int blockSize)Set blockSize of the file, in bytes.DfsPackDescriptionDfsPackDescription. setDeltaCount(long cnt)Set number of delta compressed objects in the pack.DfsPackDescriptionDfsPackDescription. setEstimatedPackSize(long estimatedPackSize)Set estimated size of the .pack file in bytes.DfsPackDescriptionDfsPackDescription. setFileSize(PackExt ext, long bytes)Set size of the file in bytes.DfsPackDescriptionDfsPackDescription. setIndexVersion(int version)Set the version of the index file written.DfsPackDescriptionDfsPackDescription. setLastModified(long timeMillis)Set time the pack was created, in milliseconds.DfsPackDescriptionDfsPackDescription. setMaxUpdateIndex(long max)Set maxUpdateIndex for the reftable.DfsPackDescriptionDfsPackDescription. setMinUpdateIndex(long min)Set minUpdateIndex for the reftable.DfsPackDescriptionDfsPackDescription. setObjectCount(long cnt)Set number of objects in the pack.DfsPackDescriptionDfsPackDescription. setPackSource(DfsObjDatabase.PackSource source)Set the source of the pack.(package private) DfsPackDescriptionDfsPackDescription. setPackStats(PackStatistics stats)private DfsPackDescriptionDfsGarbageCollector. writePack(DfsObjDatabase.PackSource source, PackWriter pw, ProgressMonitor pm, long estimatedPackSize)Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsPackDescription Modifier and Type Method Description java.util.List<DfsPackDescription>DfsGarbageCollector. getNewPacks()Get new packs created by this compaction.java.util.List<DfsPackDescription>DfsPackCompactor. getNewPacks()Get new packs created by this compaction.java.util.Set<DfsPackDescription>DfsGarbageCollector. getSourcePacks()Get all of the source packs that fed into this compaction.java.util.Collection<DfsPackDescription>DfsPackCompactor. getSourcePacks()Get all of the source packs that fed into this compaction.protected abstract java.util.List<DfsPackDescription>DfsObjDatabase. listPacks()List the available pack files.protected java.util.List<DfsPackDescription>InMemoryRepository.MemObjDatabase. listPacks()static java.util.Comparator<DfsPackDescription>DfsPackDescription. objectLookupComparator()Comparator for packs when looking up objects in indexes.static java.util.Comparator<DfsPackDescription>DfsPackDescription. objectLookupComparator(java.util.Comparator<DfsObjDatabase.PackSource> packSourceComparator)Comparator for packs when looking up objects in indexes.private static java.util.Map<DfsPackDescription,DfsPackFile>DfsObjDatabase. packMap(DfsObjDatabase.PackList old)(package private) static java.util.Comparator<DfsPackDescription>DfsPackDescription. reftableComparator()private static java.util.Map<DfsPackDescription,DfsReftable>DfsObjDatabase. reftableMap(DfsObjDatabase.PackList old)(package private) static java.util.Comparator<DfsPackDescription>DfsPackDescription. reuseComparator()private java.util.Set<DfsPackDescription>DfsGarbageCollector. toPrune()private java.util.Collection<DfsPackDescription>DfsPackCompactor. toPrune()private java.util.Set<DfsPackDescription>DfsReftableBatchRefUpdate. toPruneTopOfStack()Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackDescription Modifier and Type Method Description (package private) voidDfsObjDatabase. addReftable(DfsPackDescription add, java.util.Set<DfsPackDescription> remove)protected abstract ReadableChannelDfsObjDatabase. openFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for reading.protected ReadableChannelInMemoryRepository.MemObjDatabase. openFile(DfsPackDescription desc, PackExt ext)private booleanDfsGarbageCollector. packIsCoalesceableGarbage(DfsPackDescription d, long now)private booleanDfsGarbageCollector. packIsExpiredGarbage(DfsPackDescription d, long now)private booleanDfsReftableBatchRefUpdate. packOnlyContainsReftable(DfsPackDescription desc)protected abstract DfsOutputStreamDfsObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for writing.protected DfsOutputStreamInMemoryRepository.MemObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)private static voidDfsPackCompactor. writeIndex(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw)private static voidDfsPackCompactor. writePack(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw, ProgressMonitor pm)(package private) PackIndexDfsInserter. writePackIndex(DfsPackDescription pack, byte[] packHash, java.util.List<PackedObjectInfo> list)private voidDfsGarbageCollector. writeReftable(DfsPackDescription pack)private voidDfsGarbageCollector. writeReftable(DfsPackDescription pack, java.util.Collection<Ref> refs)Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsPackDescription Modifier and Type Method Description (package private) voidDfsObjDatabase. addReftable(DfsPackDescription add, java.util.Set<DfsPackDescription> remove)protected voidDfsObjDatabase. commitPack(java.util.Collection<DfsPackDescription> desc, java.util.Collection<DfsPackDescription> replaces)Commit a pack and index pair that was written to the DFS.protected abstract voidDfsObjDatabase. commitPackImpl(java.util.Collection<DfsPackDescription> desc, java.util.Collection<DfsPackDescription> replaces)Implementation of pack commit.protected voidInMemoryRepository.MemObjDatabase. commitPackImpl(java.util.Collection<DfsPackDescription> desc, java.util.Collection<DfsPackDescription> replace)protected abstract voidDfsObjDatabase. rollbackPack(java.util.Collection<DfsPackDescription> desc)Try to rollback a pack creation.protected voidInMemoryRepository.MemObjDatabase. rollbackPack(java.util.Collection<DfsPackDescription> desc)voidDfsObjDatabase. setPackComparator(java.util.Comparator<DfsPackDescription> packComparator)Set the comparator used when searching for objects across packs.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackDescription Constructor Description BlockBasedFile(DfsBlockCache cache, DfsPackDescription desc, PackExt ext)DfsPackFile(DfsBlockCache cache, DfsPackDescription desc)Construct a reader for an existing, packfile.DfsReftable(DfsBlockCache cache, DfsPackDescription desc)Construct a reader for an existing reftable.DfsReftable(DfsPackDescription desc)Construct a reader for an existing reftable.LazyChannel(DfsReader ctx, DfsPackDescription desc, PackExt ext)
-