public class BackwardsEventFinder extends EventFinder
increment, lag, refreshInterval
name, 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, setQueryEdge
getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategy, shouldRetryWithSleep
public BackwardsEventFinder(org.w3c.dom.Element config) throws java.lang.Exception
java.lang.Exception
public java.lang.String getDescription()
getDescription
in interface EventSource
getDescription
in class EventFinder
public boolean hasNext()
hasNext
in interface EventSource
hasNext
in class EventFinder
public CacheEvent[] next()
next
in interface EventSource
next
in class EventFinder
protected boolean caughtUpWithRealtime()
caughtUpWithRealtime
in class EventFinder
protected void updateQueryEdge(MicroSecondTimeRange queryTime)
updateQueryEdge
in class EventFinder
protected MicroSecondDate getQueryStart()
getQueryStart
in class EventFinder
protected MicroSecondTimeRange getQueryTime()
getQueryTime
in class EventFinder