public class AnalyticsEventTable.AnalyticsTableOperator extends Object implements org.wso2.siddhi.core.util.collection.operator.Operator
Operator implementation.| Constructor and Description |
|---|
AnalyticsTableOperator(int tenantId,
String tableName,
List<org.wso2.siddhi.query.api.definition.Attribute> attrs,
org.wso2.siddhi.query.api.expression.Expression expression,
org.wso2.siddhi.core.util.collection.operator.MatchingMetaStateHolder matchingMetaStateHolder,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap,
org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
String query) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.siddhi.core.util.collection.operator.Finder |
cloneFinder(String key) |
boolean |
contains(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
Object candidateEvents) |
void |
delete(org.wso2.siddhi.core.event.ComplexEventChunk deletingEventChunk,
Object candidateEvents) |
org.wso2.siddhi.core.event.stream.StreamEvent |
find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
Object candidateEvents,
org.wso2.siddhi.core.event.stream.StreamEventCloner candidateEventCloner) |
org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> |
overwriteOrAdd(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> overwritingOrAddingEventChunk,
Object candidateEvents,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers,
org.wso2.siddhi.core.util.collection.OverwritingStreamEventExtractor overwritingStreamEventExtractor) |
void |
update(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> updatingEventChunk,
Object candidateEvents,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers) |
public AnalyticsTableOperator(int tenantId,
String tableName,
List<org.wso2.siddhi.query.api.definition.Attribute> attrs,
org.wso2.siddhi.query.api.expression.Expression expression,
org.wso2.siddhi.core.util.collection.operator.MatchingMetaStateHolder matchingMetaStateHolder,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap,
org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
String query)
public org.wso2.siddhi.core.util.collection.operator.Finder cloneFinder(String key)
cloneFinder in interface org.wso2.siddhi.core.util.collection.operator.Finderpublic boolean contains(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
Object candidateEvents)
contains in interface org.wso2.siddhi.core.util.collection.operator.Finderpublic org.wso2.siddhi.core.event.stream.StreamEvent find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
Object candidateEvents,
org.wso2.siddhi.core.event.stream.StreamEventCloner candidateEventCloner)
find in interface org.wso2.siddhi.core.util.collection.operator.Finderpublic void delete(org.wso2.siddhi.core.event.ComplexEventChunk deletingEventChunk,
Object candidateEvents)
delete in interface org.wso2.siddhi.core.util.collection.operator.Operatorpublic void update(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> updatingEventChunk,
Object candidateEvents,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers)
update in interface org.wso2.siddhi.core.util.collection.operator.Operatorpublic org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> overwriteOrAdd(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> overwritingOrAddingEventChunk,
Object candidateEvents,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers,
org.wso2.siddhi.core.util.collection.OverwritingStreamEventExtractor overwritingStreamEventExtractor)
overwriteOrAdd in interface org.wso2.siddhi.core.util.collection.operator.OperatorCopyright © 2018 WSO2. All rights reserved.