Package | Description |
---|---|
net.quasardb.qdb.jni | |
net.quasardb.qdb.ts |
Class and Description |
---|
Column
Holds information about a single column.
|
Result
The result of a Query
|
TimeRange |
Timespec
Nanosecond precision time specification for QuasarDB.
|
Timespecs
Efficient, array-based representation of many timespecs.
|
WritableRow
Represents a timeseries row.
|
Writer.TableColumn
Helper class to represent a table and column pair, which we
need because we need to lay out all columns as flat array.
|
Class and Description |
---|
AutoFlushWriter
An implementation of a Writer that automatically flushes the local cache when
a certain threshold has been reached.
|
Column
Holds information about a single column.
|
NanoClock
Nanosecond precision clock implementation.
|
Query
Represents a timeseries query.
|
QueryBuilder
Utility class with functions that make it easier to construct
a query.
|
Reader
High-performance bulk reader for a QuasarDB timeseries table.
|
Result
The result of a Query
|
Row
Represents a timeseries row.
|
Table
Represents a timeseries Table.
|
Tables
Utility class to make working with multiple tables easier by bridging
between the #Table and #Writer class.
|
TimeRange |
Timespec
Nanosecond precision time specification for QuasarDB.
|
Timespecs
Efficient, array-based representation of many timespecs.
|
Value
Represents a timeseries value.
|
Value.Type |
WritableRow
Represents a timeseries row.
|
Writer
High-performance bulk writer for a QuasarDB timeseries table.
|
Writer.PushMode
Determines which mode of operation to use when flushing the writer.
|
Writer.TableColumn
Helper class to represent a table and column pair, which we
need because we need to lay out all columns as flat array.
|
Copyright © 2021. All rights reserved.