Uses of Class
org.eclipse.jgit.internal.storage.reftable.RefCursor
Packages that use RefCursor
-
Uses of RefCursor in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return RefCursorModifier and TypeMethodDescriptionMergedReftable.allRefs()
abstract RefCursor
Reftable.allRefs()
Seek to the first reference, to iterate in order.ReftableReader.allRefs()
MergedReftable.byObjectId
(AnyObjectId name) abstract RefCursor
Reftable.byObjectId
(AnyObjectId id) Match references pointing to a specific object.ReftableReader.byObjectId
(AnyObjectId id) abstract RefCursor
Seek to a reference.MergedReftable.seekRefsWithPrefix
(String prefix) abstract RefCursor
Reftable.seekRefsWithPrefix
(String prefix) Seek references with prefix.ReftableReader.seekRefsWithPrefix
(String prefix)