Interface Meta.HashPartitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.HashPartition, Meta.HashPartition.Builder
Enclosing class:
Meta

public static interface Meta.HashPartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      Common.Range getRanges(int index)
       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

      Common.RangeOrBuilder getRangesOrBuilder(int index)
       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

      Meta.DingoCommonId getIds(int index)
       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

      Meta.DingoCommonIdOrBuilder getIdsOrBuilder(int index)
       this is really part id, its parent entity is table
       
      repeated .dingodb.pb.meta.DingoCommonId ids = 2;