JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
I
M
R
S
U
C
com.twitter.common.stats
- package com.twitter.common.stats
I
incErrors()
- Method in interface com.twitter.common.stats.
StatsProvider.RequestTimer
Accumulates the error counter and the request counter.
incReconnects()
- Method in interface com.twitter.common.stats.
StatsProvider.RequestTimer
Accumulates the reconnect counter.
incTimeouts()
- Method in interface com.twitter.common.stats.
StatsProvider.RequestTimer
Accumulates the timeout counter.
M
makeCounter(String)
- Method in interface com.twitter.common.stats.
StatsProvider
Creates and exports a counter for tracking.
makeGauge(String, Supplier<T>)
- Method in interface com.twitter.common.stats.
StatsProvider
Exports a read-only value for tracking.
makeRequestTimer(String)
- Method in interface com.twitter.common.stats.
StatsProvider
Creates and exports a sets of stats that allows for typical rROC request tracking.
R
requestComplete(long)
- Method in interface com.twitter.common.stats.
StatsProvider.RequestTimer
Accumulates a request and its latency.
S
StatsProvider
- Interface in
com.twitter.common.stats
A minimal interface to a Stats repository.
StatsProvider.RequestTimer
- Interface in
com.twitter.common.stats
A stat for tracking service requests.
U
untracked()
- Method in interface com.twitter.common.stats.
StatsProvider
Gets a stats provider that does not track stats in an internal time series repository.
C
I
M
R
S
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes