public static interface RpcRequests.TimeoutNowResponseOrBuilder
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; |
boolean |
getSuccess()
required bool success = 2; |
long |
getTerm()
required int64 term = 1; |
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
boolean |
hasSuccess()
required bool success = 2; |
boolean |
hasTerm()
required int64 term = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTerm()
required int64 term = 1;long getTerm()
required int64 term = 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.