Class AllEventsLogLoader

  • All Implemented Interfaces:
    java.lang.Iterable<ome.model.meta.EventLog>, java.util.EventListener, java.util.Iterator<ome.model.meta.EventLog>, org.springframework.context.ApplicationListener

    public class AllEventsLogLoader
    extends EventLogLoader
    Since:
    3.0-Beta3
    • Constructor Detail

      • AllEventsLogLoader

        public AllEventsLogLoader()
    • Method Detail

      • query

        protected ome.model.meta.EventLog query()
        Specified by:
        query in class EventLogLoader
      • more

        public long more()
        Description copied from class: EventLogLoader
        Should return an estimate of how many more 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.
        Specified by:
        more in class EventLogLoader