Class JfrInstrumentation.OperationRecorder
java.lang.Object
de.cuioss.benchmarking.common.jfr.JfrInstrumentation.OperationRecorder
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
JfrInstrumentation
Helper class for recording individual operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()withCached(boolean cached) withMetadata(String key, String value) withPayloadSize(long size) withSuccess(boolean success)
-
Method Details
-
withPayloadSize
-
withMetadata
-
withSuccess
-
withError
-
withCached
-
close
- Specified by:
closein interfaceAutoCloseable
-