Uses of Interface
org.infinispan.util.logging.events.EventLog
Packages that use EventLog
-
Uses of EventLog in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return types with arguments of type EventLogModifier and TypeMethodDescriptionEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) Retrieves the event logs from the cluster within the specified rangeMethods in org.infinispan.util.logging.events with parameters of type EventLogModifier and TypeMethodDescriptionEventLoggerNotifier.notifyEventLogged(EventLog log) Notify the listeners about logged information.voidEventLogSerializer.serialize(org.infinispan.commons.configuration.io.ConfigurationWriter writer, EventLog event) -
Uses of EventLog in org.infinispan.util.logging.events.impl
Classes in org.infinispan.util.logging.events.impl that implement EventLogMethods in org.infinispan.util.logging.events.impl that return types with arguments of type EventLogModifier and TypeMethodDescriptionBasicEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) The basic event logger doesn't collect anything.DecoratedEventLogger.getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level) Methods in org.infinispan.util.logging.events.impl with parameters of type EventLog