Uses of Enum Class
org.cojen.tupl.DurabilityMode
Packages that use DurabilityMode
-
Uses of DurabilityMode in org.cojen.tupl
Subclasses with type arguments of type DurabilityMode in org.cojen.tuplModifier and TypeClassDescriptionenum
Various transaction durability modes, which control the durability strength of committed transactions.Methods in org.cojen.tupl that return DurabilityModeModifier and TypeMethodDescriptionTransaction.durabilityMode()
Returns the durability mode of this transaction.static DurabilityMode
Returns the enum constant of this class with the specified name.static DurabilityMode[]
DurabilityMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cojen.tupl with parameters of type DurabilityModeModifier and TypeMethodDescriptionDatabaseConfig.durabilityMode
(DurabilityMode durabilityMode) Set the default transaction durability mode, which isSYNC
if not overridden.void
Transaction.durabilityMode
(DurabilityMode mode) Sets the durability mode for the entire transaction, not just the current scope.Database.newTransaction
(DurabilityMode durabilityMode) Returns a new Transaction with the given durability mode.Table.newTransaction
(DurabilityMode durabilityMode) Returns a new transaction which is compatible with this table.default Transaction
View.newTransaction
(DurabilityMode durabilityMode) Returns a new transaction which is compatible with this view.