com.espertech.esper.epl.view
Class OutputConditionPolledCountState

java.lang.Object
  extended by com.espertech.esper.epl.view.OutputConditionPolledCountState
All Implemented Interfaces:
OutputConditionPolledState

public class OutputConditionPolledCountState
extends java.lang.Object
implements OutputConditionPolledState


Constructor Summary
OutputConditionPolledCountState(long eventRate, int newEventsCount, int oldEventsCount, boolean isFirst)
           
 
Method Summary
 long getEventRate()
           
 int getNewEventsCount()
           
 int getOldEventsCount()
           
 boolean isFirst()
           
 void setEventRate(long eventRate)
           
 void setIsFirst(boolean isFirst)
           
 void setNewEventsCount(int newEventsCount)
           
 void setOldEventsCount(int oldEventsCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputConditionPolledCountState

public OutputConditionPolledCountState(long eventRate,
                                       int newEventsCount,
                                       int oldEventsCount,
                                       boolean isFirst)
Method Detail

getEventRate

public long getEventRate()

setEventRate

public void setEventRate(long eventRate)

getNewEventsCount

public int getNewEventsCount()

setNewEventsCount

public void setNewEventsCount(int newEventsCount)

getOldEventsCount

public int getOldEventsCount()

setOldEventsCount

public void setOldEventsCount(int oldEventsCount)

isFirst

public boolean isFirst()

setIsFirst

public void setIsFirst(boolean isFirst)

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