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

A

add(long) - Method in interface com.yahoo.statistics.Bucket
 
add(long) - Method in class com.yahoo.statistics.Histogram
 
add(long) - Method in class com.yahoo.statistics.Sum
 
addAxis(String, double[]) - Method in class com.yahoo.statistics.Limits
 
appendChar - Variable in class com.yahoo.statistics.Value
 
appendChar - Variable in class com.yahoo.statistics.Value.Parameters
Separator character to use between event name and type of nameExtension is set to true.
axes - Variable in class com.yahoo.statistics.Histogram
 
axes - Variable in class com.yahoo.statistics.Limits
 
Axis - Class in com.yahoo.statistics
A wrapper class for representing a single axis of an n-dimensional histogram.
Axis(String, double[]) - Constructor for class com.yahoo.statistics.Axis
 

B

Bucket - Interface in com.yahoo.statistics
A bucket in a multidimensional histogram.
buckets - Variable in class com.yahoo.statistics.Histogram
 
buildParameters(String, Statistics, Value.Parameters) - Static method in class com.yahoo.statistics.Value
 
buildValue(String, Statistics, Value.Parameters) - Static method in class com.yahoo.statistics.Value
Build a Value which should be initialized from config.

C

Callback - Interface in com.yahoo.statistics
Definition of the callback interface for the statistics API.
callback - Variable in class com.yahoo.statistics.Value.Parameters
This is invoked each time a value is dumped to the log.
cancel() - Method in class com.yahoo.statistics.Handle
Cancel this Handle and remove it from internal state in Statistics.
cancelled - Variable in class com.yahoo.statistics.Handle
 
collectioninterval - Variable in class com.yahoo.statistics.StatisticsImpl
 
com.yahoo.statistics - package com.yahoo.statistics
 
config - Variable in class com.yahoo.statistics.StatisticsImpl
 
Counter - Class in com.yahoo.statistics
A single integer value which can be incremented.
Counter(String, Statistics, boolean) - Constructor for class com.yahoo.statistics.Counter
A monotonically increasing 64 bit integer value.
Counter(String, Statistics, boolean, Callback, boolean) - Constructor for class com.yahoo.statistics.Counter
A monotonically increasing 64 bit integer value.
Counter(String, Statistics, boolean, Callback, boolean, boolean) - Constructor for class com.yahoo.statistics.Counter
A monotonically increasing 64 bit integer value.
CounterGroup - Class in com.yahoo.statistics
A set of associated counters.
CounterGroup(String, Statistics) - Constructor for class com.yahoo.statistics.CounterGroup
 
CounterGroup(String, Statistics, boolean) - Constructor for class com.yahoo.statistics.CounterGroup
Create a basic group of counter which may or may not depend on config.
CounterGroup(String, Statistics, boolean, Callback, boolean) - Constructor for class com.yahoo.statistics.CounterGroup
Create a group of counters with a callback included.
CounterProxy - Class in com.yahoo.statistics
To be able to cache events concerning Counters internally, group them together and similar.
CounterProxy(String) - Constructor for class com.yahoo.statistics.CounterProxy
 
createSampling(double, SampleSet.Sampling) - Method in class com.yahoo.statistics.SampleSet
 
CUMULATIVE - Static variable in class com.yahoo.statistics.HistogramType
Cumulative histograms, that is, a given bucket contains the count for values corresponding to "itself" and all preceding buckets.
current - Variable in class com.yahoo.statistics.Counter
 

D

deconstruct() - Method in class com.yahoo.statistics.StatisticsImpl
Cancel internal worker thread and do any other necessary cleanup.
defaultParameters() - Static method in class com.yahoo.statistics.Value
 
directory - Variable in class com.yahoo.statistics.SampleDirectory
 
directory - Variable in class com.yahoo.statistics.Value
 
directoryLock - Variable in class com.yahoo.statistics.SampleDirectory
 

E

equals(Object) - Method in class com.yahoo.statistics.Counter
 
