public static interface Eraftpb.SnapshotMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Eraftpb.ConfState |
getConfState()
The current `ConfState`.
|
Eraftpb.ConfStateOrBuilder |
getConfStateOrBuilder()
The current `ConfState`.
|
long |
getIndex()
The applied index.
|
long |
getTerm()
The term of the applied index.
|
boolean |
hasConfState()
The current `ConfState`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConfState()
The current `ConfState`.
.eraftpb.ConfState conf_state = 1;
Eraftpb.ConfState getConfState()
The current `ConfState`.
.eraftpb.ConfState conf_state = 1;
Eraftpb.ConfStateOrBuilder getConfStateOrBuilder()
The current `ConfState`.
.eraftpb.ConfState conf_state = 1;
long getIndex()
The applied index.
uint64 index = 2;
long getTerm()
The term of the applied index.
uint64 term = 3;
Copyright © 2024 PingCAP. All rights reserved.