Uses of Enum Class
io.dingodb.common.Common.DiskANNState
Packages that use Common.DiskANNState
-
Uses of Common.DiskANNState in io.dingodb.common
Methods in io.dingodb.common that return Common.DiskANNStateModifier and TypeMethodDescriptionstatic Common.DiskANNStateCommon.DiskANNState.forNumber(int value) Common.StateDiskAnnParam.Builder.getDiskannState().dingodb.pb.common.DiskANNState diskann_state = 1;Common.StateDiskAnnParam.getDiskannState().dingodb.pb.common.DiskANNState diskann_state = 1;Common.StateDiskAnnParamOrBuilder.getDiskannState().dingodb.pb.common.DiskANNState diskann_state = 1;static Common.DiskANNStateCommon.DiskANNState.valueOf(int value) Deprecated.static Common.DiskANNStateCommon.DiskANNState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.DiskANNStateReturns the enum constant of this class with the specified name.static Common.DiskANNState[]Common.DiskANNState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.DiskANNStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.DiskANNState>Common.DiskANNState.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.DiskANNStateModifier and TypeMethodDescriptionCommon.StateDiskAnnParam.Builder.setDiskannState(Common.DiskANNState value) .dingodb.pb.common.DiskANNState diskann_state = 1;