equals(Object) - Method in class com.yahoo.statistics.CounterGroup
 
equals(Object) - Method in class com.yahoo.statistics.Handle
 
equals(Object) - Method in class com.yahoo.statistics.Value
 
equals(Object) - Method in class com.yahoo.statistics.ValueGroup
 

F

fetchValues() - Method in class com.yahoo.statistics.SampleDirectory
Get a view of the current generation of data and instantiate a new generation.
findBucket(int, int, double) - Method in class com.yahoo.statistics.Histogram
 
firstTime - Variable in class com.yahoo.statistics.Handle
 
freeze() - Method in class com.yahoo.statistics.Limits
Prevent adding any mores axes.
frozen - Variable in class com.yahoo.statistics.Limits
 

G

get() - Method in class com.yahoo.statistics.Counter
 
get() - Method in class com.yahoo.statistics.Value
Get last value logged, 0 if nothing logged since reset.
getAndReset() - Method in class com.yahoo.statistics.SampleSet
Get state and reset it.
getAxis(int) - Method in class com.yahoo.statistics.Limits
 
getBuckets() - Method in interface com.yahoo.statistics.Bucket
 
getBuckets() - Method in class com.yahoo.statistics.Histogram
 
getBuckets() - Method in class com.yahoo.statistics.Sum
 
getConfig() - Method in interface com.yahoo.statistics.Statistics
Get current config used.
getConfig() - Method in class com.yahoo.statistics.Statistics.NullImplementation
 
getConfig() - Method in class com.yahoo.statistics.StatisticsImpl
Get current config used.
getCounter(String) - Method in class com.yahoo.statistics.CounterGroup
Get a counter with a given name, creates a new counter if no counter with the name given exists.
getCurrentState() - Method in class com.yahoo.statistics.Value
 
getDimensions() - Method in class com.yahoo.statistics.Limits
 
getHistogram() - Method in class com.yahoo.statistics.Value
 
getHistogram() - Method in class com.yahoo.statistics.ValueProxy
 
getLeaves() - Method in class com.yahoo.statistics.Histogram
 
getLimits() - Method in class com.yahoo.statistics.Axis
 
getMax() - Method in class com.yahoo.statistics.Value
Get maximum value logged since last reset.
getMax() - Method in class com.yahoo.statistics.ValueProxy
 
getMean() - Method in class com.yahoo.statistics.Value
Get mean value since last reset.
getMean() - Method in class com.yahoo.statistics.ValueProxy
 
getMin() - Method in class com.yahoo.statistics.Value
Get minimal value logged since last reset.
getMin() - Method in class com.yahoo.statistics.ValueProxy
 
getName() - Method in class com.yahoo.statistics.Axis
 
getName() - Method in class com.yahoo.statistics.Handle
 
getName() - Method in class com.yahoo.statistics.Proxy
 
getNewCounter(String) - Method in class com.yahoo.statistics.CounterGroup
 
getNewValue(String) - Method in class com.yahoo.statistics.ValueGroup
 
getProxyAndReset() - Method in class com.yahoo.statistics.Counter
 
getProxyAndReset() - Method in class com.yahoo.statistics.Value
 
getRaw() - Method in class com.yahoo.statistics.CounterProxy
 
getRaw() - Method in class com.yahoo.statistics.ValueProxy
 
getResetCounter(String, StatisticsConfig) - Static method in class com.yahoo.statistics.Counter
If this Counter is set up to read config, configure it according to the config given.
getResetCounter() - Method in class com.yahoo.statistics.Counter
The reset counter is true if this is counter is reset to 0 between each logging interval.
getResetCounter(String, StatisticsConfig) - Static method in class com.yahoo.statistics.CounterGroup
 
getSample() - Method in class com.yahoo.statistics.Value
 
getSum() - Method in interface com.yahoo.statistics.Bucket
 
getSum() - Method in class com.yahoo.statistics.Histogram
 
getSum() - Method in class com.yahoo.statistics.Sum
 
