Uses of Class
com.oracle.bmc.dataintegration.model.RuntimeOperator.TaskType
-
Packages that use RuntimeOperator.TaskType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RuntimeOperator.TaskType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RuntimeOperator.TaskType Modifier and Type Method Description static RuntimeOperator.TaskType
RuntimeOperator.TaskType. create(String key)
RuntimeOperator.TaskType
RuntimeOperator. getTaskType()
The type of task run.static RuntimeOperator.TaskType
RuntimeOperator.TaskType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeOperator.TaskType[]
RuntimeOperator.TaskType. 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.TaskType Modifier and Type Method Description RuntimeOperator.Builder
RuntimeOperator.Builder. taskType(RuntimeOperator.TaskType taskType)
The type of task run.Constructors in com.oracle.bmc.dataintegration.model with parameters of type RuntimeOperator.TaskType 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.
-