Interface LeftTupleLifecycle<Tuple_ extends Tuple>

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

public interface LeftTupleLifecycle<Tuple_ extends Tuple>
  • Method Details

    • insertLeft

      void insertLeft(Tuple_ tuple)
    • updateLeft

      void updateLeft(Tuple_ tuple)
    • retractLeft

      void retractLeft(Tuple_ tuple)