Uses of Class
org.openjdk.jmc.common.unit.TimestampUnit
Packages that use TimestampUnit
Package
Description
This package contains the data model for quantities and units.
-
Uses of TimestampUnit in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as TimestampUnitModifier and TypeFieldDescriptionstatic final TimestampUnit
UnitLookup.EPOCH_MS
static final TimestampUnit
UnitLookup.EPOCH_NS
static final TimestampUnit
UnitLookup.EPOCH_S
Fields in org.openjdk.jmc.common.unit with type parameters of type TimestampUnitMethods in org.openjdk.jmc.common.unit that return TimestampUnitModifier and TypeMethodDescriptionprotected TimestampUnit
TimestampUnit.getScaledUnit
(LinearUnit deltaUnit) Methods in org.openjdk.jmc.common.unit that return types with arguments of type TimestampUnitModifier and TypeMethodDescriptionprotected ITypedQuantity<TimestampUnit>
TimestampUnit.add
(long numericalAugend, LinearUnit addendUnit, long numericalAddend) protected ITypedQuantity<TimestampUnit>
TimestampUnit.floorQuantize
(double numericalValue, ITypedQuantity<LinearUnit> quanta) protected ITypedQuantity<TimestampUnit>
TimestampUnit.floorQuantize
(long numericalValue, ITypedQuantity<LinearUnit> quanta) TimestampUnit.getContentType()
protected final Class<TimestampUnit>
TimestampUnit.getUnitClass()
TimestampUnit.quantity
(double numericalValue) TimestampUnit.quantity
(long numericalValue) Methods in org.openjdk.jmc.common.unit with parameters of type TimestampUnitModifier and TypeMethodDescriptionprotected ITypedQuantity<LinearUnit>
TimestampUnit.subtractSame
(long numericalMinuend, TimestampUnit subtrahendUnit, long numericalSubtrahend) TimestampUnit.valueTransformTo
(TimestampUnit targetUnit)