Uses of Class
io.dingodb.common.Common.VectorStateParameter
Packages that use Common.VectorStateParameter
-
Uses of Common.VectorStateParameter in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorStateParameterModifier and TypeMethodDescriptionCommon.VectorStateParameter.Builder.build()Common.VectorStateParameter.Builder.buildPartial()static Common.VectorStateParameterCommon.VectorStateParameter.getDefaultInstance()Common.VectorStateParameter.Builder.getDefaultInstanceForType()Common.VectorStateParameter.getDefaultInstanceForType()static Common.VectorStateParameterCommon.VectorStateParameter.parseDelimitedFrom(InputStream input) static Common.VectorStateParameterCommon.VectorStateParameter.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(byte[] data) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(com.google.protobuf.ByteString data) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(com.google.protobuf.CodedInputStream input) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(InputStream input) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(ByteBuffer data) static Common.VectorStateParameterCommon.VectorStateParameter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.VectorStateParameterModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.VectorStateParameter>Common.VectorStateParameter.getParserForType()static com.google.protobuf.Parser<Common.VectorStateParameter>Common.VectorStateParameter.parser()Methods in io.dingodb.common with parameters of type Common.VectorStateParameterModifier and TypeMethodDescriptionCommon.VectorStateParameter.Builder.mergeFrom(Common.VectorStateParameter other) Common.VectorStateParameter.newBuilder(Common.VectorStateParameter prototype) -
Uses of Common.VectorStateParameter in io.dingodb.index
Methods in io.dingodb.index that return Common.VectorStateParameterModifier and TypeMethodDescriptionIndex.VectorBuildResponse.Builder.getState()The build process takes a long time.Index.VectorBuildResponse.getState()The build process takes a long time.Index.VectorBuildResponseOrBuilder.getState()The build process takes a long time.Index.VectorLoadResponse.Builder.getState()The loading process takes a long time.Index.VectorLoadResponse.getState()The loading process takes a long time.Index.VectorLoadResponseOrBuilder.getState()The loading process takes a long time.Index.VectorResetResponse.Builder.getState()deprecatedIndex.VectorResetResponse.getState()deprecatedIndex.VectorResetResponseOrBuilder.getState()deprecatedIndex.VectorStatusResponse.Builder.getState()Query internal status of the vector.Index.VectorStatusResponse.getState()Query internal status of the vector.Index.VectorStatusResponseOrBuilder.getState()Query internal status of the vector.Methods in io.dingodb.index with parameters of type Common.VectorStateParameterModifier and TypeMethodDescriptionIndex.VectorBuildResponse.Builder.mergeState(Common.VectorStateParameter value) The build process takes a long time.Index.VectorLoadResponse.Builder.mergeState(Common.VectorStateParameter value) The loading process takes a long time.Index.VectorResetResponse.Builder.mergeState(Common.VectorStateParameter value) deprecatedIndex.VectorStatusResponse.Builder.mergeState(Common.VectorStateParameter value) Query internal status of the vector.Index.VectorBuildResponse.Builder.setState(Common.VectorStateParameter value) The build process takes a long time.Index.VectorLoadResponse.Builder.setState(Common.VectorStateParameter value) The loading process takes a long time.Index.VectorResetResponse.Builder.setState(Common.VectorStateParameter value) deprecatedIndex.VectorStatusResponse.Builder.setState(Common.VectorStateParameter value) Query internal status of the vector.