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 classSimpleBuilders.MutationBuilderMethods in org.apache.cassandra.db that return Mutation.SimpleBuilder Modifier and Type Method Description static Mutation.SimpleBuilderMutation. simpleBuilder(java.lang.String keyspaceName, DecoratedKey partitionKey)Creates a new simple mutuation builder.Mutation.SimpleBuilderMutation.SimpleBuilder. timestamp(long timestamp)Sets the timestamp to use for the following additions to this builder or any derived (update or row) builder.Mutation.SimpleBuilderMutation.SimpleBuilder. ttl(int ttl)Sets the ttl to use for the following additions to this builder or any derived (update or row) builder.
-