| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.reftable | |
| org.eclipse.jgit.pgm.debug |
| Modifier and Type | Class and Description |
|---|---|
private class |
MergedReftable.MergedRefCursor |
private class |
ReftableReader.ObjCursorImpl |
private class |
ReftableReader.RefCursorImpl |
| Modifier and Type | Field and Description |
|---|---|
(package private) RefCursor |
MergedReftable.RefQueueEntry.rc |
| Modifier and Type | Method and Description |
|---|---|
RefCursor |
MergedReftable.allRefs()
Seek to the first reference, to iterate in order.
|
abstract RefCursor |
Reftable.allRefs()
Seek to the first reference, to iterate in order.
|
RefCursor |
ReftableReader.allRefs()
Seek to the first reference, to iterate in order.
|
RefCursor |
MergedReftable.byObjectId(AnyObjectId name)
Match references pointing to a specific object.
|
abstract RefCursor |
Reftable.byObjectId(AnyObjectId id)
Match references pointing to a specific object.
|
RefCursor |
ReftableReader.byObjectId(AnyObjectId id)
Match references pointing to a specific object.
|
RefCursor |
MergedReftable.seekRef(java.lang.String name)
Seek either to a reference, or a reference subtree.
|
abstract RefCursor |
Reftable.seekRef(java.lang.String refName)
Seek either to a reference, or a reference subtree.
|
RefCursor |
ReftableReader.seekRef(java.lang.String refName)
Seek either to a reference, or a reference subtree.
|
| Constructor and Description |
|---|
RefQueueEntry(RefCursor rc,
int stackIdx) |
| Modifier and Type | Method and Description |
|---|---|
private void |
VerifyReftable.verify(Ref exp,
RefCursor rc) |