Uses of Enum
net.quasardb.qdb.batch.Batch.CommitMode
Packages that use Batch.CommitMode
-
Uses of Batch.CommitMode in net.quasardb.qdb.batch
Methods in net.quasardb.qdb.batch that return Batch.CommitModeModifier and TypeMethodDescriptionBatch.Options.getCommitMode()
Provides access to the commit mode.static Batch.CommitMode
Returns the enum constant of this type with the specified name.static Batch.CommitMode[]
Batch.CommitMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.quasardb.qdb.batch with parameters of type Batch.CommitModeModifier and TypeMethodDescriptionBatch.Builder.commitMode
(Batch.CommitMode commitMode) void
Batch.Options.setCommitMode
(Batch.CommitMode commitMode) Resets commit mode to provided value.