Uses of Interface
org.apache.cassandra.db.Mutation.SimpleBuilder
-
Packages that use Mutation.SimpleBuilder Package Description org.apache.cassandra.db -
-
Uses of Mutation.SimpleBuilder in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement Mutation.SimpleBuilder Modifier and Type Class Description static class
SimpleBuilders.MutationBuilder
Methods in org.apache.cassandra.db that return Mutation.SimpleBuilder Modifier and Type Method 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.
-