Interface Feder.ListIndexedSegmentResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSegmentIDs​(int index)
      repeated int64 segmentIDs = 2;
      int getSegmentIDsCount()
      repeated int64 segmentIDs = 2;
      List<Long> getSegmentIDsList()
      repeated int64 segmentIDs = 2;
      Status getStatus()
      .milvus.proto.common.Status status = 1;
      StatusOrBuilder getStatusOrBuilder()
      .milvus.proto.common.Status status = 1;
      boolean hasStatus()
      .milvus.proto.common.Status status = 1;
      • 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 Detail

      • hasStatus

        boolean hasStatus()
        .milvus.proto.common.Status status = 1;
        Returns:
        Whether the status field is set.
      • getStatus

        Status getStatus()
        .milvus.proto.common.Status status = 1;
        Returns:
        The status.
      • getStatusOrBuilder

        StatusOrBuilder getStatusOrBuilder()
        .milvus.proto.common.Status status = 1;
      • getSegmentIDsList

        List<Long> getSegmentIDsList()
        repeated int64 segmentIDs = 2;
        Returns:
        A list containing the segmentIDs.
      • getSegmentIDsCount

        int getSegmentIDsCount()
        repeated int64 segmentIDs = 2;
        Returns:
        The count of segmentIDs.
      • getSegmentIDs

        long getSegmentIDs​(int index)
        repeated int64 segmentIDs = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The segmentIDs at the given index.