Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackFileMidx
Packages that use DfsPackFileMidx
Package
Description
Distributed file system based repository storage.
-
Uses of DfsPackFileMidx in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsPackFileMidxModifier and TypeMethodDescriptionprotected DfsPackFileMidxDfsObjDatabase.createDfsPackFileMidx(DfsBlockCache cache, DfsPackDescription dsc, List<DfsPackDescription> containsReftables) Create instances of DfsPackFileMidxDfsPackFileMidx.getMultipackIndexBase()Base of this multipack indexMidxPackList.getTopMidxPack()Return the top midx of the chain in the repoMethods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsPackFileMidxModifier and TypeMethodDescriptionMidxPackList.findAllCoveringMidxs(List<DfsPackFile> queryPacks) Return all the midxs that cover (directoy or indirectly) a set of packsMidxPackList.getAllMidxPacks()Get all midx in the list, either top-level or inside other midxsMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackFileMidxModifier and TypeMethodDescriptionMidxPackList.getPlainPacksNotCoveredBy(DfsPackFileMidx midx) Return all the plain packs not covered by this midx or its parents.