Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Class and 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 the DecisionOperator.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 the EndOperator.Builder . |
class |
ExpressionOperator
An operator for expressions
Note: Objects should always be created or deserialized using the ExpressionOperator.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 the TaskOperator.Builder . |
class |
Union
The information about a union object.
|
Modifier and Type | Method and Description |
---|---|
Operator |
FlowNode.getOperator() |
Operator |
RuntimeOperatorSummary.getOperator() |
Operator |
RuntimeOperator.getOperator() |
Modifier and Type | Method and Description |
---|---|
FlowNode.Builder |
FlowNode.Builder.operator(Operator operator) |
RuntimeOperatorSummary.Builder |
RuntimeOperatorSummary.Builder.operator(Operator operator) |
RuntimeOperator.Builder |
RuntimeOperator.Builder.operator(Operator operator) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.