Package io.dingodb.index
Interface Index.VectorBuildResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Index.VectorBuildResponse,Index.VectorBuildResponse.Builder
- Enclosing class:
- Index
public static interface Index.VectorBuildResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()This is a heavy operation and may take a long time.This is a heavy operation and may take a long time..dingodb.pb.common.ResponseInfo response_info = 1;.dingodb.pb.common.ResponseInfo response_info = 1;getState()The build process takes a long time.The build process takes a long time.booleanhasError()This is a heavy operation and may take a long time.boolean.dingodb.pb.common.ResponseInfo response_info = 1;booleanhasState()The build process takes a long time.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
-
hasResponseInfo
boolean hasResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;- Returns:
- Whether the responseInfo field is set.
-
getResponseInfo
Common.ResponseInfo getResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;- Returns:
- The responseInfo.
-
getResponseInfoOrBuilder
Common.ResponseInfoOrBuilder getResponseInfoOrBuilder().dingodb.pb.common.ResponseInfo response_info = 1; -
hasError
boolean hasError()This is a heavy operation and may take a long time. Return IN PROGRES first. Then query via vector status RPC.
.dingodb.pb.error.Error error = 2;- Returns:
- Whether the error field is set.
-
getError
ErrorOuterClass.Error getError()This is a heavy operation and may take a long time. Return IN PROGRES first. Then query via vector status RPC.
.dingodb.pb.error.Error error = 2;- Returns:
- The error.
-
getErrorOrBuilder
ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()This is a heavy operation and may take a long time. Return IN PROGRES first. Then query via vector status RPC.
.dingodb.pb.error.Error error = 2; -
hasState
boolean hasState()The build process takes a long time. The returned status is not very accurate. If you need to query the status in real time, you need to call index.proto VectorStatus. If the status changes to UPDATEDPATH, the build is complete.
.dingodb.pb.common.VectorStateParameter state = 3;- Returns:
- Whether the state field is set.
-
getState
Common.VectorStateParameter getState()The build process takes a long time. The returned status is not very accurate. If you need to query the status in real time, you need to call index.proto VectorStatus. If the status changes to UPDATEDPATH, the build is complete.
.dingodb.pb.common.VectorStateParameter state = 3;- Returns:
- The state.
-
getStateOrBuilder
Common.VectorStateParameterOrBuilder getStateOrBuilder()The build process takes a long time. The returned status is not very accurate. If you need to query the status in real time, you need to call index.proto VectorStatus. If the status changes to UPDATEDPATH, the build is complete.
.dingodb.pb.common.VectorStateParameter state = 3;
-