Package akka.remote.artery
Class RollingEventLogSection$
- java.lang.Object
-
- akka.remote.artery.RollingEventLogSection$
-
public class RollingEventLogSection$ extends java.lang.ObjectINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static RollingEventLogSection$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RollingEventLogSection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intCommitEntrySize()intCommitted()intDirty()intEmpty()longHeadPointerOffset()intLive()longLogOffset()longLogStateOffset()longRecordsOffset()intSnapshot()
-
-
-
Field Detail
-
MODULE$
public static final RollingEventLogSection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
HeadPointerOffset
public long HeadPointerOffset()
-
LogStateOffset
public long LogStateOffset()
-
RecordsOffset
public long RecordsOffset()
-
LogOffset
public long LogOffset()
-
Empty
public int Empty()
-
Live
public int Live()
-
Snapshot
public int Snapshot()
-
Committed
public int Committed()
-
Dirty
public int Dirty()
-
CommitEntrySize
public int CommitEntrySize()
-
-