Uses of Class
org.eclipse.jgit.internal.storage.reftable.RefCursor
Packages that use RefCursor
-
Uses of RefCursor in org.eclipse.jgit.internal.storage.reftable
Subclasses of RefCursor in org.eclipse.jgit.internal.storage.reftableModifier and TypeClassDescriptionprivate class
private class
private class
private class
Fields in org.eclipse.jgit.internal.storage.reftable declared as RefCursorModifier and TypeFieldDescription(package private) final RefCursor
MergedReftable.RefQueueEntry.rc
Methods in org.eclipse.jgit.internal.storage.reftable that return RefCursorModifier and TypeMethodDescriptionMergedReftable.allRefs()
Seek to the first reference, to iterate in order.abstract RefCursor
Reftable.allRefs()
Seek to the first reference, to iterate in order.ReftableReader.allRefs()
Seek to the first reference, to iterate in order.MergedReftable.byObjectId
(AnyObjectId name) Match references pointing to a specific object.abstract RefCursor
Reftable.byObjectId
(AnyObjectId id) Match references pointing to a specific object.ReftableReader.byObjectId
(AnyObjectId id) Match references pointing to a specific object.Seek to a reference.abstract RefCursor
Seek to a reference.Seek to a reference.MergedReftable.seekRefsWithPrefix
(String prefix) Seek references with prefix.abstract RefCursor
Reftable.seekRefsWithPrefix
(String prefix) Seek references with prefix.ReftableReader.seekRefsWithPrefix
(String prefix) Seek references with prefix.Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type RefCursor -
Uses of RefCursor in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type RefCursor