Package io.dingodb.common
Interface Common.IndexParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.IndexParameter,Common.IndexParameter.Builder
- Enclosing class:
- Common
public static interface Common.IndexParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4;.dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4;.dingodb.pb.common.IndexType index_type = 1;int.dingodb.pb.common.IndexType index_type = 1;getOriginKeys(int index) repeated string origin_keys = 5;com.google.protobuf.ByteStringgetOriginKeysBytes(int index) repeated string origin_keys = 5;intrepeated string origin_keys = 5;repeated string origin_keys = 5;getOriginWithKeys(int index) repeated string origin_with_keys = 6;com.google.protobuf.ByteStringgetOriginWithKeysBytes(int index) repeated string origin_with_keys = 6;intrepeated string origin_with_keys = 6;repeated string origin_with_keys = 6;.dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3;.dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3;.dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2;.dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2;boolean.dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4;boolean.dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3;boolean.dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndexTypeValue
int getIndexTypeValue().dingodb.pb.common.IndexType index_type = 1;- Returns:
- The enum numeric value on the wire for indexType.
-
getIndexType
Common.IndexType getIndexType().dingodb.pb.common.IndexType index_type = 1;- Returns:
- The indexType.
-
hasVectorIndexParameter
boolean hasVectorIndexParameter().dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2;- Returns:
- Whether the vectorIndexParameter field is set.
-
getVectorIndexParameter
Common.VectorIndexParameter getVectorIndexParameter().dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2;- Returns:
- The vectorIndexParameter.
-
getVectorIndexParameterOrBuilder
Common.VectorIndexParameterOrBuilder getVectorIndexParameterOrBuilder().dingodb.pb.common.VectorIndexParameter vector_index_parameter = 2; -
hasScalarIndexParameter
boolean hasScalarIndexParameter().dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3;- Returns:
- Whether the scalarIndexParameter field is set.
-
getScalarIndexParameter
Common.ScalarIndexParameter getScalarIndexParameter().dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3;- Returns:
- The scalarIndexParameter.
-
getScalarIndexParameterOrBuilder
Common.ScalarIndexParameterOrBuilder getScalarIndexParameterOrBuilder().dingodb.pb.common.ScalarIndexParameter scalar_index_parameter = 3; -
hasDocumentIndexParameter
boolean hasDocumentIndexParameter().dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4;- Returns:
- Whether the documentIndexParameter field is set.
-
getDocumentIndexParameter
Common.DocumentIndexParameter getDocumentIndexParameter().dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4;- Returns:
- The documentIndexParameter.
-
getDocumentIndexParameterOrBuilder
Common.DocumentIndexParameterOrBuilder getDocumentIndexParameterOrBuilder().dingodb.pb.common.DocumentIndexParameter document_index_parameter = 4; -
getOriginKeysList
repeated string origin_keys = 5;- Returns:
- A list containing the originKeys.
-
getOriginKeysCount
int getOriginKeysCount()repeated string origin_keys = 5;- Returns:
- The count of originKeys.
-
getOriginKeys
repeated string origin_keys = 5;- Parameters:
index- The index of the element to return.- Returns:
- The originKeys at the given index.
-
getOriginKeysBytes
com.google.protobuf.ByteString getOriginKeysBytes(int index) repeated string origin_keys = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the originKeys at the given index.
-
getOriginWithKeysList
repeated string origin_with_keys = 6;- Returns:
- A list containing the originWithKeys.
-
getOriginWithKeysCount
int getOriginWithKeysCount()repeated string origin_with_keys = 6;- Returns:
- The count of originWithKeys.
-
getOriginWithKeys
repeated string origin_with_keys = 6;- Parameters:
index- The index of the element to return.- Returns:
- The originWithKeys at the given index.
-
getOriginWithKeysBytes
com.google.protobuf.ByteString getOriginWithKeysBytes(int index) repeated string origin_with_keys = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the originWithKeys at the given index.
-