Skip navigation links
C D F G H I L M O P R S T U V 

C

close() - Method in class org.reveno.atp.metrics.impl.GraphiteSink
 
close() - Method in class org.reveno.atp.metrics.impl.PickledGraphite
 
close() - Method in class org.reveno.atp.metrics.impl.Slf4jSink
 
close() - Method in interface org.reveno.atp.metrics.Sink
 
config() - Method in class org.reveno.atp.metrics.RevenoMetrics
 
Configuration - Interface in org.reveno.atp.metrics
 
ConfigurationImpl - Class in org.reveno.atp.metrics
 
ConfigurationImpl() - Constructor for class org.reveno.atp.metrics.ConfigurationImpl
 
connect() - Method in class org.reveno.atp.metrics.impl.PickledGraphite
 
Counter - Interface in org.reveno.atp.metrics.meter
 

D

destroy() - Method in class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 
destroy() - Method in class org.reveno.atp.metrics.MetricsInterceptor
 

F

flush() - Method in class org.reveno.atp.metrics.impl.PickledGraphite
 

G

getFailures() - Method in class org.reveno.atp.metrics.impl.PickledGraphite
 
graphitePort(int) - Method in interface org.reveno.atp.metrics.Configuration
 
graphitePort() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
graphitePort(int) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
graphiteServer(String) - Method in interface org.reveno.atp.metrics.Configuration
 
graphiteServer() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
graphiteServer(String) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
GraphiteSink - Class in org.reveno.atp.metrics.impl
 
GraphiteSink(String, int) - Constructor for class org.reveno.atp.metrics.impl.GraphiteSink
 

H

Histogram - Interface in org.reveno.atp.metrics.meter
 
HistogramType - Enum in org.reveno.atp.metrics.meter
 
hostName(String) - Method in interface org.reveno.atp.metrics.Configuration
 
hostName() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
hostName(String) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 

I

inc(long) - Method in interface org.reveno.atp.metrics.meter.Counter
 
inc(int) - Method in interface org.reveno.atp.metrics.meter.Counter
 
inc() - Method in interface org.reveno.atp.metrics.meter.Counter
 
inc(long) - Method in class org.reveno.atp.metrics.meter.impl.SimpleCounter
 
inc(int) - Method in class org.reveno.atp.metrics.meter.impl.SimpleCounter
 
inc() - Method in class org.reveno.atp.metrics.meter.impl.SimpleCounter
 
init() - Method in class org.reveno.atp.metrics.impl.GraphiteSink
 
init() - Method in class org.reveno.atp.metrics.impl.Slf4jSink
 
init() - Method in class org.reveno.atp.metrics.MetricsInterceptor
 
init() - Method in interface org.reveno.atp.metrics.Sink
 
instanceName(String) - Method in interface org.reveno.atp.metrics.Configuration
 
instanceName() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
instanceName(String) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
intercept(long, long, long, WriteableRepository, TransactionStage) - Method in class org.reveno.atp.metrics.MetricsInterceptor
 
isAvailable() - Method in class org.reveno.atp.metrics.impl.GraphiteSink
 
isAvailable() - Method in class org.reveno.atp.metrics.impl.Slf4jSink
 
isAvailable() - Method in interface org.reveno.atp.metrics.Sink
 
isConnected() - Method in class org.reveno.atp.metrics.impl.PickledGraphite
 
isReady() - Method in interface org.reveno.atp.metrics.meter.Histogram
 
isReady() - Method in class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 

L

listen(Engine) - Method in class org.reveno.atp.metrics.RevenoMetrics
 

M

metricBufferSize(int) - Method in interface org.reveno.atp.metrics.Configuration
 
metricBufferSize() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
metricBufferSize(int) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
MetricsInterceptor - Class in org.reveno.atp.metrics
 
MetricsInterceptor(ConfigurationImpl) - Constructor for class org.reveno.atp.metrics.MetricsInterceptor
 

O

org.reveno.atp.metrics - package org.reveno.atp.metrics
 
org.reveno.atp.metrics.impl - package org.reveno.atp.metrics.impl
 
org.reveno.atp.metrics.meter - package org.reveno.atp.metrics.meter
 
org.reveno.atp.metrics.meter.impl - package org.reveno.atp.metrics.meter.impl
 

P

PickledGraphite - Class in org.reveno.atp.metrics.impl
A client to a Carbon server that sends all metrics after they have been pickled in configurable sized batches
PickledGraphite(InetSocketAddress) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address using the default SocketFactory.
PickledGraphite(InetSocketAddress, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address using the default SocketFactory.
PickledGraphite(InetSocketAddress, SocketFactory, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address and socket factory.
PickledGraphite(InetSocketAddress, SocketFactory, Charset, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address and socket factory using the given character set.
PickledGraphite(String, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address using the default SocketFactory.
PickledGraphite(String, int, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address using the default SocketFactory.
PickledGraphite(String, int, SocketFactory, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address and socket factory.
PickledGraphite(String, int, SocketFactory, Charset, int) - Constructor for class org.reveno.atp.metrics.impl.PickledGraphite
Creates a new client which connects to the given address and socket factory using the given character set.

R

RevenoMetrics - Class in org.reveno.atp.metrics
 
RevenoMetrics() - Constructor for class org.reveno.atp.metrics.RevenoMetrics
 

S

send(String, String, long) - Method in class org.reveno.atp.metrics.impl.GraphiteSink
 
send(String, String, long) - Method in class org.reveno.atp.metrics.impl.PickledGraphite
Convert the metric to a python tuple of the form:

(timestamp, (name, value))

And add it to the list of metrics.

send(String, String, long) - Method in class org.reveno.atp.metrics.impl.Slf4jSink
 
send(String, String, long) - Method in interface org.reveno.atp.metrics.Sink
 
sendTo(List<Sink>, boolean) - Method in class org.reveno.atp.metrics.meter.impl.SimpleCounter
 
sendTo(List<Sink>, boolean) - Method in class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 
sendTo(List<Sink>, boolean) - Method in interface org.reveno.atp.metrics.meter.Sinkable
Sends the last snapshot of metrics to some list of Sink.
sendToGraphite(boolean) - Method in interface org.reveno.atp.metrics.Configuration
 
sendToGraphite() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
sendToGraphite(boolean) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
sendToLog(boolean) - Method in interface org.reveno.atp.metrics.Configuration
 
sendToLog() - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
sendToLog(boolean) - Method in class org.reveno.atp.metrics.ConfigurationImpl
 
shutdown() - Method in class org.reveno.atp.metrics.MetricsInterceptor
 
shutdown(Engine) - Method in class org.reveno.atp.metrics.RevenoMetrics
 
SimpleCounter - Class in org.reveno.atp.metrics.meter.impl
 
SimpleCounter(String) - Constructor for class org.reveno.atp.metrics.meter.impl.SimpleCounter
 
Sink - Interface in org.reveno.atp.metrics
 
Sinkable - Interface in org.reveno.atp.metrics.meter
 
Slf4jSink - Class in org.reveno.atp.metrics.impl
 
Slf4jSink() - Constructor for class org.reveno.atp.metrics.impl.Slf4jSink
 
switchNext(boolean) - Method in class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 

T

TwoBufferHistogram - Class in org.reveno.atp.metrics.meter.impl
 
TwoBufferHistogram(String, int) - Constructor for class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 
TwoBufferHistogram(String, int, HistogramType) - Constructor for class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 

U

update(long) - Method in interface org.reveno.atp.metrics.meter.Histogram
 
update(long) - Method in class org.reveno.atp.metrics.meter.impl.TwoBufferHistogram
 

V

valueOf(String) - Static method in enum org.reveno.atp.metrics.meter.HistogramType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.reveno.atp.metrics.meter.HistogramType
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H I L M O P R S T U V 
Skip navigation links

Copyright © 2015 Artem Dmitriev. All Rights Reserved.