Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.partitions |
Modifier and Type | Method and Description |
---|---|
PartitionUpdate.Builder |
UpdatesCollector.getPartitionUpdateBuilder(TableMetadata metadata,
DecoratedKey dk,
ConsistencyLevel consistency) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteStatement.addUpdateForKey(PartitionUpdate.Builder updateBuilder,
Clustering<?> clustering,
UpdateParameters params) |
abstract void |
ModificationStatement.addUpdateForKey(PartitionUpdate.Builder updateBuilder,
Clustering<?> clustering,
UpdateParameters params) |
void |
UpdateStatement.addUpdateForKey(PartitionUpdate.Builder updateBuilder,
Clustering<?> clustering,
UpdateParameters params) |
void |
DeleteStatement.addUpdateForKey(PartitionUpdate.Builder update,
Slice slice,
UpdateParameters params) |
abstract void |
ModificationStatement.addUpdateForKey(PartitionUpdate.Builder updateBuilder,
Slice slice,
UpdateParameters params) |
void |
UpdateStatement.addUpdateForKey(PartitionUpdate.Builder update,
Slice slice,
UpdateParameters params) |
Modifier and Type | Method and Description |
---|---|
PartitionUpdate.Builder |
PartitionUpdate.Builder.updateAllTimestamp(long newTimestamp)
Modify this update to set every timestamp for live data to
newTimestamp and
every deletion timestamp to newTimestamp - 1 . |
Copyright © 2009-2022 The Apache Software Foundation