| CortexIo |
Provides write transforms (sinks) for writing to Cortex.
|
| CortexIo.Write<K,V> |
Stores the configuration of the transforms.
|
| CortexIo.WriteFn<K,V,W extends CortexIo.Write<K,V>> |
Function class for writing to Cortex.
|
| CortexIo.WriteFnWithAccumulation<K,V> |
A Cortex sink that assigns unique index numbers and accumulates values.
|
| CortexIo.WriteFnWithoutAccumulation<K,V> |
A Cortex sink that assigns unique index numbers.
|
| EventTimestampIndexer |
Assigns indexes to event timestamps in order satisfy Cortex's time ordering constraint for samples.
|
| EventTimestampIndexer.EventTimestampIndexerCoder |
|
| Heap<V> |
Stores data that is meant to be output to Cortex.
|
| Heap.Flushed<V> |
Represents a value that was flushed from the heap.
|