All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.PersistentSegmentInfoOrBuilder Maven / Gradle / Ivy

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface PersistentSegmentInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.PersistentSegmentInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 segmentID = 1;
   * @return The segmentID.
   */
  long getSegmentID();

  /**
   * int64 collectionID = 2;
   * @return The collectionID.
   */
  long getCollectionID();

  /**
   * int64 partitionID = 3;
   * @return The partitionID.
   */
  long getPartitionID();

  /**
   * int64 num_rows = 4;
   * @return The numRows.
   */
  long getNumRows();

  /**
   * .milvus.proto.common.SegmentState state = 5;
   * @return The enum numeric value on the wire for state.
   */
  int getStateValue();
  /**
   * .milvus.proto.common.SegmentState state = 5;
   * @return The state.
   */
  io.milvus.grpc.SegmentState getState();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy