Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

addItem(MetricItem) - Method in class org.smallmind.instrument.context.MetricSnapshot
 
addMetricEventListener(MetricEventListener) - Method in class org.smallmind.instrument.MetricRegistry
 
append(MetricContext) - Method in class org.smallmind.instrument.context.MetricContext
 
appendMetricContext(MetricContext) - Static method in class org.smallmind.instrument.InstrumentationManager
 
aroundChronometerMetricMethod(ProceedingJoinPoint, ChronometerMetric) - Method in class org.smallmind.instrument.aop.ChronometerMetricAspect
 
aroundGaugeMetricMethod(ProceedingJoinPoint, GaugeMetric) - Method in class org.smallmind.instrument.aop.GaugeMetricAspect
 
aroundHistogramMetricMethod(ProceedingJoinPoint, HistogramMetric) - Method in class org.smallmind.instrument.aop.HistogramMetricAspect
 
aroundSpeedometerMetricMethod(ProceedingJoinPoint, SpeedometerMetric) - Method in class org.smallmind.instrument.aop.SpeedometerMetricAspect
 
aroundTallyMetricMethod(ProceedingJoinPoint, TallyMetric) - Method in class org.smallmind.instrument.aop.TallyMetricAspect
 

B

buildChronometer(TimeUnit, long, TimeUnit) - Static method in class org.smallmind.instrument.Metrics
 
buildChronometer(Samples, TimeUnit, long, TimeUnit) - Static method in class org.smallmind.instrument.Metrics
 
buildChronometer(TimeUnit, long, TimeUnit, Clocks) - Static method in class org.smallmind.instrument.Metrics
 
buildChronometer(Samples, TimeUnit, long, TimeUnit, Clocks) - Static method in class org.smallmind.instrument.Metrics
 
buildGauge(long, TimeUnit) - Static method in class org.smallmind.instrument.Metrics
 
buildGauge(long, TimeUnit, Clocks) - Static method in class org.smallmind.instrument.Metrics
 
buildHistogram(Samples) - Static method in class org.smallmind.instrument.Metrics
 
buildSpeedometer(long, TimeUnit) - Static method in class org.smallmind.instrument.Metrics
 
buildSpeedometer(long, TimeUnit, Clocks) - Static method in class org.smallmind.instrument.Metrics
 
buildTally(int) - Static method in class org.smallmind.instrument.Metrics
 

C

Chronometer - Interface in org.smallmind.instrument
 
ChronometerImpl - Class in org.smallmind.instrument
 
ChronometerImpl(Samples, TimeUnit, long, TimeUnit, Clock) - Constructor for class org.smallmind.instrument.ChronometerImpl
 
ChronometerInstrument - Class in org.smallmind.instrument
 
ChronometerInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.ChronometerInstrument
 
