Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.MetaIncrementSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementSchema,CoordinatorInternalOuterClass.MetaIncrementSchema.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.MetaIncrementSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;int.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;longDEPRECATED: parent schema is always 0 now.dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 2;.dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 2;boolean.dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 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
long getId()int64 id = 1;- Returns:
- The id.
-
hasSchemaInternal
boolean hasSchemaInternal().dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 2;- Returns:
- Whether the schemaInternal field is set.
-
getSchemaInternal
CoordinatorInternalOuterClass.SchemaInternal getSchemaInternal().dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 2;- Returns:
- The schemaInternal.
-
getSchemaInternalOrBuilder
CoordinatorInternalOuterClass.SchemaInternalOrBuilder getSchemaInternalOrBuilder().dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 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.
-
getSchemaId
long getSchemaId()DEPRECATED: parent schema is always 0 now
int64 schema_id = 4;- Returns:
- The schemaId.
-