public static interface CliRequests.GetPeersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
RpcRequests.ErrorResponse |
getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
RpcRequests.ErrorResponseOrBuilder |
getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99; |
String |
getLearners(int index)
repeated string learners = 2; |
com.google.protobuf.ByteString |
getLearnersBytes(int index)
repeated string learners = 2; |
int |
getLearnersCount()
repeated string learners = 2; |
List<String> |
getLearnersList()
repeated string learners = 2; |
String |
getPeers(int index)
repeated string peers = 1; |
com.google.protobuf.ByteString |
getPeersBytes(int index)
repeated string peers = 1; |
int |
getPeersCount()
repeated string peers = 1; |
List<String> |
getPeersList()
repeated string peers = 1; |
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
int getPeersCount()
repeated string peers = 1;String getPeers(int index)
repeated string peers = 1;com.google.protobuf.ByteString getPeersBytes(int index)
repeated string peers = 1;int getLearnersCount()
repeated string learners = 2;String getLearners(int index)
repeated string learners = 2;com.google.protobuf.ByteString getLearnersBytes(int index)
repeated string learners = 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.