Uses of Class
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
-
Packages that use ObjectIdOwnerMap.Entry Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.internal.fsck Git fsck support.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.internal.storage.reftable org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.api
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.api Modifier and Type Class Description private static classNameRevCommand.NameRevCommit -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.blame
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.blame Modifier and Type Class Description (package private) static classReverseWalk.ReverseCommit -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.fsck
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.fsck Modifier and Type Class Description (package private) static classFsckPackParser.ObjFromPack -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description (package private) classDfsObjectToPack -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description (package private) static classBasePackBitmapIndex.StoredBitmapData representation of the bitmap entry restored from a pack index.private static classBitmapIndexImpl.MutableEntryprivate static classCachedObjectDirectory.UnpackedObjectId(package private) static classLazyObjectIdSetFile.Entry(package private) classLocalObjectToPackprivate static classPackBitmapIndexBuilder.PositionEntryMethods in org.eclipse.jgit.internal.storage.file that return types with arguments of type ObjectIdOwnerMap.Entry Modifier and Type Method Description ObjectIdOwnerMap<ObjectIdOwnerMap.Entry>PackBitmapIndexBuilder. getObjectSet()Get set of objects included in the pack. -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.pack
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.pack Modifier and Type Class Description private static classBaseSearch.TreeWithDataclassObjectToPackPer-object state used byPackWriter.Methods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type ObjectIdOwnerMap.Entry Modifier and Type Method Description ObjectIdOwnerMap<ObjectIdOwnerMap.Entry>PackWriter. getObjectSet()Returns the object ids in the pack file that was created by this writer. -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.reftable
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.reftable Modifier and Type Class Description private static classReftableWriter.RefList -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib with type parameters of type ObjectIdOwnerMap.Entry Modifier and Type Class Description classObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>Fast, efficient map forObjectIdsubclasses in only one map.Fields in org.eclipse.jgit.lib declared as ObjectIdOwnerMap.Entry Modifier and Type Field Description (package private) V[][]ObjectIdOwnerMap. directoryTop level directory of the segments.(package private) ObjectIdOwnerMap.EntryObjectIdOwnerMap.Entry. nextMethods in org.eclipse.jgit.lib that return ObjectIdOwnerMap.Entry Modifier and Type Method Description private V[]ObjectIdOwnerMap. newSegment() -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplot
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplot Modifier and Type Class Description classPlotCommit<L extends PlotLane>A commit reference to a commit in the DAG. -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revwalk
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revwalk Modifier and Type Class Description static classDepthWalk.CommitRevCommit with a depth (in commits) from a root.classRevBlobA binary file, or a symbolic link.classRevCommitA commit reference to a commit in the DAG.classRevObjectBase object type accessed during revision walking.classRevTagAn annotated tag.classRevTreeA reference to a tree of subtrees/files. -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transport
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transport Modifier and Type Class Description classPackedObjectInfoDescription of an object stored in a pack file, including offset.private static classPackParser.DeltaChain
-