public class StatelessCounter<T> extends AbstractStage implements ITransformation<T,T>
logger
Constructor and Description |
---|
StatelessCounter() |
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Contains the logic of this stage and is invoked (possibly multiple times) by the framework.
|
InputPort<T> |
getInputPort() |
OutputPort<T> |
getOutputPort() |
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
protected void execute()
AbstractStage
execute
in class AbstractStage
public InputPort<T> getInputPort()
getInputPort
in interface ITransformation<T,T>
public OutputPort<T> getOutputPort()
getOutputPort
in interface ITransformation<T,T>
Copyright © 2015–2020. All rights reserved.