Uses of Class
org.apache.cassandra.thrift.Cassandra.batch_mutate_args

Packages that use Cassandra.batch_mutate_args
org.apache.cassandra.thrift   
 

Uses of Cassandra.batch_mutate_args in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return Cassandra.batch_mutate_args
 Cassandra.batch_mutate_args Cassandra.batch_mutate_args.deepCopy()
           
 Cassandra.batch_mutate_args Cassandra.batch_mutate_args.setConsistency_level(ConsistencyLevel consistency_level)
           
 Cassandra.batch_mutate_args Cassandra.batch_mutate_args.setMutation_map(java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map)
           
 

Methods in org.apache.cassandra.thrift with parameters of type Cassandra.batch_mutate_args
 int Cassandra.batch_mutate_args.compareTo(Cassandra.batch_mutate_args other)
           
 boolean Cassandra.batch_mutate_args.equals(Cassandra.batch_mutate_args that)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type Cassandra.batch_mutate_args
Cassandra.batch_mutate_args(Cassandra.batch_mutate_args other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation