Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.MetaIncrementCommonDiskOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementCommonDisk,CoordinatorInternalOuterClass.MetaIncrementCommonDisk.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.MetaIncrementCommonDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.coordinator_internal.CommonInternal common = 2;.dingodb.pb.coordinator_internal.CommonInternal common = 2;com.google.protobuf.ByteStringgetId()bytes id = 1;.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;int.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;boolean.dingodb.pb.coordinator_internal.CommonInternal common = 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
com.google.protobuf.ByteString getId()bytes id = 1;- Returns:
- The id.
-
hasCommon
boolean hasCommon().dingodb.pb.coordinator_internal.CommonInternal common = 2;- Returns:
- Whether the common field is set.
-
getCommon
CoordinatorInternalOuterClass.CommonInternal getCommon().dingodb.pb.coordinator_internal.CommonInternal common = 2;- Returns:
- The common.
-
getCommonOrBuilder
CoordinatorInternalOuterClass.CommonInternalOrBuilder getCommonOrBuilder().dingodb.pb.coordinator_internal.CommonInternal common = 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.
-