com.espertech.esper.epl.view
Class OutputProcessViewAfterStateNone

java.lang.Object
  extended by com.espertech.esper.epl.view.OutputProcessViewAfterStateNone
All Implemented Interfaces:
OutputProcessViewAfterState

public class OutputProcessViewAfterStateNone
extends java.lang.Object
implements OutputProcessViewAfterState


Field Summary
static OutputProcessViewAfterStateNone INSTANCE
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final OutputProcessViewAfterStateNone INSTANCE
Method Detail

checkUpdateAfterCondition

public boolean checkUpdateAfterCondition(EventBean[] newEvents,
                                         StatementContext statementContext)
Specified by:
checkUpdateAfterCondition in interface OutputProcessViewAfterState

checkUpdateAfterCondition

public boolean checkUpdateAfterCondition(java.util.Set<MultiKey<EventBean>> newEvents,
                                         StatementContext statementContext)
Specified by:
checkUpdateAfterCondition in interface OutputProcessViewAfterState

checkUpdateAfterCondition

public boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents,
                                         StatementContext statementContext)
Specified by:
checkUpdateAfterCondition in interface OutputProcessViewAfterState

destroy

public void destroy()
Specified by:
destroy in interface OutputProcessViewAfterState

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