public class TupleWrapperOperator extends Object implements com.datatorrent.api.InputOperator, com.datatorrent.api.Operator.CheckpointNotificationListener
Tuple| Modifier and Type | Class and Description |
|---|---|
static class |
TupleWrapperOperator.InputPortWrapper |
static class |
TupleWrapperOperator.OutputPortWrapper |
com.datatorrent.api.Operator.ActivationListener<CONTEXT extends com.datatorrent.api.Context>, com.datatorrent.api.Operator.CheckpointListener, com.datatorrent.api.Operator.CheckpointNotificationListener, com.datatorrent.api.Operator.DelayOperator, com.datatorrent.api.Operator.IdleTimeHandler, com.datatorrent.api.Operator.InputPort<T>, com.datatorrent.api.Operator.OutputPort<T>, com.datatorrent.api.Operator.Port, com.datatorrent.api.Operator.ProcessingMode, com.datatorrent.api.Operator.ShutdownException, com.datatorrent.api.Operator.Unifier<T>| Constructor and Description |
|---|
TupleWrapperOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeCheckpoint(long l) |
void |
beginWindow(long l) |
void |
checkpointed(long l) |
void |
committed(long l) |
void |
emitTuples() |
void |
endWindow() |
void |
setOperator(com.datatorrent.api.Operator operator) |
void |
setup(com.datatorrent.api.Context.OperatorContext context) |
void |
teardown() |
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.OutputPortWrapper output1
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.OutputPortWrapper output2
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.OutputPortWrapper output3
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.OutputPortWrapper output4
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.OutputPortWrapper output5
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.InputPortWrapper input1
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.InputPortWrapper input2
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.InputPortWrapper input3
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.InputPortWrapper input4
@InputPortFieldAnnotation(optional=true) public final transient TupleWrapperOperator.InputPortWrapper input5
public void setOperator(com.datatorrent.api.Operator operator)
public void beginWindow(long l)
beginWindow in interface com.datatorrent.api.Operatorpublic void endWindow()
endWindow in interface com.datatorrent.api.Operatorpublic void setup(com.datatorrent.api.Context.OperatorContext context)
setup in interface com.datatorrent.api.Component<com.datatorrent.api.Context.OperatorContext>public void teardown()
teardown in interface com.datatorrent.api.Component<com.datatorrent.api.Context.OperatorContext>public void beforeCheckpoint(long l)
beforeCheckpoint in interface com.datatorrent.api.Operator.CheckpointNotificationListenerpublic void checkpointed(long l)
checkpointed in interface com.datatorrent.api.Operator.CheckpointListenerpublic void committed(long l)
committed in interface com.datatorrent.api.Operator.CheckpointListenerpublic void emitTuples()
emitTuples in interface com.datatorrent.api.InputOperatorCopyright © 2015-2017 Apache Software Foundation. All Rights Reserved.