Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.partitions |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleBuilders.PartitionUpdateBuilder |
Modifier and Type | Method and Description |
---|---|
PartitionUpdate.SimpleBuilder |
SimpleBuilders.PartitionUpdateBuilder.delete() |
PartitionUpdate.SimpleBuilder |
Mutation.SimpleBuilder.update(CFMetaData metadata)
Adds an update for table identified by the provided metadata and return a builder for that partition.
|
PartitionUpdate.SimpleBuilder |
SimpleBuilders.MutationBuilder.update(CFMetaData metadata) |
PartitionUpdate.SimpleBuilder |
Mutation.SimpleBuilder.update(java.lang.String tableName)
Adds an update for table identified by the provided name and return a builder for that partition.
|
PartitionUpdate.SimpleBuilder |
SimpleBuilders.MutationBuilder.update(java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
PartitionUpdate.SimpleBuilder |
PartitionUpdate.SimpleBuilder.delete()
Deletes the partition identified by this builder (using a partition level deletion).
|
PartitionUpdate.SimpleBuilder |
PartitionUpdate.SimpleBuilder.nowInSec(int nowInSec)
Sets the current time to use for the following additions to this builder or any derived (row) builder.
|
static PartitionUpdate.SimpleBuilder |
PartitionUpdate.simpleBuilder(CFMetaData metadata,
java.lang.Object... partitionKeyValues)
Creates a new simple partition update builder.
|
PartitionUpdate.SimpleBuilder |
PartitionUpdate.SimpleBuilder.timestamp(long timestamp)
Sets the timestamp to use for the following additions to this builder or any derived (row) builder.
|
PartitionUpdate.SimpleBuilder |
PartitionUpdate.SimpleBuilder.ttl(int ttl)
Sets the ttl to use for the following additions to this builder or any derived (row) builder.
|
Copyright © 2020 The Apache Software Foundation