Package | Description |
---|---|
net.quasardb.qdb.ts |
Modifier and Type | Method and Description |
---|---|
Writer.PushMode |
Writer.pushMode() |
static Writer.PushMode |
Writer.PushMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Writer.PushMode[] |
Writer.PushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Writer |
Tables.expWriter(Session session,
Table[] tables,
Writer.PushMode mode)
Initializes new, experimental exp columns writer for timeseries tables.
|
static Writer |
Tables.expWriter(Session session,
Tables tables,
Writer.PushMode mode)
Initializes new, experimental writer for timeseries tables.
|
static Writer |
Tables.pinnedWriter(Session session,
Table[] tables,
Writer.PushMode mode)
Initializes new, experimental pinned columns writer for timeseries tables.
|
static Writer |
Tables.pinnedWriter(Session session,
Tables tables,
Writer.PushMode mode)
Initializes new, experimental pinned columns writer for timeseries tables.
|
static Writer |
Tables.writer(Session session,
Table[] tables,
Writer.PushMode mode)
Initializes new writer for timeseries table.
|
static Writer |
Tables.writer(Session session,
Tables tables,
Writer.PushMode mode)
Initializes new writer for timeseries table.
|
Constructor and Description |
---|
AutoFlushWriter(Session session,
Table[] tables,
long threshold,
Writer.PushMode pushMode)
Initialize a new auto-flushing timeseries table.
|
AutoFlushWriter(Session session,
Table[] tables,
Writer.PushMode pushMode)
Initialize a new auto-flushing timeseries table with a default threshold of 50000 rows.
|
ExpWriter(Session session,
Table[] tables,
Writer.PushMode mode) |
PinnedWriter(Session session,
Table[] tables,
Writer.PushMode mode) |
Writer(Session session,
Table[] tables,
Writer.PushMode mode) |
Copyright © 2021. All rights reserved.