Uses of Class
org.eclipse.jgit.lib.ObjectIdOwnerMap
Packages that use ObjectIdOwnerMap
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
-
Uses of ObjectIdOwnerMap in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as ObjectIdOwnerMapModifier and TypeFieldDescription(package private) ObjectIdOwnerMap
<PackedObjectInfo> DfsInserter.objectMap
-
Uses of ObjectIdOwnerMap in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectIdOwnerMapModifier and TypeFieldDescriptionprivate final ObjectIdOwnerMap
<BasePackBitmapIndex.StoredBitmap> BasePackBitmapIndex.bitmaps
private final ObjectIdOwnerMap
<BasePackBitmapIndex.StoredBitmap> PackBitmapIndexV1.bitmaps
private ObjectIdOwnerMap
<PackedObjectInfo> PackInserter.objectMap
(package private) final ObjectIdOwnerMap
<PackBitmapIndexBuilder.PositionEntry> PackBitmapIndexBuilder.positionEntries
private final ObjectIdOwnerMap
<BitmapIndexImpl.MutableEntry> BitmapIndexImpl.MutableBitmapIndex.revMap
LazyObjectIdSetFile.set
CachedObjectDirectory.unpackedObjects
The set that contains unpacked objects identifiers, it is created when the cached instance is created.Methods in org.eclipse.jgit.internal.storage.file that return ObjectIdOwnerMapModifier and TypeMethodDescription(package private) ObjectIdOwnerMap
<BasePackBitmapIndex.StoredBitmap> BasePackBitmapIndex.getBitmaps()
PackBitmapIndexBuilder.getObjectSet()
Get set of objects included in the pack.LazyObjectIdSetFile.load()
CachedObjectDirectory.scanLoose()
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectIdOwnerMapModifier and TypeMethodDescriptionprivate static void
PackBitmapIndexBuilder.sortByOffsetAndIndex
(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, List<ObjectToPack> entries) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ObjectIdOwnerMapModifierConstructorDescription(package private)
-
Uses of ObjectIdOwnerMap in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectIdOwnerMapModifier and TypeFieldDescriptionprivate final ObjectIdOwnerMap
<ObjectToPack> BaseSearch.objectsMap
private ObjectIdOwnerMap
<ObjectToPack> PackWriter.objectsMap
private final ObjectIdOwnerMap
<BaseSearch.TreeWithData> BaseSearch.treeCache
Methods in org.eclipse.jgit.internal.storage.pack that return ObjectIdOwnerMapModifier and TypeMethodDescriptionPackWriter.getObjectSet()
Returns the object ids in the pack file that was created by this writer.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectIdOwnerMapModifierConstructorDescription(package private)
BaseSearch
(ProgressMonitor countingMonitor, Set<RevTree> bases, ObjectIdOwnerMap<ObjectToPack> objects, List<ObjectToPack> edges, ObjectReader or) -
Uses of ObjectIdOwnerMap in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as ObjectIdOwnerMap -
Uses of ObjectIdOwnerMap in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectIdOwnerMapModifier and TypeFieldDescriptionprivate ObjectIdOwnerMap
<PackParser.DeltaChain> PackParser.baseById