Enum aerospike::policy::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]

[src]

Formats the value using the given formatter.

impl PartialEq for CommitLevel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for CommitLevel
[src]

[src]

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