| Interface | Description |
|---|---|
| CustomBuffer | |
| GTSOpsHelper.GTSBinaryOp | |
| GTSOpsHelper.GTSUnaryOp |
| Class | Description |
|---|---|
| CORRELATE |
Computes auto or cross correlation of GTS instances
|
| CORRELATE.Builder | |
| Dedupper |
Ignores duplicates in a stream of measurements.
|
| DISCORDS |
Detects discords in a GTS instance.
|
| DNAUtils |
Utility class to convert back and forth between DNA sequences
and Time Series.
|
| FFT |
Computes a FFT of a numeric GTS
Code implements Cooley-Tuckey radix-2, inspired by the following:
|
| FFT.Builder | |
| FileBasedCustomBuffer |
ByteBuffer implementation with data backed by a file
|
| GeoTimeSerie |
Container for Geo Time Serie when manipulating them.
|
| GTSComparator |
Comparator class used to sort GTS instances.
|
| GTSDecoder |
Class for decoding an encoded time serie.
|
| GTSEncoder |
Utility class used to create Geo Time Series
|
| GTSHelper |
Helper class to manipulate Geo Time Series.
|
| GTSIdComparator | |
| GTSOpsHelper | |
| GTSOutliersHelper |
Class that implements tests to detect outliers in GTS
|
| GTSPickler |
Pickler for Geo Time Series
|
| GTSSplitter |
Class dedicated to splitting a (supposedly large) GTS into smaller ones.
|
| GTSWrapperHelper | |
| IFFT |
Computes an inverse FFT given Re/Im or Amp/Phase pseudo GTS
Code implements Cooley-Tuckey radix-2, inspired by the following:
|
| IFFT.Builder | |
| INTERPOLATE |
Fills the gaps in a GTS by interpolating linearly.
|
| LOCATIONOFFSET |
Only retain values more than X meters from the previous one.
|
| MetadataIdComparator |
Sort metadatas by increasing classId/labelsId byte representation to speed up reseeks
|
| MetadataSelectorMatcher |
MetadataSelectorMatcher compile all the regexp contained in a standard or extended selector once for performance.
|
| MetadataTextComparator |
Sort Metadata according to field values (labels, attributes or classname if null provided)
|
| UnsafeString |
The following class is inspired by:
|
| ValueEncoder | |
| Varint |
Utility class for ZigZag encoded varints
|
| ZIP |
Takes several lists of GTS as input and output lists of lists of GTS where
the ith list is composed of the ith element of each input list, except if one of the lists
is a singleton, in which case the singleton is used.
|
| Enum | Description |
|---|---|
| GeoTimeSerie.TYPE | |
| GTSHelper.BinarySearchTickChoice |
Option for the binarySearchTick function.
|