Module folsom_sample_slide_uniform

Sliding window sample.

Authors: Russell Brown (russelldb@basho.com).

Description

Sliding window sample. Last Window seconds readings are recorded.

Function Index

get_values/1
moment/0
new/1
resize/2
trim/2
update/2

Function Details

get_values/1

get_values(Slide_uniform) -> any()

moment/0

moment() -> any()

new/1

new(X1) -> any()

resize/2

resize(Sample, NewSize) -> any()

trim/2

trim(Reservoir, Window) -> any()

update/2

update(Slide_uniform, Value) -> any()


Generated by EDoc