Package io.siddhi.core.table.record
Class UpdateOrInsertReducer
- java.lang.Object
-
- io.siddhi.core.table.record.UpdateOrInsertReducer
-
- All Implemented Interfaces:
Serializable
public class UpdateOrInsertReducer extends Object implements Serializable
Class used to reduce the fail to update events to such that they can be inserted at once.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateOrInsertReducer(ExpressionExecutor inMemoryCompiledCondition, MatchingMetaInfoHolder matchingMetaInfoHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object[]>reduceEventsForInsert(List<Object[]> failedRecords, Map<String,ExpressionExecutor> inMemorySetExecutors)
-
-
-
Constructor Detail
-
UpdateOrInsertReducer
public UpdateOrInsertReducer(ExpressionExecutor inMemoryCompiledCondition, MatchingMetaInfoHolder matchingMetaInfoHolder)
-
-