public static interface RpcRequests.ReadIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getEntries(int index)
repeated bytes entries = 3; |
int |
getEntriesCount()
repeated bytes entries = 3; |
List<com.google.protobuf.ByteString> |
getEntriesList()
repeated bytes entries = 3; |
String |
getGroupId()
required string group_id = 1; |
com.google.protobuf.ByteString |
getGroupIdBytes()
required string group_id = 1; |
String |
getPeerId()
optional string peer_id = 4; |
com.google.protobuf.ByteString |
getPeerIdBytes()
optional string peer_id = 4; |
EnumOutter.ReadOnlyType |
getReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
String |
getServerId()
required string server_id = 2; |
com.google.protobuf.ByteString |
getServerIdBytes()
required string server_id = 2; |
boolean |
hasGroupId()
required string group_id = 1; |
boolean |
hasPeerId()
optional string peer_id = 4; |
boolean |
hasReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
boolean |
hasServerId()
required string server_id = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGroupId()
required string group_id = 1;String getGroupId()
required string group_id = 1;com.google.protobuf.ByteString getGroupIdBytes()
required string group_id = 1;boolean hasServerId()
required string server_id = 2;String getServerId()
required string server_id = 2;com.google.protobuf.ByteString getServerIdBytes()
required string server_id = 2;List<com.google.protobuf.ByteString> getEntriesList()
repeated bytes entries = 3;int getEntriesCount()
repeated bytes entries = 3;com.google.protobuf.ByteString getEntries(int index)
repeated bytes entries = 3;boolean hasPeerId()
optional string peer_id = 4;String getPeerId()
optional string peer_id = 4;com.google.protobuf.ByteString getPeerIdBytes()
optional string peer_id = 4;boolean hasReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5;EnumOutter.ReadOnlyType getReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5;Copyright © 2024. All rights reserved.