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
Methods 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()DfsPackDescriptionDfsPackFile. getPackDescription()DfsPackDescriptionDfsPackParser. getPackDescription()protected abstract DfsPackDescriptionDfsObjDatabase. newPack(DfsObjDatabase.PackSource source)Generate a new unique name for a pack file.DfsPackDescriptionDfsPackDescription. setDeltaCount(long cnt)DfsPackDescriptionDfsPackDescription. setFileSize(PackExt ext, long bytes)DfsPackDescriptionDfsPackDescription. setIndexVersion(int version)DfsPackDescriptionDfsPackDescription. setLastModified(long timeMillis)DfsPackDescriptionDfsPackDescription. setObjectCount(long cnt)DfsPackDescriptionDfsPackDescription. setPackSource(DfsObjDatabase.PackSource source)Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsPackDescription Modifier and Type Method Description List<DfsPackDescription>DfsGarbageCollector. getNewPacks()List<DfsPackDescription>DfsPackCompactor. getNewPacks()List<DfsPackDescription>DfsGarbageCollector. getSourcePacks()List<DfsPackDescription>DfsPackCompactor. getSourcePacks()protected abstract List<DfsPackDescription>DfsObjDatabase. listPacks()List the available pack files.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackDescription Modifier and Type Method Description intDfsPackDescription. compareTo(DfsPackDescription b)Sort packs according to the optimal lookup ordering.protected abstract ReadableChannelDfsObjDatabase. openFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for reading.protected abstract DfsOutputStreamDfsObjDatabase. writeFile(DfsPackDescription desc, PackExt ext)Open a pack, pack index, or other related file for writing.Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type DfsPackDescription Modifier and Type Method Description protected voidDfsObjDatabase. commitPack(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)Commit a pack and index pair that was written to the DFS.protected abstract voidDfsObjDatabase. commitPackImpl(Collection<DfsPackDescription> desc, Collection<DfsPackDescription> replaces)Implementation of pack commit.protected abstract voidDfsObjDatabase. rollbackPack(Collection<DfsPackDescription> desc)Try to rollback a pack creation.
-