public static interface Eraftpb.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getContext()
bytes context = 6; |
com.google.protobuf.ByteString |
getData()
bytes data = 4; |
Eraftpb.EntryType |
getEntryType()
.eraftpb.EntryType entry_type = 1; |
int |
getEntryTypeValue()
.eraftpb.EntryType entry_type = 1; |
long |
getIndex()
uint64 index = 3; |
boolean |
getSyncLog()
Deprecated! It is kept for backward compatibility.
|
long |
getTerm()
uint64 term = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getEntryTypeValue()
.eraftpb.EntryType entry_type = 1;
Eraftpb.EntryType getEntryType()
.eraftpb.EntryType entry_type = 1;
long getTerm()
uint64 term = 2;
long getIndex()
uint64 index = 3;
com.google.protobuf.ByteString getData()
bytes data = 4;
com.google.protobuf.ByteString getContext()
bytes context = 6;
boolean getSyncLog()
Deprecated! It is kept for backward compatibility. TODO: remove it in the next major release.
bool sync_log = 5;
Copyright © 2024 PingCAP. All rights reserved.