Class OverwriteTableIndexOperator
- java.lang.Object
-
- io.siddhi.core.util.collection.operator.IndexOperator
-
- io.siddhi.core.util.collection.operator.OverwriteTableIndexOperator
-
- All Implemented Interfaces:
CompiledCondition,CompiledExpression,Operator,Serializable
public class OverwriteTableIndexOperator extends IndexOperator
Operator which is related to non-indexed In-memory table operations.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.siddhi.core.util.collection.operator.IndexOperator
queryName
-
-
Constructor Summary
Constructors Constructor Description OverwriteTableIndexOperator(CollectionExecutor collectionExecutor, String queryName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplexEventChunk<StateEvent>tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)-
Methods inherited from class io.siddhi.core.util.collection.operator.IndexOperator
contains, delete, find, getCollectionExecutor, handleCachePolicyAttributeUpdate, update
-
-
-
-
Constructor Detail
-
OverwriteTableIndexOperator
public OverwriteTableIndexOperator(CollectionExecutor collectionExecutor, String queryName)
-
-
Method Detail
-
tryUpdate
public ComplexEventChunk<StateEvent> tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)
- Specified by:
tryUpdatein interfaceOperator- Overrides:
tryUpdatein classIndexOperator
-
-