Package io.dingodb.meta
Interface Meta.RangePartitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.RangePartition,Meta.RangePartition.Builder
- Enclosing class:
- Meta
public static interface Meta.RangePartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIds(int index) this is really part id, its parent entity is tableintthis is really part id, its parent entity is tablethis is really part id, its parent entity is tablegetIdsOrBuilder(int index) this is really part id, its parent entity is tableList<? extends Meta.DingoCommonIdOrBuilder>this is really part id, its parent entity is tablegetRanges(int index) the count of ranges must be equal to the count of idintthe count of ranges must be equal to the count of idthe count of ranges must be equal to the count of idgetRangesOrBuilder(int index) the count of ranges must be equal to the count of idList<? extends Common.RangeOrBuilder>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
-
getRangesList
List<Common.Range> getRangesList()the count of ranges must be equal to the count of id
repeated .dingodb.pb.common.Range ranges = 1; -
getRanges
the count of ranges must be equal to the count of id
repeated .dingodb.pb.common.Range ranges = 1; -
getRangesCount
int getRangesCount()the count of ranges must be equal to the count of id
repeated .dingodb.pb.common.Range ranges = 1; -
getRangesOrBuilderList
List<? extends Common.RangeOrBuilder> getRangesOrBuilderList()the count of ranges must be equal to the count of id
repeated .dingodb.pb.common.Range ranges = 1; -
getRangesOrBuilder
the count of ranges must be equal to the count of id
repeated .dingodb.pb.common.Range ranges = 1; -
getIdsList
List<Meta.DingoCommonId> getIdsList()this is really part id, its parent entity is table
repeated .dingodb.pb.meta.DingoCommonId ids = 2; -
getIds
this is really part id, its parent entity is table
repeated .dingodb.pb.meta.DingoCommonId ids = 2; -
getIdsCount
int getIdsCount()this is really part id, its parent entity is table
repeated .dingodb.pb.meta.DingoCommonId ids = 2; -
getIdsOrBuilderList
List<? extends Meta.DingoCommonIdOrBuilder> getIdsOrBuilderList()this is really part id, its parent entity is table
repeated .dingodb.pb.meta.DingoCommonId ids = 2; -
getIdsOrBuilder
this is really part id, its parent entity is table
repeated .dingodb.pb.meta.DingoCommonId ids = 2;
-