Uses of Enum
oracle.nosql.driver.Durability.ReplicaAckPolicy
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
-
Uses of Durability.ReplicaAckPolicy in oracle.nosql.driver
Modifier and TypeMethodDescriptionDurability.getReplicaAck()
Returns the replica acknowledgment policy used by the master when committing changes to a replicated environment.static Durability.ReplicaAckPolicy
Returns the enum constant of this type with the specified name.static Durability.ReplicaAckPolicy[]
Durability.ReplicaAckPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionDurability
(Durability.SyncPolicy masterSync, Durability.SyncPolicy replicaSync, Durability.ReplicaAckPolicy replicaAck) Creates an instance of a Durability specification.