Uses of Enum Class
io.dingodb.common.Common.Engine
Packages that use Common.Engine
-
Uses of Common.Engine in io.dingodb.common
Methods in io.dingodb.common that return Common.EngineModifier and TypeMethodDescriptionstatic Common.EngineCommon.Engine.forNumber(int value) static Common.EngineCommon.Engine.valueOf(int value) Deprecated.static Common.EngineCommon.Engine.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.EngineReturns the enum constant of this class with the specified name.static Common.Engine[]Common.Engine.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.EngineModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.Engine>Common.Engine.internalGetValueMap() -
Uses of Common.Engine in io.dingodb.meta
Methods in io.dingodb.meta that return Common.EngineModifier and TypeMethodDescriptionMeta.IndexDefinition.Builder.getEngine().dingodb.pb.common.Engine engine = 8;Meta.IndexDefinition.getEngine().dingodb.pb.common.Engine engine = 8;Meta.IndexDefinitionOrBuilder.getEngine().dingodb.pb.common.Engine engine = 8;Meta.TableDefinition.Builder.getEngine().dingodb.pb.common.Engine engine = 22;Meta.TableDefinition.getEngine().dingodb.pb.common.Engine engine = 22;Meta.TableDefinitionOrBuilder.getEngine().dingodb.pb.common.Engine engine = 22;Methods in io.dingodb.meta with parameters of type Common.EngineModifier and TypeMethodDescriptionMeta.IndexDefinition.Builder.setEngine(Common.Engine value) .dingodb.pb.common.Engine engine = 8;Meta.TableDefinition.Builder.setEngine(Common.Engine value) .dingodb.pb.common.Engine engine = 22;