package bucketing
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
- object TimeBucketer
Helper for bucketing/slicing a stream of TSEntries in order to be stored as a packed timeseries in Gorilla TSC encoded format.
Provides abstraction and tools for compressing/archiving time series data.
Provides abstraction and tools for compressing/archiving time series data. The compression used is Gorilla TSC encoding implemented by the Java library fi.iki.yak.ts.compression.gorilla.
These are the main types:
The only supported type for the values of the TSEntries at the moment is Double. This can lead to precision problems if you have very high long values that you convert to double and pass to the compression.
Helper for bucketing/slicing a stream of TSEntries in order to be stored as a packed timeseries in Gorilla TSC encoded format.