Uses of Class
net.quasardb.qdb.ts.Table
Packages that use Table
-
Uses of Table in net.quasardb.qdb.ts
Fields in net.quasardb.qdb.ts with type parameters of type TableMethods in net.quasardb.qdb.ts that return TableModifier and TypeMethodDescriptionstatic Table
Create new timeseries table with a default shard size.static Table
Create new timeseries table.static Table
Create new timeseries table by copying a 'skeleton' table's schema and using the default shard size.static Table
Create new timeseries table by copying a 'skeleton' table's schema.Reader.getTable()
protected Table[]
Tables.getTables()
Provides access to the internal #Table collection.static Table
Creates a new table object with the exact same structure and shard size as another table.Methods in net.quasardb.qdb.ts with parameters of type TableModifier and TypeMethodDescriptionReturns a copy of this collection with the new table added.void
void
Append a new row to the local table cache.void
Writer.append
(Table table, LocalDateTime timestamp, Value[] values) Append a new row to the local table cache.void
Append a new row to the local table cache.void
Writer.append
(Table table, WritableRow row) Append a new row to the local table cache.static void
Attaches a tag to an existing table.static void
Table.attachTags
(Session session, Table table, List<String> tags) Attaches tags to an existing table.static Table
Create new timeseries table by copying a 'skeleton' table's schema and using the default shard size.static Table
Create new timeseries table by copying a 'skeleton' table's schema.static long
Table.getShardSize
(Session session, Table table) Returns the shard size (in seconds) of the table.static long
Table.getShardSizeMillis
(Session session, Table table) Returns the shard size (in milliseconds) of the table.static void
static void
static Table
Creates a new table object with the exact same structure and shard size as another table.static Reader
Initializes new reader for a timeseries table,static Reader
Initializes new reader for a timeseries table that filters for a time range.static void
Remove existing timeseries table.Constructors in net.quasardb.qdb.ts with parameters of type Table