|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Row |
StorageProxy.readProtocol(ReadCommand command,
StorageService.ConsistencyLevel consistencyLevel)
Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family. |
static java.util.Map<java.lang.String,Row> |
StorageProxy.readProtocol(java.lang.String[] keys,
ReadCommand readCommand,
StorageService.ConsistencyLevel consistencyLevel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |