Package com.espertech.esper.common.internal.statement.insertintolatch


package com.espertech.esper.common.internal.statement.insertintolatch
  • Class
    Description
     
    Class to hold a current latch per statement that uses an insert-into stream (per statement and insert-into stream relationship).
    A spin-locking implementation of a latch for use in guaranteeing delivery between a single event produced by a single statement and consumable by another statement.
    A suspend-and-notify implementation of a latch for use in guaranteeing delivery between a single event produced by a single statement and consumable by another statement.