Uses of Class
org.eclipse.jgit.transport.PackedObjectInfo
Packages that use PackedObjectInfo
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PackedObjectInfo in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck with parameters of type PackedObjectInfoModifier and TypeMethodDescriptionprotected boolean
FsckPackParser.onAppendBase
(int typeCode, byte[] data, PackedObjectInfo info) protected void
FsckPackParser.onEndWholeObject
(PackedObjectInfo info) protected void
FsckPackParser.onInflatedObjectData
(PackedObjectInfo obj, int typeCode, byte[] data) protected PackParser.ObjectTypeAndSize
FsckPackParser.seekDatabase
(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info) -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackedObjectInfoModifier and TypeMethodDescriptionprotected boolean
DfsPackParser.onAppendBase
(int typeCode, byte[] data, PackedObjectInfo info) protected void
DfsPackParser.onEndWholeObject
(PackedObjectInfo info) protected void
DfsPackParser.onInflatedObjectData
(PackedObjectInfo obj, int typeCode, byte[] data) protected PackParser.ObjectTypeAndSize
DfsPackParser.seekDatabase
(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info) -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type PackedObjectInfoModifier and TypeFieldDescriptionprotected List<? extends PackedObjectInfo>
PackIndexWriter.entries
The entries this writer must pack.Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackedObjectInfoModifier and TypeMethodDescriptionprotected boolean
ObjectDirectoryPackParser.onAppendBase
(int typeCode, byte[] data, PackedObjectInfo info) protected void
ObjectDirectoryPackParser.onEndWholeObject
(PackedObjectInfo info) protected void
ObjectDirectoryPackParser.onInflatedObjectData
(PackedObjectInfo obj, int typeCode, byte[] data) protected PackParser.ObjectTypeAndSize
ObjectDirectoryPackParser.seekDatabase
(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info) Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackedObjectInfoModifier and TypeMethodDescriptionstatic PackIndexWriter
PackIndexWriter.createOldestPossible
(OutputStream dst, List<? extends PackedObjectInfo> objs) Create a new writer for the oldest (most widely understood) format.static int
PackIndexWriter.oldestPossibleFormat
(List<? extends PackedObjectInfo> objs) Return the oldest (most widely understood) index format.void
PackIndexWriter.write
(List<? extends PackedObjectInfo> toStore, byte[] packDataChecksum) Write all object entries to the index stream.abstract void
PackObjectSizeIndexWriter.write
(List<? extends PackedObjectInfo> objs) Add the objects to the indexvoid
PackReverseIndexWriter.write
(List<? extends PackedObjectInfo> objectsByIndexPos, byte[] packChecksum) Write the contents of a reverse index file for the given objects.protected abstract void
PackReverseIndexWriter.writeBody
(List<? extends PackedObjectInfo> objectsSortedByIndexPosition) Write the body of a reverse index file, usually the forward index positions of the given objects, sorted by those objects' pack file offsets. -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.pack
Subclasses of PackedObjectInfo in org.eclipse.jgit.internal.storage.pack -
Uses of PackedObjectInfo in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackedObjectInfoModifier and TypeMethodDescriptionPackParser.getObject
(int nth) Get the information about the requested object.protected PackedObjectInfo
PackParser.newInfo
(AnyObjectId id, PackParser.UnresolvedDelta delta, ObjectId deltaBase) Construct a PackedObjectInfo instance for this parser.Methods in org.eclipse.jgit.transport that return types with arguments of type PackedObjectInfoModifier and TypeMethodDescriptionPackParser.getSortedObjectList
(Comparator<PackedObjectInfo> cmp) Get all of the objects, sorted by their name.Methods in org.eclipse.jgit.transport with parameters of type PackedObjectInfoModifier and TypeMethodDescriptionprotected abstract boolean
PackParser.onAppendBase
(int typeCode, byte[] data, PackedObjectInfo info) Provide the implementation with a base that was outside of the pack.protected abstract void
PackParser.onEndWholeObject
(PackedObjectInfo info) Event notifying the current object.protected abstract void
PackParser.onInflatedObjectData
(PackedObjectInfo obj, int typeCode, byte[] data) Invoked for commits, trees, tags, and small blobs.protected abstract PackParser.ObjectTypeAndSize
PackParser.seekDatabase
(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info) Reposition the database to re-read a previously stored object.Method parameters in org.eclipse.jgit.transport with type arguments of type PackedObjectInfoModifier and TypeMethodDescriptionPackParser.getSortedObjectList
(Comparator<PackedObjectInfo> cmp) Get all of the objects, sorted by their name.