getTimestamp() - Method in class com.yahoo.statistics.Proxy
 
getValue(String) - Method in class com.yahoo.statistics.ValueGroup
Get a value with a given name, creates a new value if no value with the name given exists.
Group - Class in com.yahoo.statistics
The base class for groups of counters and values.
Group(String, Statistics, Callback) - Constructor for class com.yahoo.statistics.Group
 

H

Handle - Class in com.yahoo.statistics
Base class for the interface to the statistics framework.
Handle(String, Statistics, Callback) - Constructor for class com.yahoo.statistics.Handle
 
handles - Variable in class com.yahoo.statistics.StatisticsImpl
 
hashCode() - Method in class com.yahoo.statistics.Counter
 
hashCode() - Method in class com.yahoo.statistics.CounterGroup
 
hashCode() - Method in class com.yahoo.statistics.Handle
 
hashCode() - Method in class com.yahoo.statistics.Value
 
hashCode() - Method in class com.yahoo.statistics.ValueGroup
 
hasHistogram - Variable in class com.yahoo.statistics.ValueProxy
 
hasHistogram() - Method in class com.yahoo.statistics.ValueProxy
 
hasMax - Variable in class com.yahoo.statistics.ValueProxy
 
hasMax() - Method in class com.yahoo.statistics.ValueProxy
 
hasMean - Variable in class com.yahoo.statistics.ValueProxy
 
hasMean() - Method in class com.yahoo.statistics.ValueProxy
 
hasMin - Variable in class com.yahoo.statistics.ValueProxy
 
hasMin() - Method in class com.yahoo.statistics.ValueProxy
 
hasRaw - Variable in class com.yahoo.statistics.CounterProxy
 
hasRaw() - Method in class com.yahoo.statistics.CounterProxy
 
hasRaw - Variable in class com.yahoo.statistics.ValueProxy
 
hasRaw() - Method in class com.yahoo.statistics.ValueProxy
 
Histogram - Class in com.yahoo.statistics
A set of sums or other histograms.
Histogram(Limits) - Constructor for class com.yahoo.statistics.Histogram
Build a new histogram using bucket limits from the given Limits object.
Histogram(Limits, int, double, double) - Constructor for class com.yahoo.statistics.Histogram
 
histogram - Variable in class com.yahoo.statistics.SampleSet.Sampling
 
histogram - Variable in class com.yahoo.statistics.Value
 
histogram - Variable in class com.yahoo.statistics.Value.Snapshot
 
histogram(Histogram) - Method in class com.yahoo.statistics.Value.Snapshot
 
histogram - Variable in class com.yahoo.statistics.ValueProxy
 
HISTOGRAM_TYPE_WARNING - Static variable in class com.yahoo.statistics.Value
 
histogramId - Variable in class com.yahoo.statistics.Value
 
histogramId - Variable in class com.yahoo.statistics.Value.Parameters
What kind of histogram to log.
histogramLimits - Variable in class com.yahoo.statistics.SampleSet
 
HistogramType - Class in com.yahoo.statistics
Enumeration of how a histogram should be represented from admin server.
HistogramType(String) - Constructor for class com.yahoo.statistics.HistogramType
 

I

increment() - Method in class com.yahoo.statistics.Counter
Increment by 1.
increment(long) - Method in class com.yahoo.statistics.Counter
Increment by n.
increment(String) - Method in class com.yahoo.statistics.CounterGroup
Increment named contained counter by 1.
increment(String, long) - Method in class com.yahoo.statistics.CounterGroup
Increment named contained counter by n.
initHistogram(String, String) - Static method in class com.yahoo.statistics.Value
 
initializeUnregisteredValue(String, Value.Parameters) - Static method in class com.yahoo.statistics.Value
Get a Value instance not registered in the statistics manager.
insertions - Variable in class com.yahoo.statistics.SampleSet.Sampling
 
insertions - Variable in class com.yahoo.statistics.Value.Snapshot
 
