Interface Common.VectorIndexMetricsOrBuilder

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

public static interface Common.VectorIndexMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    current count
    long
    deleted count
    long
    max id
    long
    memeory unit bytes
    long
    min id
    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

    • getVectorIndexTypeValue

      int getVectorIndexTypeValue()
       vector index type . reserve to do one of for each different algorithm.
       
      .dingodb.pb.common.VectorIndexType vector_index_type = 1;
      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 = 1;
      Returns:
      The vectorIndexType.
    • getCurrentCount

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

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

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

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

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