public static interface Eraftpb.ConfChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Eraftpb.ConfChangeType |
getChangeType()
.eraftpb.ConfChangeType change_type = 2; |
int |
getChangeTypeValue()
.eraftpb.ConfChangeType change_type = 2; |
com.google.protobuf.ByteString |
getContext()
bytes context = 4; |
long |
getId()
uint64 id = 1; |
long |
getNodeId()
uint64 node_id = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getChangeTypeValue()
.eraftpb.ConfChangeType change_type = 2;
Eraftpb.ConfChangeType getChangeType()
.eraftpb.ConfChangeType change_type = 2;
long getNodeId()
uint64 node_id = 3;
com.google.protobuf.ByteString getContext()
bytes context = 4;
long getId()
uint64 id = 1;
Copyright © 2024 PingCAP. All rights reserved.