Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.builder()
Create a new builder.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.copy(RequestJfrRecordingsDetails model) |
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.jfcProfileName(String jfcProfileName)
The profile used for JFR events selection.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.jfcV1(String jfcV1)
The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.jfcV2(String jfcV2)
The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and
after.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.recordingDurationInMinutes(Integer recordingDurationInMinutes)
Duration of the JFR recording in minutes.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.recordingSizeInMb(Integer recordingSizeInMb)
The maximum size limit for the JFR file collected.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
|
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.toBuilder() |
RequestJfrRecordingsDetails.Builder |
RequestJfrRecordingsDetails.Builder.waitingPeriodInMinutes(Integer waitingPeriodInMinutes)
Period to looking for JVMs.
|
Copyright © 2016–2025. All rights reserved.