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

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

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

package io.milvus.grpc;

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

  /**
   * 
   * Contain error_code and reason
   * 
* * .milvus.proto.common.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Contain error_code and reason
   * 
* * .milvus.proto.common.Status status = 1; * @return The status. */ io.milvus.grpc.Status getStatus(); /** *
   * Contain error_code and reason
   * 
* * .milvus.proto.common.Status status = 1; */ io.milvus.grpc.StatusOrBuilder getStatusOrBuilder(); /** *
   * All partition names for this collection
   * 
* * repeated string partition_names = 2; * @return A list containing the partitionNames. */ java.util.List getPartitionNamesList(); /** *
   * All partition names for this collection
   * 
* * repeated string partition_names = 2; * @return The count of partitionNames. */ int getPartitionNamesCount(); /** *
   * All partition names for this collection
   * 
* * repeated string partition_names = 2; * @param index The index of the element to return. * @return The partitionNames at the given index. */ java.lang.String getPartitionNames(int index); /** *
   * All partition names for this collection
   * 
* * repeated string partition_names = 2; * @param index The index of the value to return. * @return The bytes of the partitionNames at the given index. */ com.google.protobuf.ByteString getPartitionNamesBytes(int index); /** *
   * All partition ids for this collection
   * 
* * repeated int64 partitionIDs = 3; * @return A list containing the partitionIDs. */ java.util.List getPartitionIDsList(); /** *
   * All partition ids for this collection
   * 
* * repeated int64 partitionIDs = 3; * @return The count of partitionIDs. */ int getPartitionIDsCount(); /** *
   * All partition ids for this collection
   * 
* * repeated int64 partitionIDs = 3; * @param index The index of the element to return. * @return The partitionIDs at the given index. */ long getPartitionIDs(int index); /** *
   * All hybrid timestamps
   * 
* * repeated uint64 created_timestamps = 4; * @return A list containing the createdTimestamps. */ java.util.List getCreatedTimestampsList(); /** *
   * All hybrid timestamps
   * 
* * repeated uint64 created_timestamps = 4; * @return The count of createdTimestamps. */ int getCreatedTimestampsCount(); /** *
   * All hybrid timestamps
   * 
* * repeated uint64 created_timestamps = 4; * @param index The index of the element to return. * @return The createdTimestamps at the given index. */ long getCreatedTimestamps(int index); /** *
   * All utc timestamps calculated by created_timestamps
   * 
* * repeated uint64 created_utc_timestamps = 5; * @return A list containing the createdUtcTimestamps. */ java.util.List getCreatedUtcTimestampsList(); /** *
   * All utc timestamps calculated by created_timestamps
   * 
* * repeated uint64 created_utc_timestamps = 5; * @return The count of createdUtcTimestamps. */ int getCreatedUtcTimestampsCount(); /** *
   * All utc timestamps calculated by created_timestamps
   * 
* * repeated uint64 created_utc_timestamps = 5; * @param index The index of the element to return. * @return The createdUtcTimestamps at the given index. */ long getCreatedUtcTimestamps(int index); /** *
   * Load percentage on querynode
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated int64 inMemory_percentages = 6 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. * See milvus.proto;l=673 * @return A list containing the inMemoryPercentages. */ @java.lang.Deprecated java.util.List getInMemoryPercentagesList(); /** *
   * Load percentage on querynode
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated int64 inMemory_percentages = 6 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. * See milvus.proto;l=673 * @return The count of inMemoryPercentages. */ @java.lang.Deprecated int getInMemoryPercentagesCount(); /** *
   * Load percentage on querynode
   * Deprecated: use GetLoadingProgress rpc instead
   * 
* * repeated int64 inMemory_percentages = 6 [deprecated = true]; * @deprecated milvus.proto.milvus.ShowPartitionsResponse.inMemory_percentages is deprecated. * See milvus.proto;l=673 * @param index The index of the element to return. * @return The inMemoryPercentages at the given index. */ @java.lang.Deprecated long getInMemoryPercentages(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy