Uses of Class
com.microsoft.gctoolkit.aggregator.EventSource
-
Packages that use EventSource Package Description com.microsoft.gctoolkit.aggregator com.microsoft.gctoolkit.jvm com.microsoft.gctoolkit.message -
-
Uses of EventSource in com.microsoft.gctoolkit.aggregator
Methods in com.microsoft.gctoolkit.aggregator that return EventSource Modifier and Type Method Description EventSource[]value()Indicate the source of events being aggregated by an Aggregator.static EventSourceEventSource. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSource[]EventSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.aggregator with parameters of type EventSource Modifier and Type Method Description booleanAggregator. aggregates(EventSource eventSource)Calculates if this Aggregator aggregates the given event source -
Uses of EventSource in com.microsoft.gctoolkit.jvm
Methods in com.microsoft.gctoolkit.jvm that return types with arguments of type EventSource Modifier and Type Method Description Set<EventSource>Diary. generatesEvents() -
Uses of EventSource in com.microsoft.gctoolkit.message
Methods in com.microsoft.gctoolkit.message that return types with arguments of type EventSource Modifier and Type Method Description Set<EventSource>DataSourceParser. eventsProduced()
-