@Target(TYPE) @Inherited @Retention(RUNTIME) public @interface Threshold
"20 ms"
).Modifier and Type | Optional Element | Description |
---|---|---|
String |
value |
The threshold (for example, "20 ms" ). |
Modifier and Type | Field | Description |
---|---|---|
static final String |
NAME |
Setting name "threshold" for configuring event thresholds. |
static final String NAME
"threshold"
for configuring event thresholds.String value
"20 ms"
). A String
representation of a positive Long
value followed by an empty space and one of the following units:
"ns"
(nanoseconds)
"us"
(microseconds)
"ms"
(milliseconds)
"s"
(seconds)
"m"
(minutes)
"h"
(hours)
"d"
(days)
Example values are "0 ns"
, "10 ms"
, and "1 s"
.
"0 ns"
, not null
"0 ns"
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jfr/jdk/jfr/Threshold.html