Uses of Class
org.eclipse.jgit.util.BlockList
-
Packages that use BlockList Package Description 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.org.eclipse.jgit.util Utility classes. -
-
Uses of BlockList in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BlockList Modifier and Type Field Description private BlockList<PackBitmapIndexBuilder.PositionEntry>
PackBitmapIndexBuilder. byOffset
private BlockList<BitmapIndexImpl.MutableEntry>
BitmapIndexImpl.MutableBitmapIndex. revList
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BlockList Modifier and Type Method Description private static void
PackBitmapIndexBuilder. sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, java.util.List<ObjectToPack> entries)
-
Uses of BlockList in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as BlockList Modifier and Type Field Description (package private) BlockList<ObjectToPack>[]
PackWriter. objectsLists
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type BlockList Modifier and Type Method Description private void
PackWriter. cutDeltaChains(BlockList<ObjectToPack> list)
-
Uses of BlockList in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as BlockList Modifier and Type Field Description private 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 Modifier and Type Method Description void
BlockList. addAll(BlockList<T> src)
Quickly append all elements of another BlockList.
-