Uses of Class
org.eclipse.jgit.transport.PackedObjectInfo
-
Packages that use PackedObjectInfo Package Description org.eclipse.jgit.internal.fsck Git fsck support.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.transport 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 PackedObjectInfo Modifier and Type Method Description protected booleanFsckPackParser. onAppendBase(int typeCode, byte[] data, PackedObjectInfo info)Provide the implementation with a base that was outside of the pack.protected voidFsckPackParser. onEndWholeObject(PackedObjectInfo info)Event notifying the current object.protected voidFsckPackParser. onInflatedObjectData(PackedObjectInfo obj, int typeCode, byte[] data)Invoked for commits, trees, tags, and small blobs.protected PackParser.ObjectTypeAndSizeFsckPackParser. seekDatabase(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info)Reposition the database to re-read a previously stored object. -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.dfs
Subclasses of PackedObjectInfo in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description (package private) classDfsObjectToPackFields in org.eclipse.jgit.internal.storage.dfs with type parameters of type PackedObjectInfo Modifier and Type Field Description (package private) java.util.List<PackedObjectInfo>DfsInserter. objectList(package private) ObjectIdOwnerMap<PackedObjectInfo>DfsInserter. objectMapMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackedObjectInfo Modifier and Type Method Description private byte[]DfsInserter.Reader. inflate(PackedObjectInfo obj, long zpos, int sz)protected booleanDfsPackParser. onAppendBase(int typeCode, byte[] data, PackedObjectInfo info)Provide the implementation with a base that was outside of the pack.protected voidDfsPackParser. onEndWholeObject(PackedObjectInfo info)Event notifying the current object.protected voidDfsPackParser. onInflatedObjectData(PackedObjectInfo obj, int typeCode, byte[] data)Invoked for commits, trees, tags, and small blobs.protected PackParser.ObjectTypeAndSizeDfsPackParser. seekDatabase(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info)Reposition the database to re-read a previously stored object.Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type PackedObjectInfo Modifier and Type Method Description private static voidDfsInserter. index(java.io.OutputStream out, byte[] packHash, java.util.List<PackedObjectInfo> list)private TemporaryBuffer.HeapDfsInserter. maybeGetTemporaryBuffer(java.util.List<PackedObjectInfo> list)(package private) PackIndexDfsInserter. writePackIndex(DfsPackDescription pack, byte[] packHash, java.util.List<PackedObjectInfo> list) -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.file
Subclasses of PackedObjectInfo in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description (package private) classLocalObjectToPackFields in org.eclipse.jgit.internal.storage.file with type parameters of type PackedObjectInfo Modifier and Type Field Description protected java.util.List<? extends PackedObjectInfo>PackIndexWriter. entriesThe entries this writer must pack.private java.util.List<PackedObjectInfo>PackInserter. objectListprivate ObjectIdOwnerMap<PackedObjectInfo>PackInserter. objectMapMethods in org.eclipse.jgit.internal.storage.file with parameters of type PackedObjectInfo Modifier and Type Method Description (package private) static booleanPackIndexWriterV1. canStore(PackedObjectInfo oe)private byte[]PackInserter.Reader. inflate(PackedObjectInfo obj, long zpos, int sz)protected booleanObjectDirectoryPackParser. onAppendBase(int typeCode, byte[] data, PackedObjectInfo info)Provide the implementation with a base that was outside of the pack.protected voidObjectDirectoryPackParser. onEndWholeObject(PackedObjectInfo info)Event notifying the current object.protected voidObjectDirectoryPackParser. onInflatedObjectData(PackedObjectInfo obj, int typeCode, byte[] data)Invoked for commits, trees, tags, and small blobs.protected PackParser.ObjectTypeAndSizeObjectDirectoryPackParser. seekDatabase(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info)Reposition the database to re-read a previously stored object.Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackedObjectInfo Modifier and Type Method Description private ObjectIdPackInserter. computeName(java.util.List<PackedObjectInfo> list)static PackIndexWriterPackIndexWriter. createOldestPossible(java.io.OutputStream dst, java.util.List<? extends PackedObjectInfo> objs)Create a new writer for the oldest (most widely understood) format.static intPackIndexWriter. oldestPossibleFormat(java.util.List<? extends PackedObjectInfo> objs)Return the oldest (most widely understood) index format.voidPackIndexWriter. write(java.util.List<? extends PackedObjectInfo> toStore, byte[] packDataChecksum)Write all object entries to the index stream.private static voidPackInserter. writePackIndex(java.io.File idx, byte[] packHash, java.util.List<PackedObjectInfo> list) -
Uses of PackedObjectInfo in org.eclipse.jgit.internal.storage.pack
Subclasses of PackedObjectInfo in org.eclipse.jgit.internal.storage.pack Modifier and Type Class Description classObjectToPackPer-object state used byPackWriter. -
Uses of PackedObjectInfo in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackedObjectInfo Modifier and Type Field Description private PackedObjectInfo[]PackParser. entriesFields in org.eclipse.jgit.transport with type parameters of type PackedObjectInfo Modifier and Type Field Description private BlockList<PackedObjectInfo>PackParser. collisionCheckObjsObjects need to be double-checked for collision after indexing.Methods in org.eclipse.jgit.transport that return PackedObjectInfo Modifier and Type Method Description PackedObjectInfoPackParser. getObject(int nth)Get the information about the requested object.protected PackedObjectInfoPackParser. 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 PackedObjectInfo Modifier and Type Method Description java.util.List<PackedObjectInfo>PackParser. getSortedObjectList(java.util.Comparator<PackedObjectInfo> cmp)Get all of the objects, sorted by their name.Methods in org.eclipse.jgit.transport with parameters of type PackedObjectInfo Modifier and Type Method Description private voidPackParser. addObjectAndTrack(PackedObjectInfo oe)private voidPackParser. checkObjectCollision(PackedObjectInfo obj)private PackParser.UnresolvedDeltaPackParser. firstChildOf(PackedObjectInfo oe)protected abstract booleanPackParser. onAppendBase(int typeCode, byte[] data, PackedObjectInfo info)Provide the implementation with a base that was outside of the pack.protected abstract voidPackParser. onEndWholeObject(PackedObjectInfo info)Event notifying the current object.protected abstract voidPackParser. onInflatedObjectData(PackedObjectInfo obj, int typeCode, byte[] data)Invoked for commits, trees, tags, and small blobs.private PackParser.ObjectTypeAndSizePackParser. openDatabase(PackedObjectInfo obj, PackParser.ObjectTypeAndSize info)private voidPackParser. resolveDeltas(PackedObjectInfo oe, ProgressMonitor progress)protected abstract PackParser.ObjectTypeAndSizePackParser. 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 PackedObjectInfo Modifier and Type Method Description java.util.List<PackedObjectInfo>PackParser. getSortedObjectList(java.util.Comparator<PackedObjectInfo> cmp)Get all of the objects, sorted by their name.
-