public static interface RpcRequests.ReadIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 © 2024. All rights reserved.