Uses of Class
net.quasardb.qdb.ts.Writer.Options
Packages that use Writer.Options
-
Uses of Writer.Options in net.quasardb.qdb.ts
Constructors in net.quasardb.qdb.ts with parameters of type Writer.OptionsModifierConstructorDescriptionprotected
AutoFlushWriter
(Session session, long threshold, Writer.Options options) Initialize a new auto-flushing batch writer.protected
AutoFlushWriter
(Session session, Writer.Options options) Initialize a new auto-flushing batch writer with a default threshold of 50000 rows.protected
Writer
(Session session, Writer.Options options)