Interface RightTupleLifecycle<Tuple_ extends Tuple>
-
- All Known Implementing Classes:
AbstractIfExistsNode,AbstractJoinNode
public interface RightTupleLifecycle<Tuple_ extends Tuple>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsertRight(Tuple_ tuple)voidretractRight(Tuple_ tuple)voidupdateRight(Tuple_ tuple)
-