Package io.dingodb.coordinator
Interface Coordinator.UpdateExecutorUserRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.UpdateExecutorUserRequest,Coordinator.UpdateExecutorUserRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.UpdateExecutorUserRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongset to 0 now.dingodb.pb.common.ExecutorUser executor_user = 3;.dingodb.pb.common.ExecutorUser executor_user = 3;user name is ignored, only update keyringuser name is ignored, only update keyring.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;boolean.dingodb.pb.common.ExecutorUser executor_user = 3;booleanuser name is ignored, only update keyringboolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
getClusterId
long getClusterId()set to 0 now
int64 cluster_id = 2;- Returns:
- The clusterId.
-
hasExecutorUser
boolean hasExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;- Returns:
- Whether the executorUser field is set.
-
getExecutorUser
Common.ExecutorUser getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;- Returns:
- The executorUser.
-
getExecutorUserOrBuilder
Common.ExecutorUserOrBuilder getExecutorUserOrBuilder().dingodb.pb.common.ExecutorUser executor_user = 3; -
hasExecutorUserUpdate
boolean hasExecutorUserUpdate()user name is ignored, only update keyring
.dingodb.pb.common.ExecutorUser executor_user_update = 4;- Returns:
- Whether the executorUserUpdate field is set.
-
getExecutorUserUpdate
Common.ExecutorUser getExecutorUserUpdate()user name is ignored, only update keyring
.dingodb.pb.common.ExecutorUser executor_user_update = 4;- Returns:
- The executorUserUpdate.
-
getExecutorUserUpdateOrBuilder
Common.ExecutorUserOrBuilder getExecutorUserUpdateOrBuilder()user name is ignored, only update keyring
.dingodb.pb.common.ExecutorUser executor_user_update = 4;
-