Package io.milvus.grpc
Interface IndexDescriptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexDescription,IndexDescription.Builder
public interface IndexDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldName()The vector field namecom.google.protobuf.ByteStringgetFieldNameBytes()The vector field namelonggetIndexedRows()index build progresslonggetIndexID()Index idStringgetIndexName()Index namecom.google.protobuf.ByteStringgetIndexNameBytes()Index nameStringgetIndexStateFailReason()string index_state_fail_reason = 8;com.google.protobuf.ByteStringgetIndexStateFailReasonBytes()string index_state_fail_reason = 8;KeyValuePairgetParams(int index)Will return index_type, metric_type, params(like nlist).intgetParamsCount()Will return index_type, metric_type, params(like nlist).List<KeyValuePair>getParamsList()Will return index_type, metric_type, params(like nlist).KeyValuePairOrBuildergetParamsOrBuilder(int index)Will return index_type, metric_type, params(like nlist).List<? extends KeyValuePairOrBuilder>getParamsOrBuilderList()Will return index_type, metric_type, params(like nlist).longgetPendingIndexRows()int64 pending_index_rows = 9;IndexStategetState()index stateintgetStateValue()index statelonggetTotalRows()int64 total_rows = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIndexName
String getIndexName()
Index name
string index_name = 1;- Returns:
- The indexName.
-
getIndexNameBytes
com.google.protobuf.ByteString getIndexNameBytes()
Index name
string index_name = 1;- Returns:
- The bytes for indexName.
-
getIndexID
long getIndexID()
Index id
int64 indexID = 2;- Returns:
- The indexID.
-
getParamsList
List<KeyValuePair> getParamsList()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;
-
getParams
KeyValuePair getParams(int index)
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;
-
getParamsCount
int getParamsCount()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;
-
getParamsOrBuilderList
List<? extends KeyValuePairOrBuilder> getParamsOrBuilderList()
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;
-
getParamsOrBuilder
KeyValuePairOrBuilder getParamsOrBuilder(int index)
Will return index_type, metric_type, params(like nlist).
repeated .milvus.proto.common.KeyValuePair params = 3;
-
getFieldName
String getFieldName()
The vector field name
string field_name = 4;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()
The vector field name
string field_name = 4;- Returns:
- The bytes for fieldName.
-
getIndexedRows
long getIndexedRows()
index build progress
int64 indexed_rows = 5;- Returns:
- The indexedRows.
-
getTotalRows
long getTotalRows()
int64 total_rows = 6;- Returns:
- The totalRows.
-
getStateValue
int getStateValue()
index state
.milvus.proto.common.IndexState state = 7;- Returns:
- The enum numeric value on the wire for state.
-
getState
IndexState getState()
index state
.milvus.proto.common.IndexState state = 7;- Returns:
- The state.
-
getIndexStateFailReason
String getIndexStateFailReason()
string index_state_fail_reason = 8;- Returns:
- The indexStateFailReason.
-
getIndexStateFailReasonBytes
com.google.protobuf.ByteString getIndexStateFailReasonBytes()
string index_state_fail_reason = 8;- Returns:
- The bytes for indexStateFailReason.
-
getPendingIndexRows
long getPendingIndexRows()
int64 pending_index_rows = 9;- Returns:
- The pendingIndexRows.
-
-