public static final class ShowPartitionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder> implements ShowPartitionsResponseOrBuilder
List all partitions for particular collection response. The returned datas are all rows, we can format to columns by therir index.Protobuf type
milvus.proto.milvus.ShowPartitionsResponse| 限定符和类型 | 方法和说明 |
|---|---|
ShowPartitionsResponse.Builder |
addAllCreatedTimestamps(Iterable<? extends Long> values)
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
ShowPartitionsResponse.Builder |
addAllCreatedUtcTimestamps(Iterable<? extends Long> values)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
ShowPartitionsResponse.Builder |
addAllInMemoryPercentages(Iterable<? extends Long> values)
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowPartitionsResponse.Builder |
addAllPartitionIDs(Iterable<? extends Long> values)
All partition ids for this collection
repeated int64 partitionIDs = 3; |
ShowPartitionsResponse.Builder |
addAllPartitionNames(Iterable<String> values)
All partition names for this collection
repeated string partition_names = 2; |
ShowPartitionsResponse.Builder |
addCreatedTimestamps(long value)
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
ShowPartitionsResponse.Builder |
addCreatedUtcTimestamps(long value)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
ShowPartitionsResponse.Builder |
addInMemoryPercentages(long value)
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowPartitionsResponse.Builder |
addPartitionIDs(long value)
All partition ids for this collection
repeated int64 partitionIDs = 3; |
ShowPartitionsResponse.Builder |
addPartitionNames(String value)
All partition names for this collection
repeated string partition_names = 2; |
ShowPartitionsResponse.Builder |
addPartitionNamesBytes(com.google.protobuf.ByteString value)
All partition names for this collection
repeated string partition_names = 2; |
ShowPartitionsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowPartitionsResponse |
build() |
ShowPartitionsResponse |
buildPartial() |
ShowPartitionsResponse.Builder |
clear() |
ShowPartitionsResponse.Builder |
clearCreatedTimestamps()
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
ShowPartitionsResponse.Builder |
clearCreatedUtcTimestamps()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
ShowPartitionsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ShowPartitionsResponse.Builder |
clearInMemoryPercentages()
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowPartitionsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ShowPartitionsResponse.Builder |
clearPartitionIDs()
All partition ids for this collection
repeated int64 partitionIDs = 3; |
ShowPartitionsResponse.Builder |
clearPartitionNames()
All partition names for this collection
repeated string partition_names = 2; |
ShowPartitionsResponse.Builder |
clearStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowPartitionsResponse.Builder |
clone() |
long |
getCreatedTimestamps(int index)
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
int |
getCreatedTimestampsCount()
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
List<Long> |
getCreatedTimestampsList()
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
long |
getCreatedUtcTimestamps(int index)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
int |
getCreatedUtcTimestampsCount()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
List<Long> |
getCreatedUtcTimestampsList()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
ShowPartitionsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getInMemoryPercentages(int index)
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
int |
getInMemoryPercentagesCount()
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
List<Long> |
getInMemoryPercentagesList()
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
long |
getPartitionIDs(int index)
All partition ids for this collection
repeated int64 partitionIDs = 3; |
int |
getPartitionIDsCount()
All partition ids for this collection
repeated int64 partitionIDs = 3; |
List<Long> |
getPartitionIDsList()
All partition ids for this collection
repeated int64 partitionIDs = 3; |
String |
getPartitionNames(int index)
All partition names for this collection
repeated string partition_names = 2; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
All partition names for this collection
repeated string partition_names = 2; |
int |
getPartitionNamesCount()
All partition names for this collection
repeated string partition_names = 2; |
com.google.protobuf.ProtocolStringList |
getPartitionNamesList()
All partition names for this collection
repeated string partition_names = 2; |
Status |
getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
Status.Builder |
getStatusBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ShowPartitionsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ShowPartitionsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ShowPartitionsResponse.Builder |
mergeFrom(ShowPartitionsResponse other) |
ShowPartitionsResponse.Builder |
mergeStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowPartitionsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ShowPartitionsResponse.Builder |
setCreatedTimestamps(int index,
long value)
All hybrid timestamps
repeated uint64 created_timestamps = 4; |
ShowPartitionsResponse.Builder |
setCreatedUtcTimestamps(int index,
long value)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5; |
ShowPartitionsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ShowPartitionsResponse.Builder |
setInMemoryPercentages(int index,
long value)
Load percentage on querynode
Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6; |
ShowPartitionsResponse.Builder |
setPartitionIDs(int index,
long value)
All partition ids for this collection
repeated int64 partitionIDs = 3; |
ShowPartitionsResponse.Builder |
setPartitionNames(int index,
String value)
All partition names for this collection
repeated string partition_names = 2; |
ShowPartitionsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ShowPartitionsResponse.Builder |
setStatus(Status.Builder builderForValue)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowPartitionsResponse.Builder |
setStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1; |
ShowPartitionsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ShowPartitionsResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ShowPartitionsResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ShowPartitionsResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder mergeFrom(ShowPartitionsResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public ShowPartitionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ShowPartitionsResponse.Builder>IOExceptionpublic boolean hasStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;hasStatus 在接口中 ShowPartitionsResponseOrBuilderpublic Status getStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;getStatus 在接口中 ShowPartitionsResponseOrBuilderpublic ShowPartitionsResponse.Builder setStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowPartitionsResponse.Builder setStatus(Status.Builder builderForValue)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowPartitionsResponse.Builder mergeStatus(Status value)
Contain error_code and reason
.milvus.proto.common.Status status = 1;public ShowPartitionsResponse.Builder clearStatus()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public Status.Builder getStatusBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public StatusOrBuilder getStatusOrBuilder()
Contain error_code and reason
.milvus.proto.common.Status status = 1;public com.google.protobuf.ProtocolStringList getPartitionNamesList()
All partition names for this collection
repeated string partition_names = 2;getPartitionNamesList 在接口中 ShowPartitionsResponseOrBuilderpublic int getPartitionNamesCount()
All partition names for this collection
repeated string partition_names = 2;getPartitionNamesCount 在接口中 ShowPartitionsResponseOrBuilderpublic String getPartitionNames(int index)
All partition names for this collection
repeated string partition_names = 2;getPartitionNames 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPartitionNamesBytes(int index)
All partition names for this collection
repeated string partition_names = 2;getPartitionNamesBytes 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the value to return.public ShowPartitionsResponse.Builder setPartitionNames(int index, String value)
All partition names for this collection
repeated string partition_names = 2;index - The index to set the value at.value - The partitionNames to set.public ShowPartitionsResponse.Builder addPartitionNames(String value)
All partition names for this collection
repeated string partition_names = 2;value - The partitionNames to add.public ShowPartitionsResponse.Builder addAllPartitionNames(Iterable<String> values)
All partition names for this collection
repeated string partition_names = 2;values - The partitionNames to add.public ShowPartitionsResponse.Builder clearPartitionNames()
All partition names for this collection
repeated string partition_names = 2;public ShowPartitionsResponse.Builder addPartitionNamesBytes(com.google.protobuf.ByteString value)
All partition names for this collection
repeated string partition_names = 2;value - The bytes of the partitionNames to add.public List<Long> getPartitionIDsList()
All partition ids for this collection
repeated int64 partitionIDs = 3;getPartitionIDsList 在接口中 ShowPartitionsResponseOrBuilderpublic int getPartitionIDsCount()
All partition ids for this collection
repeated int64 partitionIDs = 3;getPartitionIDsCount 在接口中 ShowPartitionsResponseOrBuilderpublic long getPartitionIDs(int index)
All partition ids for this collection
repeated int64 partitionIDs = 3;getPartitionIDs 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the element to return.public ShowPartitionsResponse.Builder setPartitionIDs(int index, long value)
All partition ids for this collection
repeated int64 partitionIDs = 3;index - The index to set the value at.value - The partitionIDs to set.public ShowPartitionsResponse.Builder addPartitionIDs(long value)
All partition ids for this collection
repeated int64 partitionIDs = 3;value - The partitionIDs to add.public ShowPartitionsResponse.Builder addAllPartitionIDs(Iterable<? extends Long> values)
All partition ids for this collection
repeated int64 partitionIDs = 3;values - The partitionIDs to add.public ShowPartitionsResponse.Builder clearPartitionIDs()
All partition ids for this collection
repeated int64 partitionIDs = 3;public List<Long> getCreatedTimestampsList()
All hybrid timestamps
repeated uint64 created_timestamps = 4;getCreatedTimestampsList 在接口中 ShowPartitionsResponseOrBuilderpublic int getCreatedTimestampsCount()
All hybrid timestamps
repeated uint64 created_timestamps = 4;getCreatedTimestampsCount 在接口中 ShowPartitionsResponseOrBuilderpublic long getCreatedTimestamps(int index)
All hybrid timestamps
repeated uint64 created_timestamps = 4;getCreatedTimestamps 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the element to return.public ShowPartitionsResponse.Builder setCreatedTimestamps(int index, long value)
All hybrid timestamps
repeated uint64 created_timestamps = 4;index - The index to set the value at.value - The createdTimestamps to set.public ShowPartitionsResponse.Builder addCreatedTimestamps(long value)
All hybrid timestamps
repeated uint64 created_timestamps = 4;value - The createdTimestamps to add.public ShowPartitionsResponse.Builder addAllCreatedTimestamps(Iterable<? extends Long> values)
All hybrid timestamps
repeated uint64 created_timestamps = 4;values - The createdTimestamps to add.public ShowPartitionsResponse.Builder clearCreatedTimestamps()
All hybrid timestamps
repeated uint64 created_timestamps = 4;public List<Long> getCreatedUtcTimestampsList()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestampsList 在接口中 ShowPartitionsResponseOrBuilderpublic int getCreatedUtcTimestampsCount()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestampsCount 在接口中 ShowPartitionsResponseOrBuilderpublic long getCreatedUtcTimestamps(int index)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;getCreatedUtcTimestamps 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the element to return.public ShowPartitionsResponse.Builder setCreatedUtcTimestamps(int index, long value)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;index - The index to set the value at.value - The createdUtcTimestamps to set.public ShowPartitionsResponse.Builder addCreatedUtcTimestamps(long value)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;value - The createdUtcTimestamps to add.public ShowPartitionsResponse.Builder addAllCreatedUtcTimestamps(Iterable<? extends Long> values)
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;values - The createdUtcTimestamps to add.public ShowPartitionsResponse.Builder clearCreatedUtcTimestamps()
All utc timestamps calculated by created_timestamps
repeated uint64 created_utc_timestamps = 5;public List<Long> getInMemoryPercentagesList()
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentagesList 在接口中 ShowPartitionsResponseOrBuilderpublic int getInMemoryPercentagesCount()
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentagesCount 在接口中 ShowPartitionsResponseOrBuilderpublic long getInMemoryPercentages(int index)
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;getInMemoryPercentages 在接口中 ShowPartitionsResponseOrBuilderindex - The index of the element to return.public ShowPartitionsResponse.Builder setInMemoryPercentages(int index, long value)
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;index - The index to set the value at.value - The inMemoryPercentages to set.public ShowPartitionsResponse.Builder addInMemoryPercentages(long value)
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;value - The inMemoryPercentages to add.public ShowPartitionsResponse.Builder addAllInMemoryPercentages(Iterable<? extends Long> values)
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;values - The inMemoryPercentages to add.public ShowPartitionsResponse.Builder clearInMemoryPercentages()
Load percentage on querynode Deprecated: use GetLoadingProgress rpc instead
repeated int64 inMemory_percentages = 6;public final ShowPartitionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>public final ShowPartitionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ShowPartitionsResponse.Builder>Copyright © 2023. All rights reserved.