public class BackwardsEventFinder extends EventFinder
increment, lag, refreshIntervalname, NAME_ELEMENT, RETRIES_ELEMENT| Constructor and Description |
|---|
BackwardsEventFinder(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
caughtUpWithRealtime() |
java.lang.String |
getDescription() |
protected MicroSecondDate |
getQueryStart() |
protected MicroSecondTimeRange |
getQueryTime() |
boolean |
hasNext() |
CacheEvent[] |
next() |
protected void |
updateQueryEdge(MicroSecondTimeRange queryTime) |
getDNS, getEventTimeRange, getQueryEdge, getWaitBeforeNext, processConfig, setQueryEdgeappendToName, getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendToName, getName, getRetriespublic BackwardsEventFinder(org.w3c.dom.Element config)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getDescription()
getDescription in interface EventSourcegetDescription in class EventFinderpublic boolean hasNext()
hasNext in interface EventSourcehasNext in class EventFinderpublic CacheEvent[] next()
next in interface EventSourcenext in class EventFinderprotected boolean caughtUpWithRealtime()
caughtUpWithRealtime in class EventFinderprotected void updateQueryEdge(MicroSecondTimeRange queryTime)
updateQueryEdge in class EventFinderprotected MicroSecondDate getQueryStart()
getQueryStart in class EventFinderprotected MicroSecondTimeRange getQueryTime()
getQueryTime in class EventFinder