org.apache.cassandra.service
Class ConsistencyLevel

java.lang.Object
  extended by org.apache.cassandra.service.ConsistencyLevel

public class ConsistencyLevel
extends java.lang.Object


Field Summary
static int ALL
           
static int DCQUORUM
           
static int DCQUORUMSYNC
           
static int ONE
           
static int QUORUM
           
static org.apache.thrift.IntRangeSet VALID_VALUES
           
static java.util.Map<java.lang.Integer,java.lang.String> VALUES_TO_NAMES
           
static int ZERO
           
 
Constructor Summary
ConsistencyLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConsistencyLevel

public ConsistencyLevel()


Copyright © 2010 The Apache Software Foundation