Uses of Class
com.oracle.bmc.dataintegration.model.Operator
-
Packages that use Operator Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Operator in com.oracle.bmc.dataintegration.model
Subclasses of Operator in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
Aggregator
The information about the aggregator operator.class
DecisionOperator
An operator for chosing pipeline path using a condition
Note: Objects should always be created or deserialized using theDecisionOperator.Builder
.class
Distinct
The information about the distinct operator.class
EndOperator
Represents end of a pipeline
Note: Objects should always be created or deserialized using theEndOperator.Builder
.class
ExpressionOperator
An operator for expressions
Note: Objects should always be created or deserialized using theExpressionOperator.Builder
.class
Filter
The information about the filter object.class
Flatten
The information about a flatten object.class
Function
The Function operator supports users adding a custom OCI Function into the data flow.class
Intersect
The information about a intersect object.class
Joiner
The information about a joiner object.class
Lookup
The information about the lookup operator.class
MergeOperator
Represents the start of a pipeline.class
Minus
The information about a minus object.class
Pivot
Pivot operator has one input and one output.class
Projection
The information about the projection object.class
SortOper
The information about the sort operator.class
Source
The information about the source object.class
Split
The information about the split operator.class
StartOperator
Represents the start of a pipeline.class
Target
The information about the target operator.class
TaskOperator
An operator for task
Note: Objects should always be created or deserialized using theTaskOperator.Builder
.class
Union
The information about a union object.Methods in com.oracle.bmc.dataintegration.model that return Operator Modifier and Type Method Description Operator
FlowNode. getOperator()
Operator
RuntimeOperator. getOperator()
Operator
RuntimeOperatorSummary. getOperator()
Methods in com.oracle.bmc.dataintegration.model with parameters of type Operator Modifier and Type Method Description FlowNode.Builder
FlowNode.Builder. operator(Operator operator)
RuntimeOperator.Builder
RuntimeOperator.Builder. operator(Operator operator)
RuntimeOperatorSummary.Builder
RuntimeOperatorSummary.Builder. operator(Operator operator)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type Operator Constructor Description FlowNode(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, List<InputLink> inputLinks, List<OutputLink> outputLinks, Operator operator, UIProperties uiProperties, ConfigProvider configProviderDelegate, Integer objectStatus)
Deprecated.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.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.
-