IndexDescription.Builder |
IndexDescription.Builder.addAllParams(Iterable<? extends KeyValuePair> values) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
DescribeIndexResponse.Builder.addIndexDescriptionsBuilder() |
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
DescribeIndexResponse.Builder.addIndexDescriptionsBuilder(int index) |
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
GetIndexStatisticsResponse.Builder.addIndexDescriptionsBuilder() |
All index information.
|
IndexDescription.Builder |
GetIndexStatisticsResponse.Builder.addIndexDescriptionsBuilder(int index) |
All index information.
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(int index,
KeyValuePair value) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(int index,
KeyValuePair.Builder builderForValue) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(KeyValuePair value) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addParams(KeyValuePair.Builder builderForValue) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IndexDescription.Builder |
IndexDescription.Builder.clear() |
|
IndexDescription.Builder |
IndexDescription.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
IndexDescription.Builder |
IndexDescription.Builder.clearFieldName() |
The vector field name
|
IndexDescription.Builder |
IndexDescription.Builder.clearIndexedRows() |
index build progress
|
IndexDescription.Builder |
IndexDescription.Builder.clearIndexID() |
Index id
|
IndexDescription.Builder |
IndexDescription.Builder.clearIndexName() |
Index name
|
IndexDescription.Builder |
IndexDescription.Builder.clearIndexStateFailReason() |
string index_state_fail_reason = 8;
|
IndexDescription.Builder |
IndexDescription.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
IndexDescription.Builder |
IndexDescription.Builder.clearParams() |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.clearPendingIndexRows() |
int64 pending_index_rows = 9;
|
IndexDescription.Builder |
IndexDescription.Builder.clearState() |
index state
|
IndexDescription.Builder |
IndexDescription.Builder.clearTotalRows() |
int64 total_rows = 6;
|
IndexDescription.Builder |
IndexDescription.Builder.clone() |
|
IndexDescription.Builder |
DescribeIndexResponse.Builder.getIndexDescriptionsBuilder(int index) |
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
GetIndexStatisticsResponse.Builder.getIndexDescriptionsBuilder(int index) |
All index information.
|
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(com.google.protobuf.Message other) |
|
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(IndexDescription other) |
|
IndexDescription.Builder |
IndexDescription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static IndexDescription.Builder |
IndexDescription.newBuilder() |
|
static IndexDescription.Builder |
IndexDescription.newBuilder(IndexDescription prototype) |
|
IndexDescription.Builder |
IndexDescription.newBuilderForType() |
|
protected IndexDescription.Builder |
IndexDescription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
IndexDescription.Builder |
IndexDescription.Builder.removeParams(int index) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IndexDescription.Builder |
IndexDescription.Builder.setFieldName(String value) |
The vector field name
|
IndexDescription.Builder |
IndexDescription.Builder.setFieldNameBytes(com.google.protobuf.ByteString value) |
The vector field name
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexedRows(long value) |
index build progress
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexID(long value) |
Index id
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexName(String value) |
Index name
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexNameBytes(com.google.protobuf.ByteString value) |
Index name
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexStateFailReason(String value) |
string index_state_fail_reason = 8;
|
IndexDescription.Builder |
IndexDescription.Builder.setIndexStateFailReasonBytes(com.google.protobuf.ByteString value) |
string index_state_fail_reason = 8;
|
IndexDescription.Builder |
IndexDescription.Builder.setParams(int index,
KeyValuePair value) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setParams(int index,
KeyValuePair.Builder builderForValue) |
Will return index_type, metric_type, params(like nlist).
|
IndexDescription.Builder |
IndexDescription.Builder.setPendingIndexRows(long value) |
int64 pending_index_rows = 9;
|
IndexDescription.Builder |
IndexDescription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
IndexDescription.Builder |
IndexDescription.Builder.setState(IndexState value) |
index state
|
IndexDescription.Builder |
IndexDescription.Builder.setStateValue(int value) |
index state
|
IndexDescription.Builder |
IndexDescription.Builder.setTotalRows(long value) |
int64 total_rows = 6;
|
IndexDescription.Builder |
IndexDescription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
IndexDescription.Builder |
IndexDescription.toBuilder() |
|