Uses of Interface
org.smallmind.claxon.registry.Clock
-
Packages that use Clock Package Description org.smallmind.claxon.registry org.smallmind.claxon.registry.aggregate org.smallmind.claxon.registry.meter -
-
Uses of Clock in org.smallmind.claxon.registry
Classes in org.smallmind.claxon.registry that implement Clock Modifier and Type Class Description classSystemClockMethods in org.smallmind.claxon.registry that return Clock Modifier and Type Method Description ClockClaxonConfiguration. getClock()Methods in org.smallmind.claxon.registry with parameters of type Clock Modifier and Type Method Description voidClaxonConfiguration. setClock(Clock clock)Constructors in org.smallmind.claxon.registry with parameters of type Clock Constructor Description ClaxonConfiguration(Clock clock, Stint collectionStint, Tag[] registryTags, NamingStrategy namingStrategy) -
Uses of Clock in org.smallmind.claxon.registry.aggregate
Constructors in org.smallmind.claxon.registry.aggregate with parameters of type Clock Constructor Description ExponentiallyWeightedMovingAverage(Clock clock, long window, TimeUnit windowTimeUnit)Paced(Clock clock)Paced(Clock clock, Stint windowStint)Pursued(Clock clock)Pursued(Clock clock, TimeUnit windowTimeUnit, long... windowTimes)Stratified(Clock clock)Stratified(Clock clock, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits)Stratified(Clock clock, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits, Stint windowStint)Stratified(Clock clock, Stint windowStint) -
Uses of Clock in org.smallmind.claxon.registry.meter
Methods in org.smallmind.claxon.registry.meter with parameters of type Clock Modifier and Type Method Description GaugeGaugeBuilder. build(Clock clock)HistogramHistogramBuilder. build(Clock clock)MLazyBuilder. build(Clock clock)MMeterBuilder. build(Clock clock)SpeedometerSpeedometerBuilder. build(Clock clock)TachometerTachometerBuilder. build(Clock clock)TallyTallyBuilder. build(Clock clock)TraceTraceBuilder. build(Clock clock)Constructors in org.smallmind.claxon.registry.meter with parameters of type Clock Constructor Description Histogram(Clock clock, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits, Stint resolutionStint, Percentile... percentiles)Speedometer(Clock clock, Stint windowStint)Tachometer(Clock clock, Stint windowStint)Trace(Clock clock, TimeUnit windowTimeUnit, Window... windows)
-