Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.MetaIncrementExecutorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementExecutor,CoordinatorInternalOuterClass.MetaIncrementExecutor.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.MetaIncrementExecutorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.Executor executor = 2;.dingodb.pb.common.Executor executor = 2;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;int.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;boolean.dingodb.pb.common.Executor executor = 2;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
-
getId
String getId()string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
hasExecutor
boolean hasExecutor().dingodb.pb.common.Executor executor = 2;- Returns:
- Whether the executor field is set.
-
getExecutor
Common.Executor getExecutor().dingodb.pb.common.Executor executor = 2;- Returns:
- The executor.
-
getExecutorOrBuilder
Common.ExecutorOrBuilder getExecutorOrBuilder().dingodb.pb.common.Executor executor = 2; -
getOpTypeValue
int getOpTypeValue().dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;- Returns:
- The opType.
-