Interface Meta.IndexMetricsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    current count
    long
    deleted count
    long
    max id
    com.google.protobuf.ByteString
    bytes max_key = 3;
    long
    memeory unit bytes
    long
    min id
    com.google.protobuf.ByteString
    bytes min_key = 2;
    long
    int64 part_count = 4;
    long
    int64 rows_count = 1;
    vector index type .
    int
    vector index type .

    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

    • getRowsCount

      long getRowsCount()
      int64 rows_count = 1;
      Returns:
      The rowsCount.
    • getMinKey

      com.google.protobuf.ByteString getMinKey()
      bytes min_key = 2;
      Returns:
      The minKey.
    • getMaxKey

      com.google.protobuf.ByteString getMaxKey()
      bytes max_key = 3;
      Returns:
      The maxKey.
    • getPartCount

      long getPartCount()
      int64 part_count = 4;
      Returns:
      The partCount.
    • getVectorIndexTypeValue

      int getVectorIndexTypeValue()
       vector index type . reserve to do one of for each different algorithm.
       
      .dingodb.pb.common.VectorIndexType vector_index_type = 20;
      Returns:
      The enum numeric value on the wire for vectorIndexType.
    • getVectorIndexType

      Common.VectorIndexType getVectorIndexType()
       vector index type . reserve to do one of for each different algorithm.
       
      .dingodb.pb.common.VectorIndexType vector_index_type = 20;
      Returns:
      The vectorIndexType.
    • getCurrentCount

      long getCurrentCount()
       current count
       
      int64 current_count = 21;
      Returns:
      The currentCount.
    • getDeletedCount

      long getDeletedCount()
       deleted count
       
      int64 deleted_count = 22;
      Returns:
      The deletedCount.
    • getMaxId

      long getMaxId()
       max id
       
      int64 max_id = 23;
      Returns:
      The maxId.
    • getMinId

      long getMinId()
       min id
       
      int64 min_id = 24;
      Returns:
      The minId.
    • getMemoryBytes

      long getMemoryBytes()
       memeory unit bytes
       
      int64 memory_bytes = 25;
      Returns:
      The memoryBytes.