Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
InsertIntoLatchFactory |
EPStatementHandle.getInsertIntoBackLatchFactory() |
InsertIntoLatchFactory |
EPStatementHandle.getInsertIntoFrontLatchFactory()
Returns the factory for latches in insert-into guaranteed order of delivery.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementHandle.setInsertIntoBackLatchFactory(InsertIntoLatchFactory insertIntoBackLatchFactory) |
void |
EPStatementHandle.setInsertIntoFrontLatchFactory(InsertIntoLatchFactory insertIntoFrontLatchFactory)
Sets the factory for latches in insert-into guaranteed order of delivery.
|
Constructor and Description |
---|
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.
|