Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::StreamingSampler< T, MAX_SAMPLES > Member List

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