Package io.atomix.raft.metrics
Class RaftReplicationMetrics
java.lang.Object
io.atomix.raft.metrics.RaftMetrics
io.atomix.raft.metrics.RaftReplicationMetrics
-
Field Summary
Fields inherited from class io.atomix.raft.metrics.RaftMetrics
NAMESPACE, partition, PARTITION_GROUP_NAME_LABEL, PARTITION_LABEL, partitionGroupName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAppendIndex(long value) voidsetCommitIndex(long value)
-
Constructor Details
-
RaftReplicationMetrics
-
-
Method Details
-
setCommitIndex
public void setCommitIndex(long value) -
setAppendIndex
public void setAppendIndex(long value)
-