insertions(double) - Method in class com.yahoo.statistics.Value.Snapshot
 
intializeUnregisteredCounter(String, boolean) - Static method in class com.yahoo.statistics.Counter
Get a Counter instance not registered in the statistics manager.
isCancelled() - Method in class com.yahoo.statistics.Handle
Returns whether this object has been cancelled or not.
isFrozen() - Method in class com.yahoo.statistics.Limits
True if further change is not permitted.
isLeaf() - Method in interface com.yahoo.statistics.Bucket
 
isLeaf() - Method in class com.yahoo.statistics.Histogram
 
isLeaf() - Method in class com.yahoo.statistics.Sum
 
isRegisteredForLogging - Variable in class com.yahoo.statistics.SampleSet
 
isTrue(Boolean) - Static method in class com.yahoo.statistics.Value
 

L

lastValue - Variable in class com.yahoo.statistics.Value
 
limits - Variable in class com.yahoo.statistics.Axis
 
Limits - Class in com.yahoo.statistics
Limits for a histogram, this is only a wrapper for initializing a histogram.
Limits() - Constructor for class com.yahoo.statistics.Limits
Create an empty Limits instance.
Limits(double[]) - Constructor for class com.yahoo.statistics.Limits
Create a Limits instance suitable for use in a Value.Parameters instance.
limits - Variable in class com.yahoo.statistics.Value.Parameters
The limits to use if logging as a histogram.
log - Static variable in class com.yahoo.statistics.StatisticsImpl
 
log - Static variable in class com.yahoo.statistics.Value
 
logComposite() - Method in class com.yahoo.statistics.Value
 
logginginterval - Variable in class com.yahoo.statistics.StatisticsImpl
 
logHistogram - Variable in class com.yahoo.statistics.Value
 
logHistogram - Variable in class com.yahoo.statistics.Value.Parameters
Log a data histogram.
logInsertions - Variable in class com.yahoo.statistics.Value
 
logInsertions - Variable in class com.yahoo.statistics.Value.Parameters
Log the number of observations for each interval.
logMax - Variable in class com.yahoo.statistics.Value
 
logMax - Variable in class com.yahoo.statistics.Value.Parameters
Log the maximal value observed for each interval.
logMean - Variable in class com.yahoo.statistics.Value
 
logMean - Variable in class com.yahoo.statistics.Value.Parameters
Log the mean value for each interval.
logMin - Variable in class com.yahoo.statistics.Value
 
logMin - Variable in class com.yahoo.statistics.Value.Parameters
Log the minimal value observed for each interval.
logRaw - Variable in class com.yahoo.statistics.Value
 
logRaw - Variable in class com.yahoo.statistics.Value.Parameters
Log raw values.
logSum - Variable in class com.yahoo.statistics.Value
 
logSum - Variable in class com.yahoo.statistics.Value.Parameters
Log the sum of all data points for each interval.
lower - Variable in class com.yahoo.statistics.Histogram
 
lower - Variable in class com.yahoo.statistics.Sum
 
lowerLimit() - Method in interface com.yahoo.statistics.Bucket
 
lowerLimit() - Method in class com.yahoo.statistics.Histogram
The lower limit for the bucket this histogram represents.
lowerLimit() - Method in class com.yahoo.statistics.Sum
The lower limit for values counted by this bucket.

M

makeTask() - Method in class com.yahoo.statistics.Handle
 
manager - Variable in class com.yahoo.statistics.Handle
 
max - Variable in class com.yahoo.statistics.SampleSet.Sampling
 
max - Variable in class com.yahoo.statistics.Value.Snapshot
 
max(double) - Method in class com.yahoo.statistics.Value.Snapshot
 
max - Variable in class com.yahoo.statistics.ValueProxy
 
mean - Variable in class com.yahoo.statistics.Value.Snapshot
 
mean(double) - Method in class com.yahoo.statistics.Value.Snapshot
 
mean - Variable in class com.yahoo.statistics.ValueProxy
 
