Uses of Class
com.espertech.esper.core.service.InsertIntoLatchFactory

Packages that use InsertIntoLatchFactory
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of InsertIntoLatchFactory in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return InsertIntoLatchFactory
 InsertIntoLatchFactory EPStatementHandle.getInsertIntoBackLatchFactory()
           
 InsertIntoLatchFactory EPStatementHandle.getInsertIntoFrontLatchFactory()
          Returns the factory for latches in insert-into guaranteed order of delivery.
 

Methods in com.espertech.esper.core.service with parameters of type InsertIntoLatchFactory
 void EPStatementHandle.setInsertIntoBackLatchFactory(InsertIntoLatchFactory insertIntoBackLatchFactory)
           
 void EPStatementHandle.setInsertIntoFrontLatchFactory(InsertIntoLatchFactory insertIntoFrontLatchFactory)
          Sets the factory for latches in insert-into guaranteed order of delivery.
 

Constructors in com.espertech.esper.core.service with parameters of type InsertIntoLatchFactory
InsertIntoLatchSpin(InsertIntoLatchFactory factory)
          Ctor - use for the first and unused latch to indicate completion.
InsertIntoLatchSpin(InsertIntoLatchFactory factory, InsertIntoLatchSpin earlier, long msecTimeout, EventBean payload)
          Ctor.
InsertIntoLatchWait(InsertIntoLatchFactory factory)
          Ctor - use for the first and unused latch to indicate completion.
InsertIntoLatchWait(InsertIntoLatchFactory factory, InsertIntoLatchWait earlier, long msecTimeout, EventBean payload)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com