Uses of Class
org.eclipse.jgit.util.BlockList
Packages that use BlockList
Package
Description
File based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of BlockList in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BlockListModifier and TypeFieldDescriptionprivate final BlockList<PackBitmapIndexBuilder.PositionEntry>
PackBitmapIndexBuilder.byOffset
private final BlockList<BitmapIndexImpl.MutableEntry>
BitmapIndexImpl.MutableBitmapIndex.revList
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BlockListModifier and TypeMethodDescriptionprivate static void
PackBitmapIndexBuilder.sortByOffsetAndIndex
(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, List<ObjectToPack> entries) -
Uses of BlockList in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as BlockListModifier and TypeFieldDescription(package private) BlockList<ObjectToPack>[]
PackWriter.objectsLists
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type BlockListModifier and TypeMethodDescriptionprivate void
PackWriter.cutDeltaChains
(BlockList<ObjectToPack> list) -
Uses of BlockList in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as BlockListModifier and TypeFieldDescriptionprivate BlockList<PackedObjectInfo>
PackParser.collisionCheckObjs
Objects need to be double-checked for collision after indexing. -
Uses of BlockList in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type BlockList