ChronometerInstrument(Metrics.MetricBuilder<Chronometer>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.ChronometerInstrument
 
ChronometerInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
ChronometerInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.ChronometerInstrumentAndReturn
 
ChronometerInstrumentAndReturn(Metrics.MetricBuilder<Chronometer>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.ChronometerInstrumentAndReturn
 
ChronometerMetric - Annotation Type in org.smallmind.instrument.aop
 
ChronometerMetricAspect - Class in org.smallmind.instrument.aop
 
ChronometerMetricAspect() - Constructor for class org.smallmind.instrument.aop.ChronometerMetricAspect
 
ChronometerMonitor - Class in org.smallmind.instrument.jmx
 
ChronometerMonitor(Chronometer) - Constructor for class org.smallmind.instrument.jmx.ChronometerMonitor
 
ChronometerMonitorMXBean - Interface in org.smallmind.instrument.jmx
 
ChronometerNamedMetric - Class in org.smallmind.instrument.context
 
ChronometerNamedMetric(Chronometer, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.ChronometerNamedMetric
 
clear() - Method in class org.smallmind.instrument.ChronometerImpl
 
clear() - Method in class org.smallmind.instrument.ExponentiallyDecayingSample
 
clear() - Method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
clear() - Method in class org.smallmind.instrument.GaugeImpl
 
clear() - Method in class org.smallmind.instrument.HistogramImpl
 
clear() - Method in interface org.smallmind.instrument.Metric
 
clear() - Method in interface org.smallmind.instrument.Sample
 
clear() - Method in class org.smallmind.instrument.SpeedometerImpl
 
clear() - Method in class org.smallmind.instrument.TallyImpl
 
clear() - Method in class org.smallmind.instrument.UniformSample
 
Clock - Class in org.smallmind.instrument
 
Clock() - Constructor for class org.smallmind.instrument.Clock
 
Clocks - Enum in org.smallmind.instrument
 
construct() - Method in class org.smallmind.instrument.Metrics.ChronometerBuilder
 
construct() - Method in class org.smallmind.instrument.Metrics.GaugeBuilder
 
construct() - Method in class org.smallmind.instrument.Metrics.HistogramBuilder
 
construct() - Method in interface org.smallmind.instrument.Metrics.MetricBuilder
 
construct() - Method in class org.smallmind.instrument.Metrics.SpeedometerBuilder
 
construct() - Method in class org.smallmind.instrument.Metrics.TallyBuilder
 
contains(MetricFact) - Method in class org.smallmind.instrument.context.TracingOptions
 
Countable - Interface in org.smallmind.instrument
 
CpuClock - Class in org.smallmind.instrument
 
CpuClock() - Constructor for class org.smallmind.instrument.CpuClock
 
createMetricContext() - Static method in class org.smallmind.instrument.InstrumentationManager
 
createNamedMetric(MetricType, Metric, String, MetricProperty...) - Static method in class org.smallmind.instrument.context.NamedMetricFactory
 
createObjectName(MetricType, String, MetricProperty...) - Method in class org.smallmind.instrument.jmx.DefaultJMXNamingPolicy
 
createObjectName(MetricType, String, MetricProperty...) - Method in interface org.smallmind.instrument.jmx.JMXNamingPolicy
 
createSample() - Method in enum org.smallmind.instrument.Samples
 

D

dec() - Method in interface org.smallmind.instrument.Tally
 
dec(long) - Method in interface org.smallmind.instrument.Tally
 
dec() - Method in class org.smallmind.instrument.TallyImpl
 
dec(long) - Method in class org.smallmind.instrument.TallyImpl
 
DecrementingTallyInstrument - Class in org.smallmind.instrument
 
DecrementingTallyInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.DecrementingTallyInstrument
 
DecrementingTallyInstrument(Metrics.MetricBuilder<Tally>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.DecrementingTallyInstrument
 
DecrementingTallyInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
DecrementingTallyInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.DecrementingTallyInstrumentAndReturn
 
DecrementingTallyInstrumentAndReturn(Metrics.MetricBuilder<Tally>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.DecrementingTallyInstrumentAndReturn
 
DefaultJMXNamingPolicy - Class in org.smallmind.instrument.jmx
 
DefaultJMXNamingPolicy() - Constructor for class org.smallmind.instrument.jmx.DefaultJMXNamingPolicy
 
destroy() - Method in class org.smallmind.instrument.context.web.MetricContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.smallmind.instrument.context.web.MetricContextFilter
 

E

engage(ProceedingJoinPoint, JMX, String, Metrics.MetricBuilder<?>) - Method in class org.smallmind.instrument.aop.MetricAspect
 
EpochClock - Class in org.smallmind.instrument
 
EpochClock() - Constructor for class org.smallmind.instrument.EpochClock
 
equals(Object) - Method in class org.smallmind.instrument.context.MetricAddress
 
equals(Object) - Method in class org.smallmind.instrument.MetricKey
 
equals(Object) - Method in class org.smallmind.instrument.MetricProperty
 
Estimating - Interface in org.smallmind.instrument
 
execute(Instrument<M>) - Static method in class org.smallmind.instrument.InstrumentationManager
 
execute(InstrumentAndReturn<M, T>) - Static method in class org.smallmind.instrument.InstrumentationManager
 
ExponentiallyDecayingSample - Class in org.smallmind.instrument
Uses Cormode et al's forward-decayiny priority reservoir sampling method to produce a statistically representative sample, exponentially biased towards newer entries.
ExponentiallyDecayingSample(int, double) - Constructor for class org.smallmind.instrument.ExponentiallyDecayingSample
 
ExponentiallyDecayingSample(int, double, Clock) - Constructor for class org.smallmind.instrument.ExponentiallyDecayingSample
 
ExponentiallyWeightedMovingAverage - Class in org.smallmind.instrument
 

F

fireMetricEvent(MetricEvent) - Method in class org.smallmind.instrument.MetricRegistry
 

G

Gauge - Interface in org.smallmind.instrument
 
Gauged - Interface in org.smallmind.instrument
 
GaugeImpl - Class in org.smallmind.instrument
 
GaugeImpl() - Constructor for class org.smallmind.instrument.GaugeImpl
 
GaugeImpl(long, TimeUnit) - Constructor for class org.smallmind.instrument.GaugeImpl
 
GaugeImpl(long, TimeUnit, Clock) - Constructor for class org.smallmind.instrument.GaugeImpl
 
GaugeInstrument - Class in org.smallmind.instrument
 
GaugeInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.GaugeInstrument
 
GaugeInstrument(Metrics.MetricBuilder<Gauge>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.GaugeInstrument
 
GaugeInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
GaugeInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.GaugeInstrumentAndReturn
 
GaugeInstrumentAndReturn(Metrics.MetricBuilder<Gauge>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.GaugeInstrumentAndReturn
 
GaugeMetric - Annotation Type in org.smallmind.instrument.aop
 
GaugeMetricAspect - Class in org.smallmind.instrument.aop
 
GaugeMetricAspect() - Constructor for class org.smallmind.instrument.aop.GaugeMetricAspect
 
GaugeMonitor - Class in org.smallmind.instrument.jmx
 
GaugeMonitor(Gauge) - Constructor for class org.smallmind.instrument.jmx.GaugeMonitor
 
GaugeMonitorMXBean - Interface in org.smallmind.instrument.jmx
 
GaugeNamedMetric - Class in org.smallmind.instrument.context
 
GaugeNamedMetric(Gauge, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.GaugeNamedMetric
 
get(String, Class<M>) - Static method in class org.smallmind.instrument.aop.MetricSupplier
 
get75thPercentile() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
get75thPercentile() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
get75thPercentile() - Method in class org.smallmind.instrument.Statistics
 
get75thPercentile() - Method in interface org.smallmind.instrument.Stratified
 
get95thPercentile() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
get95thPercentile() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
get95thPercentile() - Method in class org.smallmind.instrument.Statistics
 
get95thPercentile() - Method in interface org.smallmind.instrument.Stratified
 
get98thPercentile() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
get98thPercentile() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
get98thPercentile() - Method in class org.smallmind.instrument.Statistics
 
get98thPercentile() - Method in interface org.smallmind.instrument.Stratified
 
get999thPercentile() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
get999thPercentile() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
get999thPercentile() - Method in class org.smallmind.instrument.Statistics
 
get999thPercentile() - Method in interface org.smallmind.instrument.Stratified
 
get99thPercentile() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
get99thPercentile() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
get99thPercentile() - Method in class org.smallmind.instrument.Statistics
 
get99thPercentile() - Method in interface org.smallmind.instrument.Stratified
 
getArgs() - Method in class org.smallmind.instrument.event.MetricEvent
 
getArguments() - Method in class org.smallmind.instrument.Instrument
 
getArguments() - Method in class org.smallmind.instrument.InstrumentAndReturn
 
getAverage() - Method in class org.smallmind.instrument.ChronometerImpl
 
getAverage() - Method in interface org.smallmind.instrument.Estimating
 
getAverage() - Method in class org.smallmind.instrument.HistogramImpl
 
getAverage() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getAverage() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getAverageRate() - Method in class org.smallmind.instrument.ChronometerImpl
 
getAverageRate() - Method in interface org.smallmind.instrument.Gauged
 
getAverageRate() - Method in class org.smallmind.instrument.GaugeImpl
 
getAverageRate() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getAverageRate() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getAverageRate() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getAverageRate() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getAverageVelocity() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getAverageVelocity() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getAverageVelocity() - Method in interface org.smallmind.instrument.Tracked
 
getBufferPoolStats() - Method in class org.smallmind.instrument.MachineVitals
 
getBuilder() - Method in class org.smallmind.instrument.InstrumentationArguments
 
getClock() - Method in class org.smallmind.instrument.ChronometerImpl
 
getClock() - Method in enum org.smallmind.instrument.Clocks
 
getClock() - Method in class org.smallmind.instrument.GaugeImpl
 
getClock() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getClock() - Method in interface org.smallmind.instrument.Temporal
 
getCount() - Method in class org.smallmind.instrument.ChronometerImpl
 
getCount() - Method in interface org.smallmind.instrument.Countable
 
getCount() - Method in class org.smallmind.instrument.GaugeImpl
 
getCount() - Method in class org.smallmind.instrument.HistogramImpl
 
getCount() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getCount() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getCount() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getCount() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getCount() - Method in class org.smallmind.instrument.jmx.TallyMonitor
 
getCount() - Method in class org.smallmind.instrument.MachineVitals.BufferPoolStats
 
getCount() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getCount() - Method in class org.smallmind.instrument.TallyImpl
 
getDaemonThreadCount() - Method in class org.smallmind.instrument.MachineVitals
 
getDeadlockedThreads() - Method in class org.smallmind.instrument.MachineVitals
 
getDomain() - Method in interface org.smallmind.instrument.config.MetricDomain
 
getDomain() - Method in class org.smallmind.instrument.config.PackageMetricDomain
 
getDomain() - Method in class org.smallmind.instrument.config.StringMetricDomain
 
getDomain() - Method in class org.smallmind.instrument.config.UnsetMetricDomain
 
getDomain() - Method in class org.smallmind.instrument.context.MetricAddress
 
getDomain() - Method in class org.smallmind.instrument.context.MetricSnapshot
 
getDomain() - Method in class org.smallmind.instrument.InstrumentationArguments
 
getDomain() - Method in class org.smallmind.instrument.MetricKey
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.ChronometerImpl
 
getFifteenMinuteAvgRate() - Method in interface org.smallmind.instrument.Gauged
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.GaugeImpl
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getFifteenMinuteAvgRate() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getFifteenMinuteAvgVelocity() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getFifteenMinuteAvgVelocity() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getFifteenMinuteAvgVelocity() - Method in interface org.smallmind.instrument.Tracked
 
getFileDescriptorUsage() - Method in class org.smallmind.instrument.MachineVitals
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.ChronometerImpl
 
getFiveMinuteAvgRate() - Method in interface org.smallmind.instrument.Gauged
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.GaugeImpl
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getFiveMinuteAvgRate() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getFiveMinuteAvgVelocity() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getFiveMinuteAvgVelocity() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getFiveMinuteAvgVelocity() - Method in interface org.smallmind.instrument.Tracked
 
getGarbageCollectors() - Method in class org.smallmind.instrument.MachineVitals
 
getHeapCommitted() - Method in class org.smallmind.instrument.MachineVitals
 
getHeapInit() - Method in class org.smallmind.instrument.MachineVitals
 
getHeapMax() - Method in class org.smallmind.instrument.MachineVitals
 
getHeapUsage() - Method in class org.smallmind.instrument.MachineVitals
 
getHeapUsed() - Method in class org.smallmind.instrument.MachineVitals
 
getInstance() - Static method in class org.smallmind.instrument.MachineVitals
 
getKey() - Method in class org.smallmind.instrument.context.MetricItem
 
getKey() - Method in class org.smallmind.instrument.MetricProperty
 
getLatencyTimeUnit() - Method in class org.smallmind.instrument.ChronometerImpl
 
getLatencyTimeUnit() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getLatencyTimeUnit() - Method in interface org.smallmind.instrument.Timed
 
getMax() - Method in class org.smallmind.instrument.ChronometerImpl
 
getMax() - Method in interface org.smallmind.instrument.Estimating
 
getMax() - Method in class org.smallmind.instrument.HistogramImpl
 
getMax() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getMax() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getMax() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getMax() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getMax() - Method in interface org.smallmind.instrument.Tracked
 
getMedian() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getMedian() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getMedian() - Method in class org.smallmind.instrument.Statistics
 
getMedian() - Method in interface org.smallmind.instrument.Stratified
 
getMemoryPoolUsage() - Method in class org.smallmind.instrument.MachineVitals
 
getMemoryUsed() - Method in class org.smallmind.instrument.MachineVitals.BufferPoolStats
 
getMethod() - Method in class org.smallmind.instrument.event.MetricEvent
 
getMetricAddress() - Method in class org.smallmind.instrument.event.MetricEvent
 
getMetricClass() - Method in class org.smallmind.instrument.ChronometerImpl
 
getMetricClass() - Method in class org.smallmind.instrument.GaugeImpl
 
getMetricClass() - Method in class org.smallmind.instrument.HistogramImpl
 
getMetricClass() - Method in interface org.smallmind.instrument.Metric
 
getMetricClass() - Method in class org.smallmind.instrument.Metrics.ChronometerBuilder
 
getMetricClass() - Method in class org.smallmind.instrument.Metrics.GaugeBuilder
 
getMetricClass() - Method in class org.smallmind.instrument.Metrics.HistogramBuilder
 
getMetricClass() - Method in interface org.smallmind.instrument.Metrics.MetricBuilder
 
getMetricClass() - Method in class org.smallmind.instrument.Metrics.SpeedometerBuilder
 
getMetricClass() - Method in class org.smallmind.instrument.Metrics.TallyBuilder
 
getMetricClass() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getMetricClass() - Method in class org.smallmind.instrument.TallyImpl
 
getMetricConfiguration() - Method in interface org.smallmind.instrument.config.MetricConfigurationProvider
 
getMetricContext() - Static method in class org.smallmind.instrument.InstrumentationManager
 
getMetricDomain() - Method in class org.smallmind.instrument.config.MetricConfiguration
 
getMetricRegistry() - Static method in class org.smallmind.instrument.InstrumentationManager
 
getMetricSnapshot() - Method in class org.smallmind.instrument.MetricImpl
 
getMin() - Method in class org.smallmind.instrument.ChronometerImpl
 
getMin() - Method in interface org.smallmind.instrument.Estimating
 
getMin() - Method in class org.smallmind.instrument.HistogramImpl
 
getMin() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getMin() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getMin() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getMin() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getMin() - Method in interface org.smallmind.instrument.Tracked
 
getMinimumLiveMilliseconds() - Method in class org.smallmind.instrument.context.TracingOptions
 
getMovingAverage(TimeUnit) - Method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
getName() - Method in class org.smallmind.instrument.MachineVitals
 
getName() - Method in class org.smallmind.instrument.MetricImpl
 
getNonHeapUsage() - Method in class org.smallmind.instrument.MachineVitals
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.ChronometerImpl
 
getOneMinuteAvgRate() - Method in interface org.smallmind.instrument.Gauged
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.GaugeImpl
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getOneMinuteAvgRate() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getOneMinuteAvgVelocity() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getOneMinuteAvgVelocity() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getOneMinuteAvgVelocity() - Method in interface org.smallmind.instrument.Tracked
 
getProperties() - Method in class org.smallmind.instrument.context.MetricAddress
 
getProperties() - Method in class org.smallmind.instrument.context.MetricSnapshot
 
getProperties() - Method in class org.smallmind.instrument.InstrumentationArguments
 
getProperties() - Method in class org.smallmind.instrument.MetricKey
 
getProxy() - Method in class org.smallmind.instrument.context.NamedMetric
 
getRateTimeUnit() - Method in class org.smallmind.instrument.ChronometerImpl
 
getRateTimeUnit() - Method in interface org.smallmind.instrument.Gauged
 
getRateTimeUnit() - Method in class org.smallmind.instrument.GaugeImpl
 
getRateTimeUnit() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getRateTimeUnit() - Method in class org.smallmind.instrument.jmx.GaugeMonitor
 
getRateTimeUnit() - Method in class org.smallmind.instrument.jmx.SpeedometerMonitor
 
getRateTimeUnit() - Method in class org.smallmind.instrument.SpeedometerImpl
 
getRuns() - Method in class org.smallmind.instrument.MachineVitals.GarbageCollectorStats
 
getSamples() - Method in class org.smallmind.instrument.config.MetricConfiguration
 
getSampleType() - Method in class org.smallmind.instrument.ChronometerImpl
 
getSampleType() - Method in interface org.smallmind.instrument.Estimating
 
getSampleType() - Method in class org.smallmind.instrument.HistogramImpl
 
getSampleType() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getSampleType() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getServer() - Method in class org.smallmind.instrument.MetricRegistry
 
getSnapshot() - Method in class org.smallmind.instrument.context.MetricContext
 
getSnapshots() - Method in class org.smallmind.instrument.context.MetricContext
 
getStatistics() - Method in class org.smallmind.instrument.ChronometerImpl
 
getStatistics() - Method in class org.smallmind.instrument.ExponentiallyDecayingSample
 
getStatistics() - Method in class org.smallmind.instrument.HistogramImpl
 
getStatistics() - Method in interface org.smallmind.instrument.Statistician
 
getStatistics() - Method in class org.smallmind.instrument.UniformSample
 
getStdDev() - Method in class org.smallmind.instrument.ChronometerImpl
 
getStdDev() - Method in interface org.smallmind.instrument.Estimating
 
getStdDev() - Method in class org.smallmind.instrument.HistogramImpl
 
getStdDev() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getStdDev() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getSum() - Method in class org.smallmind.instrument.ChronometerImpl
 
getSum() - Method in interface org.smallmind.instrument.Estimating
 
getSum() - Method in class org.smallmind.instrument.HistogramImpl
 
getSum() - Method in class org.smallmind.instrument.jmx.ChronometerMonitor
 
getSum() - Method in class org.smallmind.instrument.jmx.HistogramMonitor
 
getThreadCount() - Method in class org.smallmind.instrument.MachineVitals
 
getThreadDump(OutputStream) - Method in class org.smallmind.instrument.MachineVitals
 
getThreadStatePercentages() - Method in class org.smallmind.instrument.MachineVitals
 
getTickInterval() - Method in class org.smallmind.instrument.config.MetricConfiguration
 
getTickTimeUnit() - Method in class org.smallmind.instrument.config.MetricConfiguration
 
getTime(TimeUnit) - Method in class org.smallmind.instrument.MachineVitals.GarbageCollectorStats
 
getTimeMilliseconds() - Method in class org.smallmind.instrument.Clock
 
getTimeNanoseconds() - Method in class org.smallmind.instrument.Clock
 
getTimeNanoseconds() - Method in class org.smallmind.instrument.CpuClock
 
getTimeNanoseconds() - Method in class org.smallmind.instrument.EpochClock
 
getTotalCapacity() - Method in class org.smallmind.instrument.MachineVitals.BufferPoolStats
 
getTotalCommitted() - Method in class org.smallmind.instrument.MachineVitals
 
getTotalInit() - Method in class org.smallmind.instrument.MachineVitals
 
getTotalMax() - Method in class org.smallmind.instrument.MachineVitals
 
getTotalUsed() - Method in class org.smallmind.instrument.MachineVitals
 
getTracingOptions() - Method in class org.smallmind.instrument.MetricRegistry
 
getType() - Method in class org.smallmind.instrument.ExponentiallyDecayingSample
 
getType() - Method in class org.smallmind.instrument.MetricKey
 
getType() - Method in class org.smallmind.instrument.Metrics.ChronometerBuilder
 
getType() - Method in class org.smallmind.instrument.Metrics.GaugeBuilder
 
getType() - Method in class org.smallmind.instrument.Metrics.HistogramBuilder
 
getType() - Method in interface org.smallmind.instrument.Metrics.MetricBuilder
 
getType() - Method in class org.smallmind.instrument.Metrics.SpeedometerBuilder
 
getType() - Method in class org.smallmind.instrument.Metrics.TallyBuilder
 
getType() - Method in interface org.smallmind.instrument.Sample
 
getType() - Method in class org.smallmind.instrument.UniformSample
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.ChronometerNamedMetric
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.GaugeNamedMetric
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.HistogramNamedMetric
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.NamedMetric
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.SpeedometerNamedMetric
 
getUpdatingMethods() - Method in class org.smallmind.instrument.context.TallyNamedMetric
 
getUptime() - Method in class org.smallmind.instrument.MachineVitals
 
getValue() - Method in class org.smallmind.instrument.context.MetricItem
 
getValue() - Method in class org.smallmind.instrument.MetricProperty
 
getValue(double) - Method in class org.smallmind.instrument.Statistics
 
getValues() - Method in class org.smallmind.instrument.Statistics
 
getVersion() - Method in class org.smallmind.instrument.MachineVitals
 

H

hasAged() - Method in class org.smallmind.instrument.context.MetricContext
 
hashCode() - Method in class org.smallmind.instrument.context.MetricAddress
 
hashCode() - Method in class org.smallmind.instrument.MetricKey
 
hashCode() - Method in class org.smallmind.instrument.MetricProperty
 
Histogram - Interface in org.smallmind.instrument
 
HistogramImpl - Class in org.smallmind.instrument
 
HistogramImpl(Samples) - Constructor for class org.smallmind.instrument.HistogramImpl
 
HistogramInstrument - Class in org.smallmind.instrument
 
HistogramInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.HistogramInstrument
 
HistogramInstrument(Metrics.MetricBuilder<Histogram>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.HistogramInstrument
 
HistogramInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
HistogramInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.HistogramInstrumentAndReturn
 
HistogramInstrumentAndReturn(Metrics.MetricBuilder<Histogram>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.HistogramInstrumentAndReturn
 
HistogramMetric - Annotation Type in org.smallmind.instrument.aop
 
HistogramMetricAspect - Class in org.smallmind.instrument.aop
 
HistogramMetricAspect() - Constructor for class org.smallmind.instrument.aop.HistogramMetricAspect
 
HistogramMonitor - Class in org.smallmind.instrument.jmx
 
HistogramMonitor(Histogram) - Constructor for class org.smallmind.instrument.jmx.HistogramMonitor
 
HistogramMonitorMXBean - Interface in org.smallmind.instrument.jmx
 
HistogramNamedMetric - Class in org.smallmind.instrument.context
 
HistogramNamedMetric(Histogram, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.HistogramNamedMetric
 

I

inc() - Method in interface org.smallmind.instrument.Tally
 
inc(long) - Method in interface org.smallmind.instrument.Tally
 
inc() - Method in class org.smallmind.instrument.TallyImpl
 
inc(long) - Method in class org.smallmind.instrument.TallyImpl
 
IncrementingTallyInstrument - Class in org.smallmind.instrument
 
IncrementingTallyInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.IncrementingTallyInstrument
 
IncrementingTallyInstrument(Metrics.MetricBuilder<Tally>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.IncrementingTallyInstrument
 
IncrementingTallyInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
IncrementingTallyInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.IncrementingTallyInstrumentAndReturn
 
IncrementingTallyInstrumentAndReturn(Metrics.MetricBuilder<Tally>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.IncrementingTallyInstrumentAndReturn
 
init(FilterConfig) - Method in class org.smallmind.instrument.context.web.MetricContextFilter
 
Instrument<M extends Metric<M>> - Class in org.smallmind.instrument
 
Instrument(InstrumentationArguments<M>) - Constructor for class org.smallmind.instrument.Instrument
 
instrument(Metrics.MetricBuilder<M>, String, MetricProperty...) - Method in class org.smallmind.instrument.MetricRegistry
 
InstrumentAndReturn<M extends Metric<M>,T> - Class in org.smallmind.instrument
 
InstrumentAndReturn(InstrumentationArguments<M>) - Constructor for class org.smallmind.instrument.InstrumentAndReturn
 
InstrumentationArguments<M extends Metric<M>> - Class in org.smallmind.instrument
 
InstrumentationArguments(Metrics.MetricBuilder<M>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.InstrumentationArguments
 
InstrumentationException - Exception in org.smallmind.instrument
 
InstrumentationException(String, Object...) - Constructor for exception org.smallmind.instrument.InstrumentationException
 
InstrumentationException(Throwable) - Constructor for exception org.smallmind.instrument.InstrumentationException
 
InstrumentationManager - Class in org.smallmind.instrument
 
InstrumentationManager() - Constructor for class org.smallmind.instrument.InstrumentationManager
 
instrumentWithChronometer(MetricConfigurationProvider, long, TimeUnit, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithGauge(MetricConfigurationProvider, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithGauge(MetricConfigurationProvider, long, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithHistogram(MetricConfigurationProvider, long, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithSpeedometer(MetricConfigurationProvider, long, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithTally(MetricConfigurationProvider, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
instrumentWithTally(MetricConfigurationProvider, long, MetricProperty...) - Static method in class org.smallmind.instrument.InstrumentationManager
 
invoke(Object, Method, Object[]) - Method in class org.smallmind.instrument.context.NamedMetric
 
isEmpty() - Method in class org.smallmind.instrument.context.MetricContext
 
isEmpty() - Method in class org.smallmind.instrument.context.MetricSnapshot
 
isEmpty() - Method in class org.smallmind.instrument.context.TracingOptions
 
isInstrumented() - Method in class org.smallmind.instrument.config.MetricConfiguration
 

J

JMX - Annotation Type in org.smallmind.instrument.aop
 
JMXNamingPolicy - Interface in org.smallmind.instrument.jmx
 

L

lastFifteenMinutes(long, TimeUnit) - Static method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
lastFiveMinutes(long, TimeUnit) - Static method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
lastOneMinute(long, TimeUnit) - Static method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 

M

MachineVitals - Class in org.smallmind.instrument
 
MachineVitals.BufferPoolStats - Class in org.smallmind.instrument
 
MachineVitals.GarbageCollectorStats - Class in org.smallmind.instrument
 
mark() - Method in interface org.smallmind.instrument.Gauge
 
mark(long) - Method in interface org.smallmind.instrument.Gauge
 
mark() - Method in class org.smallmind.instrument.GaugeImpl
 
mark(long) - Method in class org.smallmind.instrument.GaugeImpl
 
Metric<M extends Metric<M>> - Interface in org.smallmind.instrument
 
MetricAddress - Class in org.smallmind.instrument.context
 
MetricAddress(String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.MetricAddress
 
MetricAspect - Class in org.smallmind.instrument.aop
 
MetricAspect() - Constructor for class org.smallmind.instrument.aop.MetricAspect
 
MetricConfiguration - Class in org.smallmind.instrument.config
 
MetricConfiguration() - Constructor for class org.smallmind.instrument.config.MetricConfiguration
 
MetricConfigurationProvider - Interface in org.smallmind.instrument.config
 
MetricContext - Class in org.smallmind.instrument.context
 
MetricContext(TracingOptions) - Constructor for class org.smallmind.instrument.context.MetricContext
 
MetricContextFilter - Class in org.smallmind.instrument.context.web
 
MetricContextFilter() - Constructor for class org.smallmind.instrument.context.web.MetricContextFilter
 
MetricDomain - Interface in org.smallmind.instrument.config
 
MetricEvent - Class in org.smallmind.instrument.event
 
MetricEvent(Metric, MetricAddress, Method, Object...) - Constructor for class org.smallmind.instrument.event.MetricEvent
 
MetricEventListener - Interface in org.smallmind.instrument.event
 
MetricFact - Enum in org.smallmind.instrument.context
 
MetricImpl<M extends Metric<M>> - Class in org.smallmind.instrument
 
MetricImpl() - Constructor for class org.smallmind.instrument.MetricImpl
 
MetricItem<S extends Serializable> - Class in org.smallmind.instrument.context
 
MetricItem(String, S) - Constructor for class org.smallmind.instrument.context.MetricItem
 
MetricKey - Class in org.smallmind.instrument
 
MetricKey(MetricType, String, MetricProperty...) - Constructor for class org.smallmind.instrument.MetricKey
 
MetricProperty - Class in org.smallmind.instrument
 
MetricProperty(String, String) - Constructor for class org.smallmind.instrument.MetricProperty
 
MetricRegistry - Class in org.smallmind.instrument
 
MetricRegistry() - Constructor for class org.smallmind.instrument.MetricRegistry
 
Metrics - Class in org.smallmind.instrument
 
Metrics() - Constructor for class org.smallmind.instrument.Metrics
 
Metrics.ChronometerBuilder - Class in org.smallmind.instrument
 
Metrics.GaugeBuilder - Class in org.smallmind.instrument
 
Metrics.HistogramBuilder - Class in org.smallmind.instrument
 
Metrics.MetricBuilder<M extends Metric<M>> - Interface in org.smallmind.instrument
 
Metrics.SpeedometerBuilder - Class in org.smallmind.instrument
 
Metrics.TallyBuilder - Class in org.smallmind.instrument
 
MetricSnapshot - Class in org.smallmind.instrument.context
 
MetricSnapshot(MetricAddress, TracingOptions) - Constructor for class org.smallmind.instrument.context.MetricSnapshot
 
MetricSupplier - Class in org.smallmind.instrument.aop
 
MetricSupplier() - Constructor for class org.smallmind.instrument.aop.MetricSupplier
 
metricTriggered(MetricEvent) - Method in interface org.smallmind.instrument.event.MetricEventListener
 
MetricType - Enum in org.smallmind.instrument
 
MissingMetricException - Exception in org.smallmind.instrument.aop
 
MissingMetricException(String, Object...) - Constructor for exception org.smallmind.instrument.aop.MissingMetricException
 

N

NamedMetric<M extends Metric<M>> - Class in org.smallmind.instrument.context
 
NamedMetric(M, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.NamedMetric
 
NamedMetricFactory - Class in org.smallmind.instrument.context
 
NamedMetricFactory() - Constructor for class org.smallmind.instrument.context.NamedMetricFactory
 

O

org.smallmind.instrument - package org.smallmind.instrument
 
org.smallmind.instrument.aop - package org.smallmind.instrument.aop
 
org.smallmind.instrument.config - package org.smallmind.instrument.config
 
org.smallmind.instrument.context - package org.smallmind.instrument.context
 
org.smallmind.instrument.context.web - package org.smallmind.instrument.context.web
 
org.smallmind.instrument.event - package org.smallmind.instrument.event
 
org.smallmind.instrument.jmx - package org.smallmind.instrument.jmx
 

P

PackageMetricDomain - Class in org.smallmind.instrument.config
 
PackageMetricDomain(Class<?>) - Constructor for class org.smallmind.instrument.config.PackageMetricDomain
 
pop(String) - Static method in class org.smallmind.instrument.aop.MetricSupplier
 
popSnapshot() - Method in class org.smallmind.instrument.context.MetricContext
 
Property - Annotation Type in org.smallmind.instrument.aop
 
publishMetricContext() - Static method in class org.smallmind.instrument.InstrumentationManager
 
push(String, Metric) - Static method in class org.smallmind.instrument.aop.MetricSupplier
 
pushSnapshot(MetricAddress) - Method in class org.smallmind.instrument.context.MetricContext
 

R

register(MetricRegistry) - Static method in class org.smallmind.instrument.InstrumentationManager
 
register() - Method in class org.smallmind.instrument.MetricRegistry
 
removeMetricContext() - Static method in class org.smallmind.instrument.InstrumentationManager
 
removeMetricEventListener(MetricEventListener) - Method in class org.smallmind.instrument.MetricRegistry
 

S

Sample - Interface in org.smallmind.instrument
 
Samples - Enum in org.smallmind.instrument
 
setFactSet(MetricFact...) - Method in class org.smallmind.instrument.context.TracingOptions
 
setInstrumented(boolean) - Method in class org.smallmind.instrument.config.MetricConfiguration
 
setJmxNamingPolicy(JMXNamingPolicy) - Method in class org.smallmind.instrument.MetricRegistry
 
setMetricContext(MetricContext) - Static method in class org.smallmind.instrument.InstrumentationManager
 
setMetricDomain(MetricDomain) - Method in class org.smallmind.instrument.config.MetricConfiguration
 
setMetricEventListeners(MetricEventListener[]) - Method in class org.smallmind.instrument.MetricRegistry
 
setMinimumLiveMilliseconds(long) - Method in class org.smallmind.instrument.context.TracingOptions
 
setName(String) - Method in class org.smallmind.instrument.MetricImpl
 
setSamples(Samples) - Method in class org.smallmind.instrument.config.MetricConfiguration
 
setServer(MBeanServer) - Method in class org.smallmind.instrument.MetricRegistry
 
setTickInterval(long) - Method in class org.smallmind.instrument.config.MetricConfiguration
 
setTickTimeUnit(TimeUnit) - Method in class org.smallmind.instrument.config.MetricConfiguration
 
setTracingOptions(TracingOptions) - Method in class org.smallmind.instrument.MetricRegistry
 
size() - Method in class org.smallmind.instrument.ExponentiallyDecayingSample
 
size() - Method in interface org.smallmind.instrument.Sample
 
size() - Method in class org.smallmind.instrument.Statistics
 
size() - Method in class org.smallmind.instrument.UniformSample
 
Speedometer - Interface in org.smallmind.instrument
 
SpeedometerImpl - Class in org.smallmind.instrument
 
SpeedometerImpl(long, TimeUnit, Clock) - Constructor for class org.smallmind.instrument.SpeedometerImpl
 
SpeedometerInstrument - Class in org.smallmind.instrument
 
SpeedometerInstrument(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.SpeedometerInstrument
 
SpeedometerInstrument(Metrics.MetricBuilder<Speedometer>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.SpeedometerInstrument
 
SpeedometerInstrumentAndReturn<T> - Class in org.smallmind.instrument
 
SpeedometerInstrumentAndReturn(MetricConfigurationProvider, MetricProperty...) - Constructor for class org.smallmind.instrument.SpeedometerInstrumentAndReturn
 
SpeedometerInstrumentAndReturn(Metrics.MetricBuilder<Speedometer>, String, MetricProperty...) - Constructor for class org.smallmind.instrument.SpeedometerInstrumentAndReturn
 
SpeedometerMetric - Annotation Type in org.smallmind.instrument.aop
 
SpeedometerMetricAspect - Class in org.smallmind.instrument.aop
 
SpeedometerMetricAspect() - Constructor for class org.smallmind.instrument.aop.SpeedometerMetricAspect
 
SpeedometerMonitor - Class in org.smallmind.instrument.jmx
 
SpeedometerMonitor(Speedometer) - Constructor for class org.smallmind.instrument.jmx.SpeedometerMonitor
 
SpeedometerMonitorMXBean - Interface in org.smallmind.instrument.jmx
 
SpeedometerNamedMetric - Class in org.smallmind.instrument.context
 
SpeedometerNamedMetric(Speedometer, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.SpeedometerNamedMetric
 
Statistician - Interface in org.smallmind.instrument
 
Statistics - Class in org.smallmind.instrument
 
Statistics(Collection<Long>) - Constructor for class org.smallmind.instrument.Statistics
 
Statistics(double[]) - Constructor for class org.smallmind.instrument.Statistics
 
stop() - Method in class org.smallmind.instrument.ChronometerImpl
 
stop() - Method in class org.smallmind.instrument.GaugeImpl
 
stop() - Method in class org.smallmind.instrument.SpeedometerImpl
 
stop() - Method in interface org.smallmind.instrument.Stoppable
 
Stoppable - Interface in org.smallmind.instrument
 
Stratified - Interface in org.smallmind.instrument
 
StringMetricDomain - Class in org.smallmind.instrument.config
 
StringMetricDomain(String) - Constructor for class org.smallmind.instrument.config.StringMetricDomain
 

T

Tally - Interface in org.smallmind.instrument
 
TallyImpl - Class in org.smallmind.instrument
 
TallyImpl() - Constructor for class org.smallmind.instrument.TallyImpl
 
TallyImpl(int) - Constructor for class org.smallmind.instrument.TallyImpl
 
TallyMetric - Annotation Type in org.smallmind.instrument.aop
 
TallyMetricAspect - Class in org.smallmind.instrument.aop
 
TallyMetricAspect() - Constructor for class org.smallmind.instrument.aop.TallyMetricAspect
 
TallyMonitor - Class in org.smallmind.instrument.jmx
 
TallyMonitor(Tally) - Constructor for class org.smallmind.instrument.jmx.TallyMonitor
 
TallyMonitorMXBean - Interface in org.smallmind.instrument.jmx
 
TallyNamedMetric - Class in org.smallmind.instrument.context
 
TallyNamedMetric(Tally, String, MetricProperty...) - Constructor for class org.smallmind.instrument.context.TallyNamedMetric
 
Temporal - Interface in org.smallmind.instrument
 
tick() - Method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
Timed - Interface in org.smallmind.instrument
 
toString() - Method in class org.smallmind.instrument.context.MetricAddress
 
toString() - Method in class org.smallmind.instrument.context.MetricContext
 
toString() - Method in class org.smallmind.instrument.context.MetricItem
 
toString() - Method in class org.smallmind.instrument.context.MetricSnapshot
 
toString() - Method in class org.smallmind.instrument.MetricProperty
 
TracingOptions - Class in org.smallmind.instrument.context
 
TracingOptions() - Constructor for class org.smallmind.instrument.context.TracingOptions
 
Tracked - Interface in org.smallmind.instrument
 

U

UniformSample - Class in org.smallmind.instrument
Uses Vitter's Algorithm R to produce a statistically representative sample.
UniformSample(int) - Constructor for class org.smallmind.instrument.UniformSample
 
UnsetMetricDomain - Class in org.smallmind.instrument.config
 
UnsetMetricDomain() - Constructor for class org.smallmind.instrument.config.UnsetMetricDomain
 
update(long) - Method in interface org.smallmind.instrument.Chronometer
 
update(long) - Method in class org.smallmind.instrument.ChronometerImpl
 
update(long) - Method in class org.smallmind.instrument.ExponentiallyDecayingSample
 
update(long) - Method in class org.smallmind.instrument.ExponentiallyWeightedMovingAverage
 
update(long) - Method in interface org.smallmind.instrument.Histogram
 
update(long) - Method in class org.smallmind.instrument.HistogramImpl
 
update(long) - Method in interface org.smallmind.instrument.Sample
 
update() - Method in interface org.smallmind.instrument.Speedometer
 
update(long) - Method in interface org.smallmind.instrument.Speedometer
 
update() - Method in class org.smallmind.instrument.SpeedometerImpl
 
update(long) - Method in class org.smallmind.instrument.SpeedometerImpl
 
update(long) - Method in class org.smallmind.instrument.UniformSample
 

V

valueOf(String) - Static method in enum org.smallmind.instrument.Clocks
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.smallmind.instrument.context.MetricFact
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.smallmind.instrument.MetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.smallmind.instrument.Samples
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.smallmind.instrument.Clocks
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.smallmind.instrument.context.MetricFact
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.smallmind.instrument.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.smallmind.instrument.Samples
Returns an array containing the constants of this enum type, in the order they are declared.

W

willTrace(MetricFact) - Method in class org.smallmind.instrument.context.MetricSnapshot
 
with(Chronometer) - Method in class org.smallmind.instrument.ChronometerInstrument
 
with(Chronometer) - Method in class org.smallmind.instrument.ChronometerInstrumentAndReturn
 
with(Tally) - Method in class org.smallmind.instrument.DecrementingTallyInstrument
 
with(Tally) - Method in class org.smallmind.instrument.DecrementingTallyInstrumentAndReturn
 
with(Gauge) - Method in class org.smallmind.instrument.GaugeInstrument
 
with(Gauge) - Method in class org.smallmind.instrument.GaugeInstrumentAndReturn
 
with(Histogram) - Method in class org.smallmind.instrument.HistogramInstrument
 
with(Histogram) - Method in class org.smallmind.instrument.HistogramInstrumentAndReturn
 
with(Tally) - Method in class org.smallmind.instrument.IncrementingTallyInstrument
 
with(Tally) - Method in class org.smallmind.instrument.IncrementingTallyInstrumentAndReturn
 
with(M) - Method in class org.smallmind.instrument.Instrument
 
with(M) - Method in class org.smallmind.instrument.InstrumentAndReturn
 
with(Speedometer) - Method in class org.smallmind.instrument.SpeedometerInstrument
 
with(Speedometer) - Method in class org.smallmind.instrument.SpeedometerInstrumentAndReturn
 
withChronometer() - Method in class org.smallmind.instrument.ChronometerInstrument
 
withChronometer() - Method in class org.smallmind.instrument.ChronometerInstrumentAndReturn
 
withGauge() - Method in class org.smallmind.instrument.GaugeInstrument
 
withGauge() - Method in class org.smallmind.instrument.GaugeInstrumentAndReturn
 
withHistogram(AtomicLong) - Method in class org.smallmind.instrument.HistogramInstrument
 
withHistogram(AtomicLong) - Method in class org.smallmind.instrument.HistogramInstrumentAndReturn
 
withSpeedometer(AtomicLong) - Method in class org.smallmind.instrument.SpeedometerInstrument
 
withSpeedometer(AtomicLong) - Method in class org.smallmind.instrument.SpeedometerInstrumentAndReturn
 
withTally() - Method in class org.smallmind.instrument.DecrementingTallyInstrument
 
withTally() - Method in class org.smallmind.instrument.DecrementingTallyInstrumentAndReturn
 
withTally() - Method in class org.smallmind.instrument.IncrementingTallyInstrument
 
withTally() - Method in class org.smallmind.instrument.IncrementingTallyInstrumentAndReturn
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.