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.bitmapsprivate final ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexV1.bitmapsprivate ObjectIdOwnerMap<PackedObjectInfo>PackInserter.objectMap(package private) final ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry>PackBitmapIndexBuilder.positionEntriesprivate final ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>BitmapIndexImpl.MutableBitmapIndex.revMapLazyObjectIdSetFile.setCachedObjectDirectory.unpackedObjectsThe 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 voidPackBitmapIndexBuilder.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.objectsMapprivate ObjectIdOwnerMap<ObjectToPack>PackWriter.objectsMapprivate final ObjectIdOwnerMap<BaseSearch.TreeWithData>BaseSearch.treeCacheMethods 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