Uses of Class
io.milvus.grpc.PartitionStat
-
Packages that use PartitionStat Package Description io.milvus.grpc -
-
Uses of PartitionStat in io.milvus.grpc
Methods in io.milvus.grpc that return PartitionStat Modifier and Type Method Description PartitionStatPartitionStat.Builder. build()PartitionStatPartitionStat.Builder. buildPartial()static PartitionStatPartitionStat. getDefaultInstance()PartitionStatPartitionStat.Builder. getDefaultInstanceForType()PartitionStatPartitionStat. getDefaultInstanceForType()PartitionStatTableInfo.Builder. getPartitionsStat(int index)repeated .milvus.grpc.PartitionStat partitions_stat = 3;PartitionStatTableInfo. getPartitionsStat(int index)repeated .milvus.grpc.PartitionStat partitions_stat = 3;PartitionStatTableInfoOrBuilder. getPartitionsStat(int index)repeated .milvus.grpc.PartitionStat partitions_stat = 3;static PartitionStatPartitionStat. parseDelimitedFrom(InputStream input)static PartitionStatPartitionStat. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionStatPartitionStat. parseFrom(byte[] data)static PartitionStatPartitionStat. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionStatPartitionStat. parseFrom(com.google.protobuf.ByteString data)static PartitionStatPartitionStat. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionStatPartitionStat. parseFrom(com.google.protobuf.CodedInputStream input)static PartitionStatPartitionStat. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionStatPartitionStat. parseFrom(InputStream input)static PartitionStatPartitionStat. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionStatPartitionStat. parseFrom(ByteBuffer data)static PartitionStatPartitionStat. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type PartitionStat Modifier and Type Method Description com.google.protobuf.Parser<PartitionStat>PartitionStat. getParserForType()List<PartitionStat>TableInfo.Builder. getPartitionsStatList()repeated .milvus.grpc.PartitionStat partitions_stat = 3;List<PartitionStat>TableInfo. getPartitionsStatList()repeated .milvus.grpc.PartitionStat partitions_stat = 3;List<PartitionStat>TableInfoOrBuilder. getPartitionsStatList()repeated .milvus.grpc.PartitionStat partitions_stat = 3;static com.google.protobuf.Parser<PartitionStat>PartitionStat. parser()Methods in io.milvus.grpc with parameters of type PartitionStat Modifier and Type Method Description TableInfo.BuilderTableInfo.Builder. addPartitionsStat(int index, PartitionStat value)repeated .milvus.grpc.PartitionStat partitions_stat = 3;TableInfo.BuilderTableInfo.Builder. addPartitionsStat(PartitionStat value)repeated .milvus.grpc.PartitionStat partitions_stat = 3;PartitionStat.BuilderPartitionStat.Builder. mergeFrom(PartitionStat other)static PartitionStat.BuilderPartitionStat. newBuilder(PartitionStat prototype)TableInfo.BuilderTableInfo.Builder. setPartitionsStat(int index, PartitionStat value)repeated .milvus.grpc.PartitionStat partitions_stat = 3;Method parameters in io.milvus.grpc with type arguments of type PartitionStat Modifier and Type Method Description TableInfo.BuilderTableInfo.Builder. addAllPartitionsStat(Iterable<? extends PartitionStat> values)repeated .milvus.grpc.PartitionStat partitions_stat = 3;
-