Interface LeftTupleLifecycle<Tuple_ extends AbstractTuple>

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

public interface LeftTupleLifecycle<Tuple_ extends AbstractTuple>
  • Method Details

    • insertLeft

      void insertLeft(Tuple_ tuple)
    • updateLeft

      void updateLeft(Tuple_ tuple)
    • retractLeft

      void retractLeft(Tuple_ tuple)