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 TimestampUnitUnitLookup.EPOCH_MSstatic final TimestampUnitUnitLookup.EPOCH_NSstatic final TimestampUnitUnitLookup.EPOCH_SFields in org.openjdk.jmc.common.unit with type parameters of type TimestampUnitMethods in org.openjdk.jmc.common.unit that return TimestampUnitModifier and TypeMethodDescriptionprotected TimestampUnitTimestampUnit.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)