Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.schema |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleBuilders.MutationBuilder |
Modifier and Type | Method and Description |
---|---|
static Mutation.SimpleBuilder |
Mutation.simpleBuilder(java.lang.String keyspaceName,
DecoratedKey partitionKey)
Creates a new simple mutuation builder.
|
Mutation.SimpleBuilder |
Mutation.SimpleBuilder.timestamp(long timestamp)
Sets the timestamp to use for the following additions to this builder or any derived (update or row) builder.
|
Mutation.SimpleBuilder |
Mutation.SimpleBuilder.ttl(int ttl)
Sets the ttl to use for the following additions to this builder or any derived (update or row) builder.
|
Modifier and Type | Method and Description |
---|---|
static Mutation.SimpleBuilder |
SchemaKeyspace.makeUpdateViewMutation(Mutation.SimpleBuilder builder,
ViewDefinition oldView,
ViewDefinition newView) |
Copyright © 2020 The Apache Software Foundation