Interface PersistentSegmentInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PersistentSegmentInfo, PersistentSegmentInfo.Builder

public interface PersistentSegmentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 collectionID = 2;
    .milvus.proto.common.SegmentLevel level = 6;
    int
    .milvus.proto.common.SegmentLevel level = 6;
    long
    int64 num_rows = 4;
    long
    int64 partitionID = 3;
    long
    int64 segmentID = 1;
    .milvus.proto.common.SegmentState state = 5;
    int
    .milvus.proto.common.SegmentState state = 5;

    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

    • getSegmentID

      long getSegmentID()
      int64 segmentID = 1;
      Returns:
      The segmentID.
    • getCollectionID

      long getCollectionID()
      int64 collectionID = 2;
      Returns:
      The collectionID.
    • getPartitionID

      long getPartitionID()
      int64 partitionID = 3;
      Returns:
      The partitionID.
    • getNumRows

      long getNumRows()
      int64 num_rows = 4;
      Returns:
      The numRows.
    • getStateValue

      int getStateValue()
      .milvus.proto.common.SegmentState state = 5;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      SegmentState getState()
      .milvus.proto.common.SegmentState state = 5;
      Returns:
      The state.
    • getLevelValue

      int getLevelValue()
      .milvus.proto.common.SegmentLevel level = 6;
      Returns:
      The enum numeric value on the wire for level.
    • getLevel

      SegmentLevel getLevel()
      .milvus.proto.common.SegmentLevel level = 6;
      Returns:
      The level.