Class MergedReftable.LogQueueEntry
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.reftable.MergedReftable.LogQueueEntry
-
- Enclosing class:
- MergedReftable
private static class MergedReftable.LogQueueEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogQueueEntry(LogCursor lc, int stackIdx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static int
compare(MergedReftable.LogQueueEntry a, MergedReftable.LogQueueEntry b)
(package private) long
index()
(package private) java.lang.String
name()
-
-
-
Field Detail
-
lc
final LogCursor lc
-
stackIdx
final int stackIdx
-
-
Constructor Detail
-
LogQueueEntry
LogQueueEntry(LogCursor lc, int stackIdx)
-
-
Method Detail
-
compare
static int compare(MergedReftable.LogQueueEntry a, MergedReftable.LogQueueEntry b)
-
name
java.lang.String name()
-
index
long index()
-
-