Package net.opentsdb.core

Interface Summary
Aggregator A function capable of aggregating multiple DataPoints together.
Aggregator.Doubles A sequence of doubles.
Aggregator.Longs A sequence of longs.
DataPoint Represents a single data point.
DataPoints Represents a read-only sequence of continuous data points.
Query A query to retreive data from the TSDB.
SeekableView Provides a zero-copy view to iterate through data points.
WritableDataPoints Represents a mutable sequence of continuous data points.
 

Class Summary
Aggregators Utility class that provides common, generally useful aggregators.
Const Constants used in various places.
Tags Helper functions to deal with tags.
TSDB Thread-safe implementation of the TSDB client.
 

Exception Summary
IllegalDataException Some illegal / malformed / corrupted data has been found in HBase.