Uses of Interface
org.infinispan.util.logging.events.EventLog
Packages that use EventLog
-
Uses of EventLog in org.infinispan.util.logging.events
Subinterfaces with type arguments of type EventLog in org.infinispan.util.logging.eventsModifier and TypeInterfaceDescriptioninterfaceEventLog describes an event log's attributes.Classes in org.infinispan.util.logging.events that implement interfaces with type arguments of type EventLogMethods 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 EventLogSubclasses with type arguments of type EventLog in org.infinispan.util.logging.events.implMethods 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