Uses of Enum Class
io.dingodb.common.Common.IndexType
Packages that use Common.IndexType
-
Uses of Common.IndexType in io.dingodb.common
Methods in io.dingodb.common that return Common.IndexTypeModifier and TypeMethodDescriptionstatic Common.IndexTypeCommon.IndexType.forNumber(int value) Common.IndexParameter.Builder.getIndexType().dingodb.pb.common.IndexType index_type = 1;Common.IndexParameter.getIndexType().dingodb.pb.common.IndexType index_type = 1;Common.IndexParameterOrBuilder.getIndexType().dingodb.pb.common.IndexType index_type = 1;static Common.IndexTypeCommon.IndexType.valueOf(int value) Deprecated.static Common.IndexTypeCommon.IndexType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.IndexTypeReturns the enum constant of this class with the specified name.static Common.IndexType[]Common.IndexType.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.IndexTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.IndexType>Common.IndexType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.IndexTypeModifier and TypeMethodDescriptionCommon.IndexParameter.Builder.setIndexType(Common.IndexType value) .dingodb.pb.common.IndexType index_type = 1;