public static interface CliRequests.AddPeerResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
RpcRequests.ErrorResponse |
getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
RpcRequests.ErrorResponseOrBuilder |
getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99; |
String |
getNewPeers(int index)
repeated string new_peers = 2; |
com.google.protobuf.ByteString |
getNewPeersBytes(int index)
repeated string new_peers = 2; |
int |
getNewPeersCount()
repeated string new_peers = 2; |
List<String> |
getNewPeersList()
repeated string new_peers = 2; |
String |
getOldPeers(int index)
repeated string old_peers = 1; |
com.google.protobuf.ByteString |
getOldPeersBytes(int index)
repeated string old_peers = 1; |
int |
getOldPeersCount()
repeated string old_peers = 1; |
List<String> |
getOldPeersList()
repeated string old_peers = 1; |
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
int getOldPeersCount()
repeated string old_peers = 1;String getOldPeers(int index)
repeated string old_peers = 1;com.google.protobuf.ByteString getOldPeersBytes(int index)
repeated string old_peers = 1;int getNewPeersCount()
repeated string new_peers = 2;String getNewPeers(int index)
repeated string new_peers = 2;com.google.protobuf.ByteString getNewPeersBytes(int index)
repeated string new_peers = 2;boolean hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99;RpcRequests.ErrorResponse getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99;RpcRequests.ErrorResponseOrBuilder getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99;Copyright © 2021. All rights reserved.