Uses of Class
org.openjdk.jmc.common.unit.KindOfQuantity
-
Packages that use KindOfQuantity Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of KindOfQuantity in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type KindOfQuantity Modifier and Type Method Description static IAggregator<IQuantity,?>Aggregators. avg(java.lang.String name, java.lang.String description, KindOfQuantity<?> ct, IAccessorFactory<IQuantity> af) -
Uses of KindOfQuantity in org.openjdk.jmc.common.unit
Subclasses of KindOfQuantity in org.openjdk.jmc.common.unit Modifier and Type Class Description classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.(package private) classTimestampKindFields in org.openjdk.jmc.common.unit declared as KindOfQuantity Modifier and Type Field Description static KindOfQuantity<TimestampUnit>UnitLookup. TIMESTAMPMethods in org.openjdk.jmc.common.unit that return KindOfQuantity Modifier and Type Method Description KindOfQuantity<?>IUnit. getContentType()Get the kind of quantity of this unit.KindOfQuantity<TimestampUnit>TimestampUnit. getContentType()abstract KindOfQuantity<U>TypedUnit. getContentType()abstract KindOfQuantity<LinearUnit>KindOfQuantity. getDeltaKind()KindOfQuantity<LinearUnit>LinearKindOfQuantity. getDeltaKind()KindOfQuantity<LinearUnit>TimestampKind. getDeltaKind()KindOfQuantity<?>IQuantity. getType()Get the kind of this quantity.KindOfQuantity<U>ITypedQuantity. getType()KindOfQuantity<U>ScalarQuantity. getType()Methods in org.openjdk.jmc.common.unit that return types with arguments of type KindOfQuantity Modifier and Type Method Description static java.util.List<KindOfQuantity<?>>UnitLookup. getKindsOfQuantity()Methods in org.openjdk.jmc.common.unit with parameters of type KindOfQuantity Modifier and Type Method Description (package private) static RangeContentType<IQuantity>RangeContentType. create(KindOfQuantity<?> endPointType)Constructors in org.openjdk.jmc.common.unit with parameters of type KindOfQuantity Constructor 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) -
Uses of KindOfQuantity in org.openjdk.jmc.flightrecorder.internal.parser.v1
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v1 declared as KindOfQuantity Modifier and Type Field Description (package private) KindOfQuantity<?>ChunkMetadata.FieldElement. ticksUnitKind
-