Uses of Class
org.openjdk.jmc.flightrecorder.internal.EventArray
-
Packages that use EventArray Package Description org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.internal org.openjdk.jmc.flightrecorder.internal.parser -
-
Uses of EventArray in org.openjdk.jmc.flightrecorder
Fields in org.openjdk.jmc.flightrecorder declared as EventArray Modifier and Type Field Description (package private) EventArray
EventCollection.EventTypeEntry. events
Methods in org.openjdk.jmc.flightrecorder that return EventArray Modifier and Type Method Description private static EventArray[]
JfrLoaderToolkit. loadFile(java.util.List<java.io.File> files, java.util.List<? extends IParserExtension> extensions)
Methods in org.openjdk.jmc.flightrecorder with parameters of type EventArray Modifier and Type Method Description (package private) static IItemCollection
EventCollection. build(EventArray[] events)
Constructors in org.openjdk.jmc.flightrecorder with parameters of type EventArray Constructor Description EventTypeEntry(EventArray events)
EventTypeEntry(EventArray events, IPredicate<IItem> predicate)
-
Uses of EventArray in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal that return EventArray Modifier and Type Method Description static EventArray[]
FlightRecordingLoader. loadStream(java.io.InputStream stream, boolean hideExperimentals, boolean ignoreTruncatedChunk)
static EventArray[]
FlightRecordingLoader. loadStream(java.io.InputStream stream, java.util.List<? extends IParserExtension> extensions, boolean hideExperimentals, boolean ignoreTruncatedChunk)
Read events from an input stream of JFR data.static EventArray[]
FlightRecordingLoader. readChunks(java.lang.Runnable monitor, java.util.List<? extends IParserExtension> extensions, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)
static EventArray[]
FlightRecordingLoader. readChunks(java.lang.Runnable monitor, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)
-
Uses of EventArray in org.openjdk.jmc.flightrecorder.internal.parser
Methods in org.openjdk.jmc.flightrecorder.internal.parser that return EventArray Modifier and Type Method Description EventArray[]
LoaderContext. buildEventArrays()
-