Uses of Class
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.
Transport (fetch/push) for different protocols.
-
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
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackIndexModifier and TypeFieldDescriptionprivate PackIndexDfsPackFile.indexIndex mappingObjectIdto position within the pack stream.private PackIndexDfsPackParser.packIndexIf the index was small enough, the entire index after writing.Methods in org.eclipse.jgit.internal.storage.dfs that return PackIndexModifier and TypeMethodDescriptionDfsPackFile.getPackIndex(DfsReader ctx) Get the PackIndex for this PackFile.private PackIndex(package private) PackIndexDfsInserter.writePackIndex(DfsPackDescription pack, byte[] packHash, List<PackedObjectInfo> list) Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type PackIndexModifier and TypeMethodDescriptionprivate DfsBlockCache.Ref<PackIndex>DfsPackFile.loadPackIndex(DfsReader ctx, DfsStreamKey idxKey) Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackIndexModifier and TypeMethodDescriptionprivate DfsBlockCache.Ref<PackReverseIndex>DfsPackFile.loadReverseIdx(DfsReader ctx, DfsStreamKey revKey, PackIndex idx) (package private) voidDfsPackFile.setPackIndex(PackIndex idx) -
Uses of PackIndex in org.eclipse.jgit.internal.storage.file
Subclasses of PackIndex in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) class(package private) classSupport for the pack index v2 format.Fields in org.eclipse.jgit.internal.storage.file declared as PackIndexModifier and TypeFieldDescriptionprivate final PackIndexPackReverseIndex.indexIndex we were created from, and that has our ObjectId data.private PackIndexPack.loadedIdxprivate final PackIndexPackBitmapIndexV1.packIndexMethods in org.eclipse.jgit.internal.storage.file that return PackIndexModifier and TypeMethodDescriptionPack.getIndex()Get the index for this pack file.(package private) PackIndexPackBitmapIndexV1.getPackIndex()private PackIndexPack.idx()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 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.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackIndexModifierConstructorDescription(package private)PackBitmapIndexV1(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex) PackReverseIndex(PackIndex packIndex) Create reverse index from straight/forward pack index, by indexing all its entries.Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackIndexModifierConstructorDescription(package private)PackBitmapIndexV1(InputStream fd, PackBitmapIndex.SupplierWithIOException<PackIndex> packIndexSupplier, PackBitmapIndex.SupplierWithIOException<PackReverseIndex> reverseIndexSupplier, boolean loadParallelRevIndex) -
Uses of PackIndex in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackIndex