Enum aerospike::CommitLevel[][src]

pub enum CommitLevel {
    CommitAll,
    CommitMaster,
}

CommitLevel determines how to handle record writes based on record generation.

Variants

CommitAll indicates the server should wait until successfully committing master and all replicas.

CommitMaster indicates the server should wait until successfully committing master only.

Trait Implementations

impl Debug for CommitLevel
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CommitLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for CommitLevel
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for CommitLevel

impl Sync for CommitLevel