merge(Histogram) - Method in class com.yahoo.statistics.Histogram
 
merge(Value.Parameters) - Method in class com.yahoo.statistics.Value.Parameters
If a member is not set in this, add it from defaults.
min - Variable in class com.yahoo.statistics.SampleSet.Sampling
 
min - Variable in class com.yahoo.statistics.Value.Snapshot
 
min(double) - Method in class com.yahoo.statistics.Value.Snapshot
 
min - Variable in class com.yahoo.statistics.ValueProxy
 

N

name - Variable in class com.yahoo.statistics.Axis
 
name - Variable in class com.yahoo.statistics.Handle
 
name - Variable in class com.yahoo.statistics.Proxy
 
nameExtension - Variable in class com.yahoo.statistics.Value
 
nameExtension - Variable in class com.yahoo.statistics.Value.Parameters
Whether or not to add an identifying extension (like mean) to event names when logging derived values.
nullConfig - Variable in class com.yahoo.statistics.Statistics.NullImplementation
 
nullImplementation - Static variable in interface com.yahoo.statistics.Statistics
A null implementation which ignores all calls and returns the default config
NullImplementation() - Constructor for class com.yahoo.statistics.Statistics.NullImplementation
 

P

Parameters() - Constructor for class com.yahoo.statistics.Value.Parameters
Get a fresh Parameters instance with all features turned/unset.
parametersFromConfig(List<StatisticsConfig.Values.Operations>) - Static method in class com.yahoo.statistics.Value
 
parametrizedCallback - Variable in class com.yahoo.statistics.Handle
 
Proxy - Class in com.yahoo.statistics
Base class for event proxies, which are used to cache and group events internally.
Proxy(String) - Constructor for class com.yahoo.statistics.Proxy
 
Proxy(String, long) - Constructor for class com.yahoo.statistics.Proxy
 
purge() - Method in class com.yahoo.statistics.Statistics.NullImplementation
 
purge() - Method in interface com.yahoo.statistics.Statistics
Purges all cancelled Handles from internal Map and Timer.
purge() - Method in class com.yahoo.statistics.StatisticsImpl
Purges all cancelled Handles from internal Map and Timer.
put(double[], int) - Method in interface com.yahoo.statistics.Bucket
 
put(double[]) - Method in class com.yahoo.statistics.Histogram
Increment the corresponding bucket for this data point by 1.
put(double[], int) - Method in class com.yahoo.statistics.Histogram
Increment the corresponding bucket for this data point by 1.
put(SampleSet) - Method in class com.yahoo.statistics.SampleDirectory
 
put(double) - Method in class com.yahoo.statistics.SampleSet
Insert x, do all pertinent operations.
put(double[], int) - Method in class com.yahoo.statistics.Sum
Increment this bucket.
put(double) - Method in class com.yahoo.statistics.Value
Insert x, do all pertinent operations.
put(String, double) - Method in class com.yahoo.statistics.ValueGroup
Put a value into the named value in the group.
putComposite(double) - Method in class com.yahoo.statistics.Value
 

R

raw - Variable in class com.yahoo.statistics.CounterProxy
 
raw - Variable in class com.yahoo.statistics.Value.Snapshot
 
raw(double) - Method in class com.yahoo.statistics.Value.Snapshot
 
raw - Variable in class com.yahoo.statistics.ValueProxy
 
register(Handle) - Method in class com.yahoo.statistics.Statistics.NullImplementation
 
register(Handle) - Method in interface com.yahoo.statistics.Statistics
Add a new handle to be scheduled for periodic logging.
register(Handle) - Method in class com.yahoo.statistics.StatisticsImpl
Add a new handle to be scheduled for periodic logging.
register - Variable in class com.yahoo.statistics.Value.Parameters
Whether to register in the Statistics manager.
REGULAR - Static variable in class com.yahoo.statistics.HistogramType
Basic histograms, each bucket is count representing the bucket's defined interval.
remove(String) - Method in class com.yahoo.statistics.Statistics.NullImplementation
 
remove(String) - Method in interface com.yahoo.statistics.Statistics
Remove a named handler from the set of working handlers.
remove(String) - Method in class com.yahoo.statistics.StatisticsImpl
Remove a named handler from the set of working handlers.
representation - Variable in class com.yahoo.statistics.HistogramType
 
reset() - Method in interface com.yahoo.statistics.Bucket
 
reset() - Method in class com.yahoo.statistics.Counter
If this counter should be set to 0 between each logging interval, do that.
reset() - Method in class com.yahoo.statistics.Histogram
Reset all contained buckets.
reset() - Method in class com.yahoo.statistics.Sum
Set this bucket's count to 0.
reset() - Method in class com.yahoo.statistics.Value
Set last value logged container to 0, reset histogram and set all counters and derived statistics to 0.
resetCounter - Variable in class com.yahoo.statistics.Counter
 
resetCounter - Variable in class com.yahoo.statistics.CounterGroup
 
REVERSE_CUMULATIVE - Static variable in class com.yahoo.statistics.HistogramType
Reverse cumulative histograms, that is, a given bucket contains the count for values corresponding to "itself" and all following buckets.
run(Handle, boolean) - Method in interface com.yahoo.statistics.Callback
Invoked each logging cycle right before the events for a Handle are emitted to the log.
run() - Method in class com.yahoo.statistics.Handle
Run the callback object first, then invoke runHandle().
runCallback() - Method in class com.yahoo.statistics.Handle
Run the callback object.
runHandle() - Method in class com.yahoo.statistics.Counter
Log current state and reset.
runHandle() - Method in class com.yahoo.statistics.CounterGroup
Dump contained counters to log and reset.
runHandle() - Method in class com.yahoo.statistics.Handle
Invoke an action to be performed periodically for a statistics Handle.
runHandle() - Method in class com.yahoo.statistics.Value
Dump state to log and reset.
runHandle() - Method in class com.yahoo.statistics.ValueGroup
Dump state to log and reset.

S

sample - Variable in class com.yahoo.statistics.Value
 
SampleDirectory - Class in com.yahoo.statistics
Book-keeping class to know which SampleSet instances have unlogged data.
SampleDirectory() - Constructor for class com.yahoo.statistics.SampleDirectory
 
SampleSet - Class in com.yahoo.statistics
A running set of samples for a Value instance.
SampleSet(Limits) - Constructor for class com.yahoo.statistics.SampleSet
 
SampleSet.Sampling - Class in com.yahoo.statistics
 
Sampling(double, long, double, double, Limits) - Constructor for class com.yahoo.statistics.SampleSet.Sampling
 
Sampling(double, long, double, double, Histogram) - Constructor for class com.yahoo.statistics.SampleSet.Sampling
 
schedule(Handle) - Method in class com.yahoo.statistics.StatisticsImpl
 
setAppendChar(Character) - Method in class com.yahoo.statistics.Value.Parameters
Separator character to use between event name and type of nameExtension is set to true.
setCallback(Callback) - Method in class com.yahoo.statistics.Value.Parameters
Set a callback to be invoked each time this Value is written to the log.
setHistogram(Histogram) - Method in class com.yahoo.statistics.ValueProxy
 
