public static interface RaftOutter.EntryMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getChecksum()
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
optional int64 checksum = 6; |
long |
getDataLen()
optional int64 data_len = 4; |
String |
getLearners(int index)
repeated string learners = 7; |
com.google.protobuf.ByteString |
getLearnersBytes(int index)
repeated string learners = 7; |
int |
getLearnersCount()
repeated string learners = 7; |
List<String> |
getLearnersList()
repeated string learners = 7; |
String |
getOldLearners(int index)
repeated string old_learners = 8; |
com.google.protobuf.ByteString |
getOldLearnersBytes(int index)
repeated string old_learners = 8; |
int |
getOldLearnersCount()
repeated string old_learners = 8; |
List<String> |
getOldLearnersList()
repeated string old_learners = 8; |
String |
getOldPeers(int index)
Don't change field id of `old_peers' in the consideration of backward
compatibility
repeated string old_peers = 5; |
com.google.protobuf.ByteString |
getOldPeersBytes(int index)
Don't change field id of `old_peers' in the consideration of backward
compatibility
repeated string old_peers = 5; |
int |
getOldPeersCount()
Don't change field id of `old_peers' in the consideration of backward
compatibility
repeated string old_peers = 5; |
List<String> |
getOldPeersList()
Don't change field id of `old_peers' in the consideration of backward
compatibility
repeated string old_peers = 5; |
String |
getPeers(int index)
repeated string peers = 3; |
com.google.protobuf.ByteString |
getPeersBytes(int index)
repeated string peers = 3; |
int |
getPeersCount()
repeated string peers = 3; |
List<String> |
getPeersList()
repeated string peers = 3; |
long |
getTerm()
required int64 term = 1; |
EnumOutter.EntryType |
getType()
required .jraft.EntryType type = 2; |
boolean |
hasChecksum()
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
optional int64 checksum = 6; |
boolean |
hasDataLen()
optional int64 data_len = 4; |
boolean |
hasTerm()
required int64 term = 1; |
boolean |
hasType()
required .jraft.EntryType type = 2; |
boolean hasTerm()
required int64 term = 1;long getTerm()
required int64 term = 1;boolean hasType()
required .jraft.EntryType type = 2;EnumOutter.EntryType getType()
required .jraft.EntryType type = 2;int getPeersCount()
repeated string peers = 3;String getPeers(int index)
repeated string peers = 3;com.google.protobuf.ByteString getPeersBytes(int index)
repeated string peers = 3;boolean hasDataLen()
optional int64 data_len = 4;long getDataLen()
optional int64 data_len = 4;List<String> getOldPeersList()
Don't change field id of `old_peers' in the consideration of backward compatibility
repeated string old_peers = 5;int getOldPeersCount()
Don't change field id of `old_peers' in the consideration of backward compatibility
repeated string old_peers = 5;String getOldPeers(int index)
Don't change field id of `old_peers' in the consideration of backward compatibility
repeated string old_peers = 5;com.google.protobuf.ByteString getOldPeersBytes(int index)
Don't change field id of `old_peers' in the consideration of backward compatibility
repeated string old_peers = 5;boolean hasChecksum()
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
optional int64 checksum = 6;long getChecksum()
Checksum fot this log entry, since 1.2.6, added by boyan@antfin.com
optional int64 checksum = 6;int getLearnersCount()
repeated string learners = 7;String getLearners(int index)
repeated string learners = 7;com.google.protobuf.ByteString getLearnersBytes(int index)
repeated string learners = 7;int getOldLearnersCount()
repeated string old_learners = 8;String getOldLearners(int index)
repeated string old_learners = 8;com.google.protobuf.ByteString getOldLearnersBytes(int index)
repeated string old_learners = 8;Copyright © 2021. All rights reserved.