com.espertech.esper.epl.view
Class OutputConditionPolledCountState
java.lang.Object
com.espertech.esper.epl.view.OutputConditionPolledCountState
- All Implemented Interfaces:
- OutputConditionPolledState
public class OutputConditionPolledCountState
- extends java.lang.Object
- implements OutputConditionPolledState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputConditionPolledCountState
public OutputConditionPolledCountState(long eventRate,
int newEventsCount,
int oldEventsCount,
boolean isFirst)
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)