protected abstract static class OutputCachingEvaluatorNode.NetworkStructureChangeSensitiveLogic
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
NetworkStructureChangeSensitiveLogic() |
Modifier and Type | Method and Description |
---|---|
abstract void |
pullInto(java.util.Collection<Tuple> collector,
boolean flush) |
abstract void |
pullIntoWithTimestamp(java.util.Map<Tuple,Timestamp> collector,
boolean flush) |
abstract void |
update(Direction direction,
Tuple input,
Timestamp timestamp) |
protected NetworkStructureChangeSensitiveLogic()
public abstract void pullInto(java.util.Collection<Tuple> collector, boolean flush)