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
Subclasses of DfsPackFileMidx in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionfinal classImplementation of a DfsPackfile that tries to solve the queries in a multipack index before resorting to the real packs.final classA single pack that looks like a midx, to be used in the midx chainMethods in org.eclipse.jgit.internal.storage.dfs that return DfsPackFileMidxModifier and TypeMethodDescriptionstatic DfsPackFileMidxDfsPackFileMidx.create(DfsBlockCache cache, DfsPackDescription desc, List<DfsPackFile> requiredPacks, DfsPackFileMidx base) Create a midx packprotected DfsPackFileMidxDfsObjDatabase.createDfsPackFileMidx(DfsBlockCache cache, DfsPackDescription dsc, List<DfsPackDescription> containsReftables) Create instances of DfsPackFileMidxabstract DfsPackFileMidxDfsPackFileMidx.getMultipackIndexBase()Base of this multipack indexDfsPackFileMidxNPacks.getMultipackIndexBase()Base of this multipack indexDfsPackFileMidxSingle.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 TypeMethodDescriptionstatic DfsPackFileMidxDfsPackFileMidx.create(DfsBlockCache cache, DfsPackDescription desc, List<DfsPackFile> requiredPacks, DfsPackFileMidx base) Create a midx packMidxPackList.getPlainPacksNotCoveredBy(DfsPackFileMidx midx) Return all the plain packs not covered by this midx or its parents.