Annotation Interface DataAmount
@Retention(RUNTIME) @Target({FIELD,TYPE,METHOD}) public @interface DataAmount
Event field annotation, specifies that a value represents an amount of data (for example, bytes).
- Since:
- 9
Optional Element Summary
Modifier and Type | Optional Element | Description |
---|---|---|
String |
value |
Returns the unit for the data amount, by default bytes. |
Field Summary
Modifier and Type | Field | Description |
---|---|---|
static final String |
BITS |
Unit for bits |
static final String |
BYTES |
Unit for bytes |
Field Details
BITS
static final String BITS
Unit for bits
- See Also:
BYTES
static final String BYTES
Unit for bytes
- See Also:
Element Details
value
String value
Returns the unit for the data amount, by default bytes.
- Returns:
- the data amount unit, default
BYTES
, notnull
- Default:
- "BYTES"
© 1993, 2021, 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/17/docs/api/jdk.jfr/jdk/jfr/DataAmount.html