public static class Cassandra.batch_mutate_args extends java.lang.Object implements org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Cassandra.batch_mutate_args>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Cassandra.batch_mutate_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. | 
| Modifier and Type | Field and Description | 
|---|---|
| ConsistencyLevel | consistency_level | 
| static java.util.Map<Cassandra.batch_mutate_args._Fields,org.apache.thrift.meta_data.FieldMetaData> | metaDataMap | 
| java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> | mutation_map | 
| Constructor and Description | 
|---|
| batch_mutate_args() | 
| batch_mutate_args(Cassandra.batch_mutate_args other)Performs a deep copy on other. | 
| batch_mutate_args(java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map,
                 ConsistencyLevel consistency_level) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| int | compareTo(Cassandra.batch_mutate_args other) | 
| Cassandra.batch_mutate_args | deepCopy() | 
| boolean | equals(Cassandra.batch_mutate_args that) | 
| boolean | equals(java.lang.Object that) | 
| Cassandra.batch_mutate_args._Fields | fieldForId(int fieldId) | 
| ConsistencyLevel | getConsistency_level() | 
| java.lang.Object | getFieldValue(Cassandra.batch_mutate_args._Fields field) | 
| java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> | getMutation_map() | 
| int | getMutation_mapSize() | 
| int | hashCode() | 
| boolean | isSet(Cassandra.batch_mutate_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | 
| boolean | isSetConsistency_level()Returns true if field consistency_level is set (has been assigned a value) and false otherwise | 
| boolean | isSetMutation_map()Returns true if field mutation_map is set (has been assigned a value) and false otherwise | 
| void | putToMutation_map(java.nio.ByteBuffer key,
                 java.util.Map<java.lang.String,java.util.List<Mutation>> val) | 
| void | read(org.apache.thrift.protocol.TProtocol iprot) | 
| Cassandra.batch_mutate_args | setConsistency_level(ConsistencyLevel consistency_level) | 
| void | setConsistency_levelIsSet(boolean value) | 
| void | setFieldValue(Cassandra.batch_mutate_args._Fields field,
             java.lang.Object value) | 
| Cassandra.batch_mutate_args | setMutation_map(java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map) | 
| void | setMutation_mapIsSet(boolean value) | 
| java.lang.String | toString() | 
| void | unsetConsistency_level() | 
| void | unsetMutation_map() | 
| void | validate() | 
| void | write(org.apache.thrift.protocol.TProtocol oprot) | 
public java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map
public ConsistencyLevel consistency_level
ConsistencyLevelpublic static final java.util.Map<Cassandra.batch_mutate_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public batch_mutate_args()
public batch_mutate_args(java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map, ConsistencyLevel consistency_level)
public batch_mutate_args(Cassandra.batch_mutate_args other)
public Cassandra.batch_mutate_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public int getMutation_mapSize()
public void putToMutation_map(java.nio.ByteBuffer key,
                              java.util.Map<java.lang.String,java.util.List<Mutation>> val)
public java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> getMutation_map()
public Cassandra.batch_mutate_args setMutation_map(java.util.Map<java.nio.ByteBuffer,java.util.Map<java.lang.String,java.util.List<Mutation>>> mutation_map)
public void unsetMutation_map()
public boolean isSetMutation_map()
public void setMutation_mapIsSet(boolean value)
public ConsistencyLevel getConsistency_level()
ConsistencyLevelpublic Cassandra.batch_mutate_args setConsistency_level(ConsistencyLevel consistency_level)
ConsistencyLevelpublic void unsetConsistency_level()
public boolean isSetConsistency_level()
public void setConsistency_levelIsSet(boolean value)
public void setFieldValue(Cassandra.batch_mutate_args._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public java.lang.Object getFieldValue(Cassandra.batch_mutate_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public boolean isSet(Cassandra.batch_mutate_args._Fields field)
isSet in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(Cassandra.batch_mutate_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Cassandra.batch_mutate_args other)
compareTo in interface java.lang.Comparable<Cassandra.batch_mutate_args>public Cassandra.batch_mutate_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Cassandra.batch_mutate_args,Cassandra.batch_mutate_args._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2018 The Apache Software Foundation