Uses of Class
org.apache.cassandra.service.StorageService.ConsistencyLevel

Packages that use StorageService.ConsistencyLevel
org.apache.cassandra.service   
 

Uses of StorageService.ConsistencyLevel in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return StorageService.ConsistencyLevel
static StorageService.ConsistencyLevel StorageService.ConsistencyLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StorageService.ConsistencyLevel[] StorageService.ConsistencyLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.service with parameters of type StorageService.ConsistencyLevel
static java.util.Map<java.lang.String,Row> StorageProxy.readProtocol(java.lang.String[] keys, ReadCommand readCommand, StorageService.ConsistencyLevel consistencyLevel)
           
 



Copyright © 2009 The Apache Software Foundation