Skip navigation links
A C D G H I M N O R S T U V 

A

AbstractMetricsConfig - Class in org.apache.omid.metrics
 
AbstractMetricsConfig() - Constructor for class org.apache.omid.metrics.AbstractMetricsConfig
 

C

CODAHALE_METRICS_CONFIG - Static variable in interface org.apache.omid.metrics.MetricsProvider
 
Counter - Interface in org.apache.omid.metrics
 
counter(String) - Method in interface org.apache.omid.metrics.MetricsRegistry
Creates a new Counter and registers it under the given name.
counter(String) - Method in class org.apache.omid.metrics.NullMetricsProvider
 

D

dec() - Method in interface org.apache.omid.metrics.Counter
Decrement the counter by one.
dec(long) - Method in interface org.apache.omid.metrics.Counter
Decrement the counter by n.

G

Gauge<T extends Number> - Interface in org.apache.omid.metrics
A gauge returns the value of a metric measured at a specific point in time.
gauge(String, Gauge<T>) - Method in interface org.apache.omid.metrics.MetricsRegistry
Registers the Gauge under the given name.
gauge(String, Gauge<T>) - Method in class org.apache.omid.metrics.NullMetricsProvider
 
get(String, MetricsRegistryMap.MetricBuilder<? extends Metric>, Class<? extends Metric>) - Method in class org.apache.omid.metrics.MetricsRegistryMap
 
getGauges() - Method in class org.apache.omid.metrics.MetricsRegistryMap
 
getOutputFreqInSecs() - Method in class org.apache.omid.metrics.AbstractMetricsConfig
 
getValue() - Method in interface org.apache.omid.metrics.Gauge
 

H

Histogram - Interface in org.apache.omid.metrics
 
histogram(String) - Method in interface org.apache.omid.metrics.MetricsRegistry
Creates a new Histogram and registers it under the given name.
histogram(String) - Method in class org.apache.omid.metrics.NullMetricsProvider
 

I

inc() - Method in interface org.apache.omid.metrics.Counter
Increment the counter by one.
inc(long) - Method in interface org.apache.omid.metrics.Counter
Increment the counter by n.

M

mark() - Method in interface org.apache.omid.metrics.Meter
Mark the occurrence of an event.
mark(long) - Method in interface org.apache.omid.metrics.Meter
Mark the occurrence of a given number of events.
Meter - Interface in org.apache.omid.metrics
 
meter(String) - Method in interface org.apache.omid.metrics.MetricsRegistry
Creates a new Meter and registers it under the given name.
meter(String) - Method in class org.apache.omid.metrics.NullMetricsProvider
 
Metric - Interface in org.apache.omid.metrics
Marker interface for distinguish metrics
MetricsProvider - Interface in org.apache.omid.metrics
Provider to provide metrics logger for different scopes.
MetricsProvider.Provider - Enum in org.apache.omid.metrics
 
MetricsRegistry - Interface in org.apache.omid.metrics
 
MetricsRegistryMap - Class in org.apache.omid.metrics
 
MetricsRegistryMap() - Constructor for class org.apache.omid.metrics.MetricsRegistryMap
 
MetricsUtils - Class in org.apache.omid.metrics
 
MetricsUtils() - Constructor for class org.apache.omid.metrics.MetricsUtils
 

N

name(String, String...) - Static method in class org.apache.omid.metrics.MetricsUtils
 
name(String, char, String...) - Static method in class org.apache.omid.metrics.MetricsUtils
 
NullMetricsProvider - Class in org.apache.omid.metrics
 
NullMetricsProvider() - Constructor for class org.apache.omid.metrics.NullMetricsProvider
 

O

org.apache.omid.metrics - package org.apache.omid.metrics
 

R

register(String, Metric) - Method in class org.apache.omid.metrics.MetricsRegistryMap
 

S

setOutputFreqInSecs(int) - Method in class org.apache.omid.metrics.AbstractMetricsConfig
 
start() - Method in interface org.apache.omid.metrics.Timer
 
startMetrics() - Method in interface org.apache.omid.metrics.MetricsProvider
Intialize the metrics provider.
startMetrics() - Method in class org.apache.omid.metrics.NullMetricsProvider
 
stop() - Method in interface org.apache.omid.metrics.Timer
 
stopMetrics() - Method in interface org.apache.omid.metrics.MetricsProvider
Close the metrics provider.
stopMetrics() - Method in class org.apache.omid.metrics.NullMetricsProvider
 

T

timer(String) - Method in interface org.apache.omid.metrics.MetricsRegistry
Creates a new Timer and registers it under the given name.
timer(String) - Method in class org.apache.omid.metrics.NullMetricsProvider
 
Timer - Interface in org.apache.omid.metrics
 

U

update(int) - Method in interface org.apache.omid.metrics.Histogram
Adds a recorded value.
update(long) - Method in interface org.apache.omid.metrics.Histogram
Adds a recorded value.
update(long) - Method in interface org.apache.omid.metrics.Timer
 

V

valueOf(String) - Static method in enum org.apache.omid.metrics.MetricsProvider.Provider
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.omid.metrics.MetricsProvider.Provider
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H I M N O R S T U V 
Skip navigation links

Copyright © 2011–2020 Apache Software Foundation. All rights reserved.