This is the complete list of members for impala::StreamingSampler< T, MAX_SAMPLES >, including all inherited members.
AddSample(T sample, int ms) | impala::StreamingSampler< T, MAX_SAMPLES > | inline |
current_sample_count_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
current_sample_sum_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
current_sample_total_time_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
DebugString(const std::string &prefix="") const | impala::StreamingSampler< T, MAX_SAMPLES > | inline |
GetSamples(int *num_samples, int *period, SpinLock **lock=NULL) const | impala::StreamingSampler< T, MAX_SAMPLES > | inline |
lock_ | impala::StreamingSampler< T, MAX_SAMPLES > | mutableprivate |
period_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
samples_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
samples_collected_ | impala::StreamingSampler< T, MAX_SAMPLES > | private |
SetSamples(int period, const std::vector< T > &samples) | impala::StreamingSampler< T, MAX_SAMPLES > | inline |
StreamingSampler(int initial_period=500) | impala::StreamingSampler< T, MAX_SAMPLES > | inline |
StreamingSampler(int period, const std::vector< T > &initial_samples) | impala::StreamingSampler< T, MAX_SAMPLES > | inline |