public class AnalyticsEventTable extends Object implements org.wso2.siddhi.core.table.EventTable
EventTable for analytics tables.| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticsEventTable.AnalyticsTableOperator
Analytics table
Operator implementation. |
| Constructor and Description |
|---|
AnalyticsEventTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.wso2.siddhi.core.event.ComplexEventChunk addingEventChunk) |
org.wso2.siddhi.core.util.collection.operator.Finder |
constructFinder(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.core.util.collection.operator.Operator |
constructOperator(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) |
boolean |
contains(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.Finder finder) |
void |
delete(org.wso2.siddhi.core.event.ComplexEventChunk deletingEventChunk,
org.wso2.siddhi.core.util.collection.operator.Operator operator) |
org.wso2.siddhi.core.event.stream.StreamEvent |
find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.Finder finder) |
Map<String,List<org.wso2.carbon.analytics.datasource.commons.Record>> |
getCache() |
org.wso2.siddhi.query.api.definition.TableDefinition |
getTableDefinition() |
void |
init(org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
org.wso2.siddhi.core.event.stream.MetaStreamEvent tableMetaStreamEvent,
org.wso2.siddhi.core.event.stream.StreamEventPool tableStreamEventPool,
org.wso2.siddhi.core.event.stream.StreamEventCloner tableStreamEventCloner,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext) |
boolean |
isCaching() |
void |
overwriteOrAdd(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> overwritingOrAddingEventChunk,
org.wso2.siddhi.core.util.collection.operator.Operator operator,
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,
org.wso2.siddhi.core.util.collection.operator.Operator operator,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers) |
public void init(org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
org.wso2.siddhi.core.event.stream.MetaStreamEvent tableMetaStreamEvent,
org.wso2.siddhi.core.event.stream.StreamEventPool tableStreamEventPool,
org.wso2.siddhi.core.event.stream.StreamEventCloner tableStreamEventCloner,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext)
init in interface org.wso2.siddhi.core.table.EventTablepublic org.wso2.siddhi.core.util.collection.operator.Finder constructFinder(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)
constructFinder in interface org.wso2.siddhi.core.query.processor.stream.window.FindableProcessorpublic org.wso2.siddhi.core.event.stream.StreamEvent find(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.Finder finder)
find in interface org.wso2.siddhi.core.query.processor.stream.window.FindableProcessorpublic void add(org.wso2.siddhi.core.event.ComplexEventChunk addingEventChunk)
add in interface org.wso2.siddhi.core.table.EventTablepublic org.wso2.siddhi.core.util.collection.operator.Operator constructOperator(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)
constructOperator in interface org.wso2.siddhi.core.table.EventTablepublic boolean contains(org.wso2.siddhi.core.event.state.StateEvent matchingEvent,
org.wso2.siddhi.core.util.collection.operator.Finder finder)
contains in interface org.wso2.siddhi.core.table.EventTablepublic void delete(org.wso2.siddhi.core.event.ComplexEventChunk deletingEventChunk,
org.wso2.siddhi.core.util.collection.operator.Operator operator)
delete in interface org.wso2.siddhi.core.table.EventTablepublic org.wso2.siddhi.query.api.definition.TableDefinition getTableDefinition()
getTableDefinition in interface org.wso2.siddhi.core.table.EventTablepublic void update(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> updatingEventChunk,
org.wso2.siddhi.core.util.collection.operator.Operator operator,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers)
update in interface org.wso2.siddhi.core.table.EventTablepublic void overwriteOrAdd(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.state.StateEvent> overwritingOrAddingEventChunk,
org.wso2.siddhi.core.util.collection.operator.Operator operator,
org.wso2.siddhi.core.util.collection.UpdateAttributeMapper[] updateAttributeMappers,
org.wso2.siddhi.core.util.collection.OverwritingStreamEventExtractor overwritingStreamEventExtractor)
overwriteOrAdd in interface org.wso2.siddhi.core.table.EventTablepublic boolean isCaching()
Copyright © 2018 WSO2. All rights reserved.