All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.api.ReadConsistency Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.api;

public enum ReadConsistency {

    /**
     * Read at maximum performance, potentially returning stale data.
     */
    WEAK,

    /**
     * Read such that all previous strong consistency writes in the same data center are
     * guaranteed to be included in the result.
     */
    STRONG,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy