Uses of Class
com.oracle.bmc.dataintegration.model.RuntimeOperator.OperatorType
-
Packages that use RuntimeOperator.OperatorType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RuntimeOperator.OperatorType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RuntimeOperator.OperatorType Modifier and Type Method Description static RuntimeOperator.OperatorType
RuntimeOperator.OperatorType. create(String key)
RuntimeOperator.OperatorType
RuntimeOperator. getOperatorType()
The type of Runtime Operatorstatic RuntimeOperator.OperatorType
RuntimeOperator.OperatorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeOperator.OperatorType[]
RuntimeOperator.OperatorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type RuntimeOperator.OperatorType Modifier and Type Method Description RuntimeOperator.Builder
RuntimeOperator.Builder. operatorType(RuntimeOperator.OperatorType operatorType)
The type of Runtime OperatorConstructors in com.oracle.bmc.dataintegration.model with parameters of type RuntimeOperator.OperatorType Constructor Description RuntimeOperator(String key, String taskRunKey, Long startTimeInMillis, Long endTimeInMillis, RuntimeOperator.Status status, String modelType, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, String identifier, RuntimeOperator.ExecutionState executionState, List<Parameter> parameters, Integer objectStatus, ObjectMetadata metadata, Operator operator, Map<String,ParameterValue> inputs, Map<String,ParameterValue> outputs, RuntimeOperator.TaskType taskType, ConfigProvider configProvider, RuntimeOperator.OperatorType operatorType, Map<String,Float> metrics)
Deprecated.
-