Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder.internal.parser.v1 |
Modifier and Type | Method and Description |
---|---|
static IAggregator<IQuantity,?> |
Aggregators.avg(java.lang.String name,
java.lang.String description,
KindOfQuantity<?> ct,
IAccessorFactory<IQuantity> af) |
Modifier and Type | Class and Description |
---|---|
class |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
(package private) class |
TimestampKind |
Modifier and Type | Field and Description |
---|---|
static KindOfQuantity<TimestampUnit> |
UnitLookup.TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
KindOfQuantity<TimestampUnit> |
TimestampUnit.getContentType() |
abstract KindOfQuantity<U> |
TypedUnit.getContentType() |
KindOfQuantity<?> |
IUnit.getContentType()
Get the kind of quantity of this unit.
|
KindOfQuantity<LinearUnit> |
TimestampKind.getDeltaKind() |
KindOfQuantity<LinearUnit> |
LinearKindOfQuantity.getDeltaKind() |
abstract KindOfQuantity<LinearUnit> |
KindOfQuantity.getDeltaKind() |
KindOfQuantity<?> |
IQuantity.getType()
Get the kind of this quantity.
|
KindOfQuantity<U> |
ITypedQuantity.getType() |
KindOfQuantity<U> |
ScalarQuantity.getType() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<KindOfQuantity<?>> |
UnitLookup.getKindsOfQuantity() |
Modifier and Type | Method and Description |
---|---|
(package private) static RangeContentType<IQuantity> |
RangeContentType.create(KindOfQuantity<?> endPointType) |
Constructor and Description |
---|
ExactFormatter(KindOfQuantity<U> kindOfQuantity) |
ExactFormatter(KindOfQuantity<U> kindOfQuantity,
java.lang.String name) |
VerboseFormatter(KindOfQuantity<U> kindOfQuantity) |
VerboseFormatter(KindOfQuantity<U> kindOfQuantity,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
(package private) KindOfQuantity<?> |
ChunkMetadata.FieldElement.ticksUnitKind |