public class AnalyzeDuplicateKeys extends CompositeOperator
Constructor and Description |
---|
AnalyzeDuplicateKeys()
Analyzes the data without blocking keys.
|
Modifier and Type | Method and Description |
---|---|
protected void |
compose(CompositionContext ctx)
Compose the body of this operator.
|
List<String> |
getBlockingKeys()
Gets the fields to use for key blocking.
|
RecordPort |
getInput()
Gets the record port providing the input data to analyze.
|
void |
setBlockingKeys(List<String> keys)
Sets the fields to use for key blocking.
|
disableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyError
public AnalyzeDuplicateKeys()
setBlockingKeys(List)
public RecordPort getInput()
public List<String> getBlockingKeys()
public void setBlockingKeys(List<String> keys)
keys
- the blocking keysprotected void compose(CompositionContext ctx)
CompositeOperator
OperatorComposable.add(O)
OperatorComposable.connect(P, P)
. This includes
connections from the composite's input ports to sub-operators, connections between sub-operators, and
connections from sub-operators output ports to the composite's output portscompose
in class CompositeOperator
ctx
- the contextCopyright © 2020 Actian Corporation. All rights reserved.