setHistogramId(HistogramType) - Method in class com.yahoo.statistics.Value.Parameters
What kind of histogram to log.
setLimits(Limits) - Method in class com.yahoo.statistics.Value.Parameters
The limits to use if logging as a histogram.
setLogHistogram(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate logging a data histogram.
setLogInsertions(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate loging the number of observations for each interval.
setLogMax(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate logging the maximal value observed for each interval.
setLogMean(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De)-activate loging the mean value for each interval.
setLogMin(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate logging the minimal value observed for each interval.
setLogRaw(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate logging of raw values.
setLogSum(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
(De-)Activate logging the sum of all data points for each interval.
setMax(double) - Method in class com.yahoo.statistics.ValueProxy
 
setMean(double) - Method in class com.yahoo.statistics.ValueProxy
 
setMin(double) - Method in class com.yahoo.statistics.ValueProxy
 
setNameExtension(Boolean) - Method in class com.yahoo.statistics.Value.Parameters
Whether or not to add an identifying extension (like mean) to event names when logging derived values.
setRaw(long) - Method in class com.yahoo.statistics.CounterProxy
 
setRaw(double) - Method in class com.yahoo.statistics.ValueProxy
 
setRegister(boolean) - Method in class com.yahoo.statistics.Value.Parameters
Set whether to register in the statistics manager.
setRegisteredForLogging(boolean) - Method in class com.yahoo.statistics.SampleSet
 
Snapshot() - Constructor for class com.yahoo.statistics.Value.Snapshot
 
Statistics - Interface in com.yahoo.statistics
Interface used for registering statistics values and counters for logging.
Statistics.NullImplementation - Class in com.yahoo.statistics
 
StatisticsImpl - Class in com.yahoo.statistics
Centralized book keeping for statistics module.
StatisticsImpl(StatisticsConfig) - Constructor for class com.yahoo.statistics.StatisticsImpl
Build a statistics manager based on the given config values.
subEvents - Variable in class com.yahoo.statistics.CounterGroup
 
subEvents - Variable in class com.yahoo.statistics.ValueGroup
 
sum - Variable in class com.yahoo.statistics.SampleSet.Sampling
 
Sum - Class in com.yahoo.statistics
The innermost part of a histogram, a bucket which only contains a counter.
Sum(double, double) - Constructor for class com.yahoo.statistics.Sum
 
sum - Variable in class com.yahoo.statistics.Sum
 
sum - Variable in class com.yahoo.statistics.Value.Snapshot
 
sum(double) - Method in class com.yahoo.statistics.Value.Snapshot
 

T

task - Variable in class com.yahoo.statistics.Handle
 
timestamp - Variable in class com.yahoo.statistics.Proxy
 
toString() - Method in class com.yahoo.statistics.Counter
 
toString() - Method in class com.yahoo.statistics.Histogram
 
toString() - Method in class com.yahoo.statistics.HistogramType
 
toString() - Method in class com.yahoo.statistics.Sum
 
toString() - Method in class com.yahoo.statistics.Value
 

U

upper - Variable in class com.yahoo.statistics.Histogram
 
upper - Variable in class com.yahoo.statistics.Sum
 
upperLimit() - Method in interface com.yahoo.statistics.Bucket
 
upperLimit() - Method in class com.yahoo.statistics.Histogram
The upper limit for the bucket this histogram represents.
upperLimit() - Method in class com.yahoo.statistics.Sum
The upper limit for values counted by this bucket.

V

Value - Class in com.yahoo.statistics
A statistical variable, typically representing a sampling of an arbitrarily changing parameter.
Value(String, Statistics, Value.Parameters) - Constructor for class com.yahoo.statistics.Value
Configure a Value instance fully, no raw config access.
Value.Parameters - Class in com.yahoo.statistics
Parameters for building Value instances.
Value.Snapshot - Class in com.yahoo.statistics
 
ValueGroup - Class in com.yahoo.statistics
A set of related values which should be logged together.
ValueGroup(String, Statistics) - Constructor for class com.yahoo.statistics.ValueGroup
Create a ValueGroup.
ValueGroup(String, Statistics, Callback) - Constructor for class com.yahoo.statistics.ValueGroup
Create a ValueGroup.
ValueProxy - Class in com.yahoo.statistics
To be able to cache events concerning Values internally, group them together and similar.
ValueProxy(String) - Constructor for class com.yahoo.statistics.ValueProxy
 
values - Variable in class com.yahoo.statistics.SampleSet
 
viewValues() - Method in class com.yahoo.statistics.SampleDirectory
Return a view of the current generation of data.

W

worker - Variable in class com.yahoo.statistics.StatisticsImpl
 
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.