Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.RecordingSettingsBuilder
-
Packages that use RecordingSettingsBuilder Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of RecordingSettingsBuilder in org.openjdk.jmc.flightrecorder.writer
Classes in org.openjdk.jmc.flightrecorder.writer that implement RecordingSettingsBuilder Modifier and Type Class Description classRecordingSettingsBuilderImplMethods in org.openjdk.jmc.flightrecorder.writer that return RecordingSettingsBuilder Modifier and Type Method Description RecordingSettingsBuilderRecordingSettingsBuilderImpl. withJdkTypeInitialization()RecordingSettingsBuilderRecordingSettingsBuilderImpl. withTimestamp(long timestamp) -
Uses of RecordingSettingsBuilder in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return RecordingSettingsBuilder Modifier and Type Method Description RecordingSettingsBuilderRecordingSettingsBuilder. withJdkTypeInitialization()The recording will automatically initialize Types.JDK types.RecordingSettingsBuilderRecordingSettingsBuilder. withTimestamp(long timestamp)Set the recording timestamp in epoch nanoseconds (nanoseconds since 1970-01-01).Method parameters in org.openjdk.jmc.flightrecorder.writer.api with type arguments of type RecordingSettingsBuilder Modifier and Type Method Description static RecordingRecordings. newRecording(File path, Consumer<RecordingSettingsBuilder> settingsCallback)Create a new recording that will be automatically stored in the given file.static RecordingRecordings. newRecording(OutputStream recordingStream, Consumer<RecordingSettingsBuilder> settingsCallback)Create a new recording that will be automatically stored in the given stream.static RecordingRecordings. newRecording(String path, Consumer<RecordingSettingsBuilder> settingsCallback)Create a new recording that will be automatically stored in the given file.static RecordingRecordings. newRecording(Path path, Consumer<RecordingSettingsBuilder> settingsCallback)Create a new recording that will be automatically stored in the given path.
-