org.apache.cassandra.service
Class ConsistencyLevel
java.lang.Object
org.apache.cassandra.service.ConsistencyLevel
public class ConsistencyLevel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final int ZERO
- See Also:
- Constant Field Values
ONE
public static final int ONE
- See Also:
- Constant Field Values
QUORUM
public static final int QUORUM
- See Also:
- Constant Field Values
DCQUORUM
public static final int DCQUORUM
- See Also:
- Constant Field Values
DCQUORUMSYNC
public static final int DCQUORUMSYNC
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
VALID_VALUES
public static final org.apache.thrift.IntRangeSet VALID_VALUES
VALUES_TO_NAMES
public static final java.util.Map<java.lang.Integer,java.lang.String> VALUES_TO_NAMES
ConsistencyLevel
public ConsistencyLevel()
Copyright © 2010 The Apache Software Foundation