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

com.netflix.astyanax.model.ConsistencyLevel Maven / Gradle / Ivy

There is a newer version: 3.10.2
Show newest version
/**
 *  ConsistencyLevel.java
 *  dsmirnov Mar 31, 2011
 */
package com.netflix.astyanax.model;

/**
 * Consistency Level thin abstraction
 * 
 * @author dsmirnov
 * 
 */
public enum ConsistencyLevel {
    CL_ONE, CL_QUORUM, CL_ALL, CL_ANY, CL_EACH_QUORUM, CL_LOCAL_QUORUM, CL_TWO, CL_THREE, CL_LOCAL_ONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy