Uses of Class
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
Packages that use ObjectIdOwnerMap.Entry
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Building/rendering revision graphs.
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
-
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.api
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.api -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.blame
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.blame -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.fsck
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.fsck -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescription(package private) class
-
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) static final class
Data representation of the bitmap entry restored from a pack index.private static final class
private static class
(package private) static class
(package private) class
private static final class
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type ObjectIdOwnerMap.EntryModifier and TypeMethodDescriptionPackBitmapIndexBuilder.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.packMethods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type ObjectIdOwnerMap.EntryModifier and TypeMethodDescriptionPackWriter.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 -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.lib
Classes in org.eclipse.jgit.lib with type parameters of type ObjectIdOwnerMap.EntryModifier and TypeClassDescriptionclass
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Fast, efficient map forObjectId
subclasses in only one map.Fields in org.eclipse.jgit.lib declared as ObjectIdOwnerMap.EntryModifier and TypeFieldDescription(package private) V[][]
ObjectIdOwnerMap.directory
Top level directory of the segments.(package private) ObjectIdOwnerMap.Entry
ObjectIdOwnerMap.Entry.next
Methods in org.eclipse.jgit.lib that return ObjectIdOwnerMap.Entry -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplot
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.revplotModifier and TypeClassDescriptionclass
PlotCommit<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.revwalkModifier and TypeClassDescriptionstatic class
RevCommit with a depth (in commits) from a root.class
A binary file, or a symbolic link.class
A commit reference to a commit in the DAG.class
Base object type accessed during revision walking.class
An annotated tag.class
A reference to a tree of subtrees/files. -
Uses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transport
Subclasses of ObjectIdOwnerMap.Entry in org.eclipse.jgit.transportModifier and TypeClassDescriptionclass
Description of an object stored in a pack file, including offset.private static class