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 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

      .dingodb.pb.coordinator_internal.SchemaInternal schema_internal = 2;
      Returns:
      The schemaInternal.
    • 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.