public static interface Eraftpb.SnapshotMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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`.
|
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 © 2023 PingCAP. All rights reserved.