Uses of Interface
org.apache.cassandra.db.Mutation.SimpleBuilder
Packages that use Mutation.SimpleBuilder
-
Uses of Mutation.SimpleBuilder in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement Mutation.SimpleBuilderMethods in org.apache.cassandra.db that return Mutation.SimpleBuilderModifier and TypeMethodDescriptionstatic Mutation.SimpleBuilderMutation.simpleBuilder(String keyspaceName, DecoratedKey partitionKey) Creates a new simple mutuation builder.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.ttl(int ttl) Sets the ttl to use for the following additions to this builder or any derived (update or row) builder.