public static interface RpcRequests.RequestVoteResponseOrBuilder
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 |
getGranted()
required bool granted = 2; |
long |
getTerm()
required int64 term = 1; |
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
boolean |
hasGranted()
required bool granted = 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 hasGranted()
required bool granted = 2;boolean getGranted()
required bool granted = 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.