Class SpaceEvent
java.lang.Object
jdk.jfr.Event
org.jpos.jfr.SpaceEvent
JFR event recorded around individual jPOS space operations, threshold-filtered
to avoid storms (default 10 ms).
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpaceEvent(String operation, String key) Constructs a SpaceEvent describing the given operation and key. -
Method Summary
-
Field Details
-
operation
-
key
-
-
Constructor Details
-
SpaceEvent
Constructs a SpaceEvent describing the given operation and key.- Parameters:
operation- operation namekey- space key
-