Package ome.services.eventlogs
-
Class Summary Class Description AllEntitiesPseudoLogLoader<T extends ome.model.IObject> EventLogLoader
which iterates through each object model type (in no particular order) and returns each object from lowest to highest id.AllEventsLogLoader EventBacklog Thread-safe java.util-like Container for storingEventLog
instances for later parsing.EventLogFailure Signifies that the processing of aEventLog
has failed.EventLogLoader Data access object for theFullTextIndexer
which provides anIterator
interface forEventLog
instances to be properly indexed.EventLogQueue PersistentEventLogLoader
implementation which loads many rows at the same time, culling out duplicates in order to speed up indexing.PersistentEventLogLoader EventLogLoader
implementation which keeps tracks of the lastEventLog
instance, and always provides the next unindexed instance.