public static interface RpcRequests.ReadIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
RpcRequests.ErrorResponse |
getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
RpcRequests.ErrorResponseOrBuilder |
getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99; |
long |
getIndex()
required int64 index = 1; |
boolean |
getSuccess()
required bool success = 2; |
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
boolean |
hasIndex()
required int64 index = 1; |
boolean |
hasSuccess()
required bool success = 2; |
boolean hasIndex()
required int64 index = 1;long getIndex()
required int64 index = 1;boolean hasSuccess()
required bool success = 2;boolean getSuccess()
required bool success = 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.