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