Interface Meta.TableWithPartCountOrBuilder

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

public static interface Meta.TableWithPartCountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    has table
    int
    index count, include vector index and scalar index
    int
    getIndexPartCount(int index)
    each index may has different part count, the list size must equal index count
    int
    each index may has different part count, the list size must equal index count
    each index may has different part count, the list size must equal index count
    int
    if has table, table`s part count

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHasTable

      boolean getHasTable()
       has table
       
      bool has_table = 1;
      Returns:
      The hasTable.
    • getTablePartCount

      int getTablePartCount()
       if has table, table`s part count
       
      uint32 table_part_count = 2;
      Returns:
      The tablePartCount.
    • getIndexCount

      int getIndexCount()
       index count, include vector index and scalar index
       
      uint32 index_count = 3;
      Returns:
      The indexCount.
    • getIndexPartCountList

      List<Integer> getIndexPartCountList()
       each index may has different part count, the list size must equal index count
       
      repeated uint32 index_part_count = 4;
      Returns:
      A list containing the indexPartCount.
    • getIndexPartCountCount

      int getIndexPartCountCount()
       each index may has different part count, the list size must equal index count
       
      repeated uint32 index_part_count = 4;
      Returns:
      The count of indexPartCount.
    • getIndexPartCount

      int getIndexPartCount(int index)
       each index may has different part count, the list size must equal index count
       
      repeated uint32 index_part_count = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The indexPartCount at the given index.