public class RollingEventLogSection$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RollingEventLogSection$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
RollingEventLogSection$() |
Modifier and Type | Method and Description |
---|---|
int |
CommitEntrySize() |
int |
Committed() |
int |
Dirty() |
int |
Empty() |
long |
HeadPointerOffset() |
int |
Live() |
long |
LogOffset() |
long |
LogStateOffset() |
long |
RecordsOffset() |
int |
Snapshot() |
public static final RollingEventLogSection$ MODULE$
public long HeadPointerOffset()
public long LogStateOffset()
public long RecordsOffset()
public long LogOffset()
public int Empty()
public int Live()
public int Snapshot()
public int Committed()
public int Dirty()
public int CommitEntrySize()