Class SnapshotManager.CaptureSnapshot

java.lang.Object
org.opendaylight.controller.cluster.raft.SnapshotManager.CaptureSnapshot
Enclosing class:
SnapshotManager

public static final class SnapshotManager.CaptureSnapshot extends Object
  • Method Details

    • getLastAppliedIndex

      public long getLastAppliedIndex()
    • getLastAppliedTerm

      public long getLastAppliedTerm()
    • lastApplied

      public @NonNull EntryInfo lastApplied()
    • getLastIndex

      public long getLastIndex()
    • getLastTerm

      public long getLastTerm()
    • lastEntry

      public @NonNull EntryInfo lastEntry()
    • replicatedToAll

      public @NonNull EntryInfo replicatedToAll()
    • toString

      public String toString()
      Overrides:
      toString in class Object