Package | Description |
---|---|
org.apache.cassandra.exceptions | |
org.apache.cassandra.index.sasi.plan | |
org.apache.cassandra.service |
Modifier and Type | Class and Description |
---|---|
class |
CasWriteTimeoutException |
class |
ReadTimeoutException |
class |
WriteTimeoutException |
Modifier and Type | Method and Description |
---|---|
UnfilteredPartitionIterator |
QueryPlan.execute(ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
StorageProxy.cas(java.lang.String keyspaceName,
java.lang.String cfName,
DecoratedKey key,
CASRequest request,
ConsistencyLevel consistencyForPaxos,
ConsistencyLevel consistencyForCommit,
ClientState state,
int nowInSeconds,
long queryStartNanoTime)
Apply @param updates if and only if the current values in the row for @param key
match the provided @param conditions.
|
Copyright © 2009- The Apache Software Foundation