public class AllEventsLogLoader extends EventLogLoader
batchSize, DEFAULT_BATCH_SIZE, excludes, log, query, queryService
Constructor and Description |
---|
AllEventsLogLoader() |
Modifier and Type | Method and Description |
---|---|
long |
more()
Should return an estimate of how many more
EventLog instances are
available for processing. |
protected ome.model.meta.EventLog |
query() |
addEventLog, getBatchSize, hasNext, isStopSet, iterator, lastEventLog, next, nextEventLog, onApplicationEvent, remove, rollback, setBatchSize, setExcludes, setQueryService, setStop
protected ome.model.meta.EventLog query()
query
in class EventLogLoader
public long more()
EventLogLoader
EventLog
instances are
available for processing. Some implementations may attempt to take extra
measures if the number is too large. Use 1 for a constant rather than
Long.MAX_VALUE
. Use 0 to stop execution.more
in class EventLogLoader