public static interface Eraftpb.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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!
|
long |
getTerm()
uint64 term = 2; |
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 © 2023 PingCAP. All rights reserved.