public class AnalyticsEventTable.AnalyticsTableOperator extends Object implements org.wso2.siddhi.core.util.collection.operator.Operator
Operator implementation.| Constructor and Description |
|---|
AnalyticsEventTable.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.event.MetaComplexEvent metaComplexEvent,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap,
int matchingStreamIndex,
long withinTime) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.siddhi.core.util.collection.operator.Finder |
cloneFinder() |
boolean |
contains(org.wso2.siddhi.core.event.ComplexEvent 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.ComplexEvent matchingEvent,
Object candidateEvents,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner) |
void |
update(org.wso2.siddhi.core.event.ComplexEventChunk updatingEventChunk,
Object candidateEvents,
int[] mappingPosition) |
public AnalyticsEventTable.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.event.MetaComplexEvent metaComplexEvent,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap,
int matchingStreamIndex,
long withinTime)
public org.wso2.siddhi.core.util.collection.operator.Finder cloneFinder()
cloneFinder in interface org.wso2.siddhi.core.util.collection.operator.Finderpublic boolean contains(org.wso2.siddhi.core.event.ComplexEvent 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.ComplexEvent matchingEvent,
Object candidateEvents,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner)
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 updatingEventChunk,
Object candidateEvents,
int[] mappingPosition)
update in interface org.wso2.siddhi.core.util.collection.operator.OperatorCopyright © 2015 WSO2. All rights reserved.