Uses of Interface
org.eclipse.jgit.internal.storage.file.PackIndex
Packages that use PackIndex
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
-
Uses of PackIndex in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck with parameters of type PackIndexModifier and TypeMethodDescriptionvoidFsckPackParser.verifyIndex(PackIndex idx) Verify the existing index file with all objects from the pack. -
Uses of PackIndex in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackIndexModifier and TypeMethodDescriptionDfsPackFile.getPackIndex(DfsReader ctx) Get the PackIndex for this PackFile.Load the primary index for the pack.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackIndexModifier and TypeMethodDescriptionDfsPackFile.CachedStreamPackIndexes.reverseIndex(DfsReader ctx, PackIndex idx) DfsPackFile.IndexFactory.PackIndexes.reverseIndex(DfsReader ctx, PackIndex idx) Load the reverse index of the pack -
Uses of PackIndex in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackIndexModifier and TypeMethodDescriptionPack.getIndex()Get the index for this pack file.static PackIndexOpen an existing pack.idxfile for reading.static PackIndexPackIndex.read(InputStream fd) Read an existing pack index file from a buffered stream.Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackIndexModifier and TypeMethodDescriptionstatic PackReverseIndexPackReverseIndexFactory.computeFromIndex(PackIndex packIndex) Compute an in-memory pack reverse index from the in-memory pack forward index.static PackBitmapIndexPackBitmapIndex.open(File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndexPackBitmapIndex.read(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackIndexModifier and TypeMethodDescriptionstatic PackBitmapIndexPackBitmapIndex.read(InputStream fd, PackBitmapIndex.SupplierWithIOException<PackIndex> packIndexSupplier, PackBitmapIndex.SupplierWithIOException<PackReverseIndex> reverseIndexSupplier, boolean loadParallelRevIndex) Read an existing pack bitmap index file from a buffered stream. -
Uses of PackIndex in org.eclipse.jgit.internal.storage.midx
Method parameters in org.eclipse.jgit.internal.storage.midx with type arguments of type PackIndexModifier and TypeMethodDescriptionMultiPackIndexWriter.write(ProgressMonitor monitor, OutputStream outputStream, Map<String, PackIndex> inputs) Writes the inputs in the multipack index format in the outputStream.