Uses of Class
org.openjdk.jmc.common.unit.TimestampUnit
-
Packages that use TimestampUnit Package Description org.openjdk.jmc.common.unit 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 TimestampUnit Modifier and Type Field Description static TimestampUnitUnitLookup. EPOCH_MSstatic TimestampUnitUnitLookup. EPOCH_NSstatic TimestampUnitUnitLookup. EPOCH_S(package private) static TimestampUnitTimestampKind. MICROS_UNIT(package private) static TimestampUnitTimestampKind. MILLIS_UNIT(package private) static TimestampUnitTimestampKind. NANOS_UNIT(package private) static TimestampUnitTimestampKind. SECONDS_UNITFields in org.openjdk.jmc.common.unit with type parameters of type TimestampUnit Modifier and Type Field Description static KindOfQuantity<TimestampUnit>UnitLookup. TIMESTAMPMethods in org.openjdk.jmc.common.unit that return TimestampUnit Modifier and Type Method Description TimestampUnitTimestampKind. getDefaultUnit()TimestampUnitTimestampKind. getLargestExactUnit(IQuantity value)TimestampUnitTimestampKind. getPreferredUnit(IQuantity value, double minNumericalValue, double maxNumericalValue)protected TimestampUnitTimestampUnit. getScaledUnit(LinearUnit deltaUnit)Methods in org.openjdk.jmc.common.unit that return types with arguments of type TimestampUnit Modifier and Type Method Description protected 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)KindOfQuantity<TimestampUnit>TimestampUnit. getContentType()protected java.lang.Class<TimestampUnit>TimestampUnit. getUnitClass()ITypedQuantity<TimestampUnit>TimestampKind. parseInteractive(java.lang.String interactiveQuantity)ITypedQuantity<TimestampUnit>TimestampKind. parsePersisted(java.lang.String persistedQuantity)ITypedQuantity<TimestampUnit>TimestampUnit. quantity(double numericalValue)ITypedQuantity<TimestampUnit>TimestampUnit. quantity(long numericalValue)ITypedQuantity<TimestampUnit>TimestampUnit. quantity(java.lang.Number numericalValue)Methods in org.openjdk.jmc.common.unit with parameters of type TimestampUnit Modifier and Type Method Description private longTimestampUnit. floorValueIn(long numericalValue, TimestampUnit targetUnit)protected ITypedQuantity<LinearUnit>TimestampUnit. subtractSame(long numericalMinuend, TimestampUnit subtrahendUnit, long numericalSubtrahend)IScalarAffineTransformTimestampUnit. valueTransformTo(TimestampUnit targetUnit)
-