| Package | Description | 
|---|---|
| net.quasardb.qdb.ts | 
| Modifier and Type | Method and Description | 
|---|---|
static AutoFlushWriter | 
Table.asyncAutoFlushWriter(Session session,
                    String name)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.asyncAutoFlushWriter(Session session,
                    String name,
                    long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.asyncAutoFlushWriter(Session session,
                    Table table)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.asyncAutoFlushWriter(Session session,
                    Table[] tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.asyncAutoFlushWriter(Session session,
                    Table[] tables,
                    long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.asyncAutoFlushWriter(Session session,
                    Table table,
                    long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.asyncAutoFlushWriter(Session session,
                    Tables tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.asyncAutoFlushWriter(Session session,
                    Tables tables,
                    long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.autoFlushWriter(Session session,
               String name)
Initializes new writer for a timeseries table that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Table.autoFlushWriter(Session session,
               String name,
               long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Table.autoFlushWriter(Session session,
               Table table)
Initializes new writer for a timeseries table that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Tables.autoFlushWriter(Session session,
               Table[] tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Tables.autoFlushWriter(Session session,
               Table[] tables,
               long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Table.autoFlushWriter(Session session,
               Table table,
               long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Tables.autoFlushWriter(Session session,
               Tables tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Tables.autoFlushWriter(Session session,
               Tables tables,
               long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache. 
 | 
static AutoFlushWriter | 
Table.fastAutoFlushWriter(Session session,
                   String name)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.fastAutoFlushWriter(Session session,
                   String name,
                   long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Table.fastAutoFlushWriter(Session session,
                   Table table)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.fastAutoFlushWriter(Session session,
                   Table[] tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed in-place writes. 
 | 
static AutoFlushWriter | 
Tables.fastAutoFlushWriter(Session session,
                   Table[] tables,
                   long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed in-place writes. 
 | 
static AutoFlushWriter | 
Table.fastAutoFlushWriter(Session session,
                   Table table,
                   long threshold)
Initializes new writer for a timeseries table that periodically flushes
 its local cache, and makes use of high-speed buffered writes. 
 | 
static AutoFlushWriter | 
Tables.fastAutoFlushWriter(Session session,
                   Tables tables)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed in-place writes. 
 | 
static AutoFlushWriter | 
Tables.fastAutoFlushWriter(Session session,
                   Tables tables,
                   long threshold)
Initializes new writer for timeseries tables that periodically flushes
 its local cache, and makes use of high-speed in-place writes. 
 | 
Copyright © 2021. All rights reserved.