public final class DiscoverDomain extends CompositeOperator
Constructor and Description |
---|
DiscoverDomain() |
Modifier and Type | Method and Description |
---|---|
protected void |
compose(CompositionContext ctx)
Compose the body of this operator.
|
List<String> |
getIncludedFields()
Returns a list of fields to include in the discovery.
|
RecordPort |
getInput()
Returns the input port containing the string fields to convert
|
int |
getMaxDiscoveredValues()
Returns the maximum number of values to discover.
|
RecordTokenType |
getResult()
Returns the discovered result
|
void |
setIncludedFields(List<String> includedFields)
Sets a list of fields to include in the discovery.
|
void |
setMaxDiscoveredValues(int maxDiscoveredValues)
Sets the maximum number of values to discover.
|
disableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyError
public RecordPort getInput()
public List<String> getIncludedFields()
public void setIncludedFields(List<String> includedFields)
includedFields
- a list of fields to includepublic int getMaxDiscoveredValues()
public void setMaxDiscoveredValues(int maxDiscoveredValues)
maxDiscoveredValues
- the maximum number of values to discoverpublic RecordTokenType getResult()
protected 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 © 2016 Actian Corporation. All rights reserved.