Uses of Interface
org.infinispan.util.logging.events.EventLog
-
Packages that use EventLog Package Description org.infinispan.util.logging.events org.infinispan.util.logging.events.impl -
-
Uses of EventLog in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events that return types with arguments of type EventLog Modifier and Type Method Description List<EventLog>
EventLogger. getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level)
Retrieves the event logs from the cluster within the specified range -
Uses of EventLog in org.infinispan.util.logging.events.impl
Methods in org.infinispan.util.logging.events.impl that return types with arguments of type EventLog Modifier and Type Method Description List<EventLog>
BasicEventLogger. getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level)
The basic event logger doesn't collect anything.List<EventLog>
DecoratedEventLogger. getEvents(Instant start, int count, Optional<EventLogCategory> category, Optional<EventLogLevel> level)
-