Interface RightTupleLifecycle<Tuple_ extends AbstractTuple>

All Known Implementing Classes:
AbstractConcatNode, AbstractIfExistsNode, AbstractIndexedIfExistsNode, AbstractIndexedJoinNode, AbstractJoinNode, AbstractUnindexedIfExistsNode, AbstractUnindexedJoinNode

public interface RightTupleLifecycle<Tuple_ extends AbstractTuple>
  • Method Details

    • insertRight

      void insertRight(Tuple_ tuple)
    • updateRight

      void updateRight(Tuple_ tuple)
    • retractRight

      void retractRight(Tuple_ tuple)