public class ServerState extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCurrentTerm() |
long |
getLastAppliedIndex() |
long |
getLastLeaderElapsedTimeMs() |
long |
getLatestInstalledSnapshotIndex() |
RaftLog |
getLog() |
long |
getNextIndex() |
RaftStorage |
getStorage() |
String |
toString() |
public long getCurrentTerm()
public long getLastLeaderElapsedTimeMs()
public RaftLog getLog()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic RaftStorage getStorage()
public long getLatestInstalledSnapshotIndex()
public long getNextIndex()
public long getLastAppliedIndex()
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.