Uses of Class
org.eclipse.jgit.lib.ObjectIdOwnerMap
-
Packages that use ObjectIdOwnerMap Package Description 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.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport 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 ObjectIdOwnerMap Modifier and Type Field Description (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 ObjectIdOwnerMap Modifier and Type Field Description private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex. bitmapsprivate ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexV1. bitmapsprivate ObjectIdOwnerMap<PackedObjectInfo>PackInserter. objectMap(package private) ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry>PackBitmapIndexBuilder. positionEntriesprivate ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>BitmapIndexImpl.MutableBitmapIndex. revMapprivate ObjectIdOwnerMap<LazyObjectIdSetFile.Entry>LazyObjectIdSetFile. setprivate ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId>CachedObjectDirectory. 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 ObjectIdOwnerMap Modifier and Type Method Description (package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex. getBitmaps()ObjectIdOwnerMap<ObjectIdOwnerMap.Entry>PackBitmapIndexBuilder. getObjectSet()Get set of objects included in the pack.private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry>LazyObjectIdSetFile. load()private ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId>CachedObjectDirectory. scanLoose()Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectIdOwnerMap Modifier and Type Method Description private static voidPackBitmapIndexBuilder. sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, java.util.List<ObjectToPack> entries)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ObjectIdOwnerMap Constructor Description BasePackBitmapIndex(ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> bitmaps) -
Uses of ObjectIdOwnerMap in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectIdOwnerMap Modifier and Type Field Description private ObjectIdOwnerMap<ObjectToPack>BaseSearch. objectsMapprivate ObjectIdOwnerMap<ObjectToPack>PackWriter. objectsMapprivate ObjectIdOwnerMap<BaseSearch.TreeWithData>BaseSearch. treeCacheMethods in org.eclipse.jgit.internal.storage.pack that return ObjectIdOwnerMap Modifier and Type Method Description ObjectIdOwnerMap<ObjectIdOwnerMap.Entry>PackWriter. 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 ObjectIdOwnerMap Constructor Description BaseSearch(ProgressMonitor countingMonitor, java.util.Set<RevTree> bases, ObjectIdOwnerMap<ObjectToPack> objects, java.util.List<ObjectToPack> edges, ObjectReader or) -
Uses of ObjectIdOwnerMap in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as ObjectIdOwnerMap Modifier and Type Field Description (package private) ObjectIdOwnerMap<RevObject>RevWalk. objects -
Uses of ObjectIdOwnerMap in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectIdOwnerMap Modifier and Type Field Description private ObjectIdOwnerMap<PackParser.DeltaChain>PackParser. baseById
-