com.espertech.esper.epl.view
Interface OutputProcessViewAfterState

All Known Implementing Classes:
OutputProcessViewAfterStateImpl, OutputProcessViewAfterStateNone

public interface OutputProcessViewAfterState


Method Summary
 boolean checkUpdateAfterCondition(EventBean[] newEvents, StatementContext statementContext)
           
 boolean checkUpdateAfterCondition(java.util.Set<MultiKey<EventBean>> newEvents, StatementContext statementContext)
           
 boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext)
           
 void destroy()
           
 

Method Detail

checkUpdateAfterCondition

boolean checkUpdateAfterCondition(EventBean[] newEvents,
                                  StatementContext statementContext)

checkUpdateAfterCondition

boolean checkUpdateAfterCondition(java.util.Set<MultiKey<EventBean>> newEvents,
                                  StatementContext statementContext)

checkUpdateAfterCondition

boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents,
                                  StatementContext statementContext)

destroy

void destroy()

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com