Package io.dingodb.meta
Interface Meta.PartitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.Partition,Meta.Partition.Builder
- Enclosing class:
- Meta
public static interface Meta.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()this is really part id, its parent entity is tablethis is really part id, its parent entity is tablegetName()string name = 3;com.google.protobuf.ByteStringstring name = 3;getRange()the count of ranges must be equal to the count of idthe count of ranges must be equal to the count of id.dingodb.pb.common.SchemaState schemaState = 4;int.dingodb.pb.common.SchemaState schemaState = 4;booleanhasId()this is really part id, its parent entity is tablebooleanhasRange()the count of ranges must be equal to the count of idMethods 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
-
hasId
boolean hasId()this is really part id, its parent entity is table
.dingodb.pb.meta.DingoCommonId id = 1;- Returns:
- Whether the id field is set.
-
getId
Meta.DingoCommonId getId()this is really part id, its parent entity is table
.dingodb.pb.meta.DingoCommonId id = 1;- Returns:
- The id.
-
getIdOrBuilder
Meta.DingoCommonIdOrBuilder getIdOrBuilder()this is really part id, its parent entity is table
.dingodb.pb.meta.DingoCommonId id = 1; -
hasRange
boolean hasRange()the count of ranges must be equal to the count of id
.dingodb.pb.common.Range range = 2;- Returns:
- Whether the range field is set.
-
getRange
Common.Range getRange()the count of ranges must be equal to the count of id
.dingodb.pb.common.Range range = 2;- Returns:
- The range.
-
getRangeOrBuilder
Common.RangeOrBuilder getRangeOrBuilder()the count of ranges must be equal to the count of id
.dingodb.pb.common.Range range = 2; -
getName
String getName()string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;- Returns:
- The bytes for name.
-
getSchemaStateValue
int getSchemaStateValue().dingodb.pb.common.SchemaState schemaState = 4;- Returns:
- The enum numeric value on the wire for schemaState.
-
getSchemaState
Common.SchemaState getSchemaState().dingodb.pb.common.SchemaState schemaState = 4;- Returns:
- The schemaState.
-