Uses of Enum Class
io.dingodb.common.Common.StorageEngine
Packages that use Common.StorageEngine
-
Uses of Common.StorageEngine in io.dingodb.common
Methods in io.dingodb.common that return Common.StorageEngineModifier and TypeMethodDescriptionstatic Common.StorageEngineCommon.StorageEngine.forNumber(int value) Common.RegionDefinition.Builder.getStoreEngine()this is the store engine of the regionCommon.RegionDefinition.getStoreEngine()this is the store engine of the regionCommon.RegionDefinitionOrBuilder.getStoreEngine()this is the store engine of the regionstatic Common.StorageEngineCommon.StorageEngine.valueOf(int value) Deprecated.static Common.StorageEngineCommon.StorageEngine.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.StorageEngineReturns the enum constant of this class with the specified name.static Common.StorageEngine[]Common.StorageEngine.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.StorageEngineModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.StorageEngine>Common.StorageEngine.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.StorageEngineModifier and TypeMethodDescriptionCommon.RegionDefinition.Builder.setStoreEngine(Common.StorageEngine value) this is the store engine of the region -
Uses of Common.StorageEngine in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StorageEngineModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.getStoreEngine()optional if set, will create a store engine with this type, this is type is default raft store engineCoordinator.CreateRegionRequest.getStoreEngine()optional if set, will create a store engine with this type, this is type is default raft store engineCoordinator.CreateRegionRequestOrBuilder.getStoreEngine()optional if set, will create a store engine with this type, this is type is default raft store engineMethods in io.dingodb.coordinator with parameters of type Common.StorageEngineModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.setStoreEngine(Common.StorageEngine value) optional if set, will create a store engine with this type, this is type is default raft store engine -
Uses of Common.StorageEngine in io.dingodb.meta
Methods in io.dingodb.meta that return Common.StorageEngineModifier and TypeMethodDescriptionMeta.TableDefinition.Builder.getStoreEngine().dingodb.pb.common.StorageEngine store_engine = 23;Meta.TableDefinition.getStoreEngine().dingodb.pb.common.StorageEngine store_engine = 23;Meta.TableDefinitionOrBuilder.getStoreEngine().dingodb.pb.common.StorageEngine store_engine = 23;Methods in io.dingodb.meta with parameters of type Common.StorageEngineModifier and TypeMethodDescriptionMeta.TableDefinition.Builder.setStoreEngine(Common.StorageEngine value) .dingodb.pb.common.StorageEngine store_engine = 23;