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()Seek to the first reference, to iterate in order.abstract RefCursorReftable.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 RefCursorReftable.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 RefCursorSeek to a reference.Seek to a reference.MergedReftable.seekRefsWithPrefix(String prefix) Seek references with prefix.abstract RefCursorReftable.seekRefsWithPrefix(String prefix) Seek references with prefix.ReftableReader.seekRefsWithPrefix(String prefix) Seek references with prefix.