StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clear() |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clearIndexCompleteness()
float index_completeness = 2;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clearPartitions() |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clearTotalDocCount()
uint64 total_doc_count = 1;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.clone() |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.Builder.getOutputBuilder()
.proxima.dashvector.proto.StatsCollectionResponse.CollectionStats output = 4;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.mergeFrom(com.google.protobuf.Message other) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.mergeFrom(StatsCollectionResponse.CollectionStats other) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.newBuilder() |
static StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.newBuilder(StatsCollectionResponse.CollectionStats prototype) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.newBuilderForType() |
protected StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.putAllPartitions(Map<String,PartitionStats> values)
map<string, .proxima.dashvector.proto.PartitionStats> partitions = 3;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.putPartitions(String key,
PartitionStats value)
map<string, .proxima.dashvector.proto.PartitionStats> partitions = 3;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.removePartitions(String key)
map<string, .proxima.dashvector.proto.PartitionStats> partitions = 3;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.setIndexCompleteness(float value)
float index_completeness = 2;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.setTotalDocCount(long value)
uint64 total_doc_count = 1;
|
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StatsCollectionResponse.CollectionStats.Builder |
StatsCollectionResponse.CollectionStats.toBuilder() |