Uses of Interface
org.eclipse.jgit.internal.storage.midx.MultiPackIndex.MidxIterator
Packages that use MultiPackIndex.MidxIterator
Package
Description
Distributed file system based repository storage.
-
Uses of MultiPackIndex.MidxIterator in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return MultiPackIndex.MidxIteratorModifier and TypeMethodDescriptionprotected abstract MultiPackIndex.MidxIteratorDfsPackFileMidx.localIterator(DfsReader ctx) Get a midx iterator over the contents of *this* midx, without the base.protected MultiPackIndex.MidxIteratorDfsPackFileMidxNPacks.localIterator(DfsReader ctx) protected MultiPackIndex.MidxIteratorDfsPackFileMidxSingle.localIterator(DfsReader ctx) -
Uses of MultiPackIndex.MidxIterator in org.eclipse.jgit.internal.storage.midx
Methods in org.eclipse.jgit.internal.storage.midx that return MultiPackIndex.MidxIteratorModifier and TypeMethodDescriptionPackIndexMerger.bySha1Iterator()Iterator over the merged indexes in sha1 order without duplicatesstatic MultiPackIndex.MidxIteratorMidxIterators.dedup(MultiPackIndex.MidxIterator source) Dedup consecutive duplicates from a midx iteratorstatic MultiPackIndex.MidxIteratorMidxIterators.fromPackIndexIterator(String packName, PackIndex idx) Wrap a PackIndex iterator so it looks like a midx iterator with a fixed packIdMultiPackIndex.iterator()Return an iterator over the local objects in this midx.static MultiPackIndex.MidxIteratorMidxIterators.join(List<MultiPackIndex.MidxIterator> iterators) Merge results from multiple midx iterators.Methods in org.eclipse.jgit.internal.storage.midx with parameters of type MultiPackIndex.MidxIteratorModifier and TypeMethodDescriptionPackIndexMerger.Builder.addMidx(MultiPackIndex.MidxIterator midx) Add data from this midx iterator to the mergestatic MultiPackIndex.MidxIteratorMidxIterators.dedup(MultiPackIndex.MidxIterator source) Dedup consecutive duplicates from a midx iteratorMethod parameters in org.eclipse.jgit.internal.storage.midx with type arguments of type MultiPackIndex.MidxIteratorModifier and TypeMethodDescriptionstatic MultiPackIndex.MidxIteratorMidxIterators.join(List<MultiPackIndex.MidxIterator> iterators) Merge results from multiple midx iterators.