Uses of Enum Class
io.dingodb.common.Common.RawEngine
Packages that use Common.RawEngine
-
Uses of Common.RawEngine in io.dingodb.common
Methods in io.dingodb.common that return Common.RawEngineModifier and TypeMethodDescriptionstatic Common.RawEngineCommon.RawEngine.forNumber(int value) Common.RegionDefinition.Builder.getRawEngine()this is the raw engine of the regionCommon.RegionDefinition.getRawEngine()this is the raw engine of the regionCommon.RegionDefinitionOrBuilder.getRawEngine()this is the raw engine of the regionstatic Common.RawEngineCommon.RawEngine.valueOf(int value) Deprecated.static Common.RawEngineCommon.RawEngine.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.RawEngineReturns the enum constant of this class with the specified name.static Common.RawEngine[]Common.RawEngine.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.RawEngineModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.RawEngine>Common.RawEngine.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.RawEngineModifier and TypeMethodDescriptionCommon.RegionDefinition.Builder.setRawEngine(Common.RawEngine value) this is the raw engine of the region -
Uses of Common.RawEngine in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.RawEngineModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 6;Coordinator.CreateRegionRequest.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 6;Coordinator.CreateRegionRequestOrBuilder.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 6;Methods in io.dingodb.coordinator with parameters of type Common.RawEngineModifier and TypeMethodDescriptionCoordinator.CreateRegionRequest.Builder.setRawEngine(Common.RawEngine value) .dingodb.pb.common.RawEngine raw_engine = 6; -
Uses of Common.RawEngine in io.dingodb.debug
Methods in io.dingodb.debug that return Common.RawEngineModifier and TypeMethodDescriptionDebug.CompactRequest.Builder.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 3;Debug.CompactRequest.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 3;Debug.CompactRequestOrBuilder.getRawEngine().dingodb.pb.common.RawEngine raw_engine = 3;Methods in io.dingodb.debug with parameters of type Common.RawEngineModifier and TypeMethodDescriptionDebug.CompactRequest.Builder.setRawEngine(Common.RawEngine value) .dingodb.pb.common.RawEngine raw_engine = 3;