Package | Description |
---|---|
org.apache.cassandra.exceptions | |
org.apache.cassandra.service | |
org.apache.cassandra.service.paxos |
Modifier and Type | Class and Description |
---|---|
class |
ReadAbortException
Special Read Failure which is caused by user query; implies a user request is not allowed and not that Cassandra had an issue.
|
class |
ReadFailureException |
class |
ReadSizeAbortException |
class |
TombstoneAbortException |
class |
WriteFailureException |
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 clientState,
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.
|
static RowIterator |
StorageProxy.legacyCas(java.lang.String keyspaceName,
java.lang.String cfName,
DecoratedKey key,
CASRequest request,
ConsistencyLevel consistencyForPaxos,
ConsistencyLevel consistencyForCommit,
ClientState clientState,
int nowInSeconds,
long queryStartNanoTime) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
Paxos.cas(DecoratedKey key,
CASRequest request,
ConsistencyLevel consistencyForConsensus,
ConsistencyLevel consistencyForCommit,
ClientState clientState)
Apply @param updates if and only if the current values in the row for @param key
match the provided @param conditions.
|
static RowIterator |
Paxos.cas(DecoratedKey key,
CASRequest request,
ConsistencyLevel consistencyForConsensus,
ConsistencyLevel consistencyForCommit,
ClientState clientState,
long proposeDeadline,
long commitDeadline) |
Copyright © 2009-2022 The Apache Software Foundation