Package | Description |
---|---|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.table.merge |
Table on-merge handlers.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.table.onaction |
Table on-action handlers.
|
com.espertech.esper.epl.table.upd |
Table update strategies.
|
Modifier and Type | Method and Description |
---|---|
TableUpdateStrategy |
EPPreparedExecuteIUDSingleStreamExecUpdate.getTableUpdateStrategy() |
Constructor and Description |
---|
EPPreparedExecuteIUDSingleStreamExecUpdate(QueryGraph queryGraph,
ExprNode optionalWhereClause,
Annotation[] annotations,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy,
ExprTableAccessNode[] optionalTableNodes,
EPServicesContext services) |
Modifier and Type | Method and Description |
---|---|
void |
TableOnMergeActionUpd.update(TableUpdateStrategy updateStrategy) |
Constructor and Description |
---|
TableOnMergeActionUpd(ExprEvaluator optionalFilter,
TableUpdateStrategy tableUpdateStrategy) |
Modifier and Type | Method and Description |
---|---|
TableUpdateStrategy |
TableServiceImpl.getTableUpdateStrategy(TableMetadata tableMetadata,
EventBeanUpdateHelper updateHelper,
boolean isOnMerge) |
TableUpdateStrategy |
TableService.getTableUpdateStrategy(TableMetadata tableMetadata,
EventBeanUpdateHelper updateHelper,
boolean isOnMerge) |
Modifier and Type | Method and Description |
---|---|
TableUpdateStrategy |
TableOnUpdateViewFactory.getTableUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
TableOnUpdateViewFactory.update(TableUpdateStrategy updateStrategy) |
Constructor and Description |
---|
TableOnUpdateViewFactory(StatementResultService statementResultService,
TableMetadata tableMetadata,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
TableUpdateStrategyIndexNonUnique |
class |
TableUpdateStrategyNonIndex |
class |
TableUpdateStrategyWUniqueConstraint |
Modifier and Type | Method and Description |
---|---|
static TableUpdateStrategy |
TableUpdateStrategyFactory.validateGetTableUpdateStrategy(TableMetadata tableMetadata,
EventBeanUpdateHelper updateHelper,
boolean isOnMerge) |
Modifier and Type | Method and Description |
---|---|
void |
TableUpdateStrategyReceiver.update(TableUpdateStrategy updateStrategy) |