com.espertech.esper.core.service
Class ResultDeliveryStrategyObjectArr
java.lang.Object
com.espertech.esper.core.service.ResultDeliveryStrategyObjectArr
- All Implemented Interfaces:
- ResultDeliveryStrategy
- Direct Known Subclasses:
- ResultDeliveryStrategyObjectArrWStmt
public class ResultDeliveryStrategyObjectArr
- extends java.lang.Object
- implements ResultDeliveryStrategy
A result delivery strategy that uses an "update" method that accepts a pair of object array array.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statement
protected final EPStatement statement
subscriber
protected final java.lang.Object subscriber
fastMethod
protected final net.sf.cglib.reflect.FastMethod fastMethod
ResultDeliveryStrategyObjectArr
public ResultDeliveryStrategyObjectArr(EPStatement statement,
java.lang.Object subscriber,
java.lang.reflect.Method method)
- Ctor.
- Parameters:
subscriber
- is the subscriber to deliver tomethod
- the method to invoke
execute
public void execute(UniformPair<EventBean[]> result)
- Description copied from interface:
ResultDeliveryStrategy
- Execute the dispatch.
- Specified by:
execute
in interface ResultDeliveryStrategy
- Parameters:
result
- is the insert and remove stream to indicate
convert
protected java.lang.Object[][] convert(EventBean[] events)