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 TableCreate new timeseries table with a default shard size.static TableCreate new timeseries table.static TableCreate new timeseries table by copying a 'skeleton' table's schema and using the default shard size.static TableCreate new timeseries table by copying a 'skeleton' table's schema.Reader.getTable()protected Table[]Tables.getTables()Provides access to the internal #Table collection.static TableCreates 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.voidvoidAppend a new row to the local table cache.voidWriter.append(Table table, LocalDateTime timestamp, Value[] values) Append a new row to the local table cache.voidAppend a new row to the local table cache.voidWriter.append(Table table, WritableRow row) Append a new row to the local table cache.static voidAttaches a tag to an existing table.static voidTable.attachTags(Session session, Table table, List<String> tags) Attaches tags to an existing table.static TableCreate new timeseries table by copying a 'skeleton' table's schema and using the default shard size.static TableCreate new timeseries table by copying a 'skeleton' table's schema.static longTable.getShardSize(Session session, Table table) Returns the shard size (in seconds) of the table.static longTable.getShardSizeMillis(Session session, Table table) Returns the shard size (in milliseconds) of the table.static voidstatic voidstatic TableCreates a new table object with the exact same structure and shard size as another table.static ReaderInitializes new reader for a timeseries table,static ReaderInitializes new reader for a timeseries table that filters for a time range.static voidRemove existing timeseries table.Constructors in net.quasardb.qdb.ts with parameters of type Table