Uses of Class
org.openjdk.jmc.flightrecorder.writer.RecordingImpl
-
Packages that use RecordingImpl Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of RecordingImpl in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer that return RecordingImpl Modifier and Type Method Description RecordingImplRecordingImpl. rotateChunk()RecordingImplRecordingImpl. writeEvent(TypedValue event) -
Uses of RecordingImpl in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return RecordingImpl Modifier and Type Method Description abstract RecordingImplRecording. rotateChunk()abstract RecordingImplRecording. writeEvent(TypedValue event)Write a custom event
-