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

io.milvus.grpc.GetCompactionStateResponseOrBuilder 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 GetCompactionStateResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetCompactionStateResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   * @return The status.
   */
  io.milvus.grpc.Status getStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   */
  io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();

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

  /**
   * int64 executingPlanNo = 3;
   * @return The executingPlanNo.
   */
  long getExecutingPlanNo();

  /**
   * int64 timeoutPlanNo = 4;
   * @return The timeoutPlanNo.
   */
  long getTimeoutPlanNo();

  /**
   * int64 completedPlanNo = 5;
   * @return The completedPlanNo.
   */
  long getCompletedPlanNo();

  /**
   * int64 failedPlanNo = 6;
   * @return The failedPlanNo.
   */
  long getFailedPlanNo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy