Skip navigation links
C F G H M S T 

C

close() - Method in class tech.energyit.statsd.SynchronousSender
Cleanly shut down this StatsD client.
count(byte[], long, Tag...) - Method in class tech.energyit.statsd.FastStatsDClient
Adjusts the specified counter by a given delta.
count(byte[], long, double, Tag...) - Method in class tech.energyit.statsd.FastStatsDClient
Adjusts the specified counter by a given delta.
count(byte[], long, Tag...) - Method in interface tech.energyit.statsd.StatsDClient
Adjusts the specified counter by a given delta.
count(byte[], long, double, Tag...) - Method in interface tech.energyit.statsd.StatsDClient
Adjusts the specified counter by a given delta.

F

FastStatsDClient - Class in tech.energyit.statsd
Important note : Maximal (total) message size can only be B,
FastStatsDClient(Sender) - Constructor for class tech.energyit.statsd.FastStatsDClient
 
FastStatsDClient(String, Sender) - Constructor for class tech.energyit.statsd.FastStatsDClient
 

G

gauge(byte[], long, Tag...) - Method in class tech.energyit.statsd.FastStatsDClient
Records the latest fixed value for the specified named gauge.
gauge(byte[], long, Tag...) - Method in interface tech.energyit.statsd.StatsDClient
Records the latest fixed value for the specified named gauge.
getName() - Method in interface tech.energyit.statsd.Tag
 
getName() - Method in class tech.energyit.statsd.TagImpl
 
getValue() - Method in interface tech.energyit.statsd.Tag
 
getValue() - Method in class tech.energyit.statsd.TagImpl
 

H

handle(Exception) - Method in interface tech.energyit.statsd.StatsDClientErrorHandler
Handle the given exception, which occurred during a StatsD client operation.
handle(String, Object...) - Method in interface tech.energyit.statsd.StatsDClientErrorHandler
Handle the given handle, represented as a string message.

M

MESSAGE_CHARSET - Static variable in class tech.energyit.statsd.FastStatsDClient
 

S

send(ByteBuffer) - Method in interface tech.energyit.statsd.Sender
 
send(ByteBuffer) - Method in class tech.energyit.statsd.SynchronousSender
 
Sender - Interface in tech.energyit.statsd
 
StatsDClient - Interface in tech.energyit.statsd
Describes a client connection to a StatsD server, which may be used to post metrics in the form of counters, timers, and gauges.
StatsDClientErrorHandler - Interface in tech.energyit.statsd
Describes a handler capable of processing exceptions that occur during StatsD client operations.
SynchronousSender - Class in tech.energyit.statsd
 
SynchronousSender(String, int) - Constructor for class tech.energyit.statsd.SynchronousSender
 
SynchronousSender(String, int, StatsDClientErrorHandler) - Constructor for class tech.energyit.statsd.SynchronousSender
 
SynchronousSender(Supplier<InetSocketAddress>, StatsDClientErrorHandler) - Constructor for class tech.energyit.statsd.SynchronousSender
 
SynchronousSender(Supplier<DatagramChannel>, Supplier<InetSocketAddress>, StatsDClientErrorHandler) - Constructor for class tech.energyit.statsd.SynchronousSender
 

T

Tag - Interface in tech.energyit.statsd
 
TagImpl - Class in tech.energyit.statsd
 
TagImpl(byte[], byte[]) - Constructor for class tech.energyit.statsd.TagImpl
 
tech.energyit.statsd - package tech.energyit.statsd
 
time(byte[], long, Tag...) - Method in class tech.energyit.statsd.FastStatsDClient
Records an execution time in milliseconds for the specified named operation.
time(byte[], long, Tag...) - Method in interface tech.energyit.statsd.StatsDClient
Records an execution time in milliseconds for the specified named operation.
toString() - Method in class tech.energyit.statsd.TagImpl
 
C F G H M S T 
Skip navigation links

Copyright © 2018. All rights reserved.