Class IndexOperatorForCache
- java.lang.Object
-
- io.siddhi.core.util.collection.operator.IndexOperator
-
- io.siddhi.core.util.collection.operator.IndexOperatorForCache
-
- All Implemented Interfaces:
CompiledCondition,CompiledExpression,Operator,Serializable
- Direct Known Subclasses:
OverwriteTableIndexOperatorForCache
public class IndexOperatorForCache extends IndexOperator
Extension of IndexOperator that implements handleCachePolicyAttributeUpdate for cache usage- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.siddhi.core.util.collection.operator.IndexOperator
queryName
-
-
Constructor Summary
Constructors Constructor Description IndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleCachePolicyAttributeUpdate(StreamEvent streamEvent)-
Methods inherited from class io.siddhi.core.util.collection.operator.IndexOperator
contains, delete, find, getCollectionExecutor, tryUpdate, update
-
-
-
-
Constructor Detail
-
IndexOperatorForCache
public IndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable)
-
-
Method Detail
-
handleCachePolicyAttributeUpdate
protected void handleCachePolicyAttributeUpdate(StreamEvent streamEvent)
- Overrides:
handleCachePolicyAttributeUpdatein classIndexOperator
-
-