Package | Description |
---|---|
io.siddhi.core.util.collection.operator | |
io.siddhi.core.util.parser |
Modifier and Type | Class and Description |
---|---|
class |
CollectionOperator
Operator which is related to non-indexed In-memory table operations.
|
class |
EventChunkOperator
Operator which is related to non-indexed In-memory table operations.
|
class |
IndexOperator
Operator which is related to non-indexed In-memory table operations.
|
class |
IndexOperatorForCache
Extension of IndexOperator that implements handleCachePolicyAttributeUpdate for cache usage
|
class |
MapOperator
Operator which is related to non-indexed In-memory table operations.
|
class |
OverwriteTableIndexOperator
Operator which is related to non-indexed In-memory table operations.
|
class |
OverwriteTableIndexOperatorForCache
Extension of IndexOperatorForCache with overwrite for update or add
|
class |
SnapshotableEventQueueOperator
Operator which is related to non-indexed In-memory table operations.
|
Modifier and Type | Method and Description |
---|---|
static Operator |
OperatorParser.constructOperator(Object storeEvents,
io.siddhi.query.api.expression.Expression expression,
MatchingMetaInfoHolder matchingMetaInfoHolder,
List<VariableExpressionExecutor> variableExpressionExecutors,
Map<String,Table> tableMap,
SiddhiQueryContext siddhiQueryContext) |
static Operator |
OperatorParser.constructOperatorForCache(Object storeEvents,
io.siddhi.query.api.expression.Expression expression,
MatchingMetaInfoHolder matchingMetaInfoHolder,
List<VariableExpressionExecutor> variableExpressionExecutors,
Map<String,Table> tableMap,
SiddhiQueryContext siddhiQueryContext,
boolean updateCachePolicyAttribute,
CacheTable cacheTable) |
Copyright © 2021. All rights reserved.