|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
public static class Hbase.mutateRowTs_args
Nested Class Summary | |
---|---|
static class |
Hbase.mutateRowTs_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<Hbase.mutateRowTs_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
List<Mutation> |
mutations
list of mutation commands |
byte[] |
row
row key |
byte[] |
tableName
name of table |
long |
timestamp
timestamp |
Constructor Summary | |
---|---|
Hbase.mutateRowTs_args()
|
|
Hbase.mutateRowTs_args(byte[] tableName,
byte[] row,
List<Mutation> mutations,
long timestamp)
|
|
Hbase.mutateRowTs_args(Hbase.mutateRowTs_args other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToMutations(Mutation elem)
|
Hbase.mutateRowTs_args |
clone()
Deprecated. |
int |
compareTo(Hbase.mutateRowTs_args other)
|
Hbase.mutateRowTs_args |
deepCopy()
|
boolean |
equals(Hbase.mutateRowTs_args that)
|
boolean |
equals(Object that)
|
Object |
getFieldValue(Hbase.mutateRowTs_args._Fields field)
|
Object |
getFieldValue(int fieldId)
|
List<Mutation> |
getMutations()
list of mutation commands |
Iterator<Mutation> |
getMutationsIterator()
|
int |
getMutationsSize()
|
byte[] |
getRow()
row key |
byte[] |
getTableName()
name of table |
long |
getTimestamp()
timestamp |
int |
hashCode()
|
boolean |
isSet(Hbase.mutateRowTs_args._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSet(int fieldID)
|
boolean |
isSetMutations()
Returns true if field mutations is set (has been asigned a value) and false otherwise |
boolean |
isSetRow()
Returns true if field row is set (has been asigned a value) and false otherwise |
boolean |
isSetTableName()
Returns true if field tableName is set (has been asigned a value) and false otherwise |
boolean |
isSetTimestamp()
Returns true if field timestamp is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(Hbase.mutateRowTs_args._Fields field,
Object value)
|
void |
setFieldValue(int fieldID,
Object value)
|
Hbase.mutateRowTs_args |
setMutations(List<Mutation> mutations)
list of mutation commands |
void |
setMutationsIsSet(boolean value)
|
Hbase.mutateRowTs_args |
setRow(byte[] row)
row key |
void |
setRowIsSet(boolean value)
|
Hbase.mutateRowTs_args |
setTableName(byte[] tableName)
name of table |
void |
setTableNameIsSet(boolean value)
|
Hbase.mutateRowTs_args |
setTimestamp(long timestamp)
timestamp |
void |
setTimestampIsSet(boolean value)
|
String |
toString()
|
void |
unsetMutations()
|
void |
unsetRow()
|
void |
unsetTableName()
|
void |
unsetTimestamp()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[] tableName
public byte[] row
public List<Mutation> mutations
public long timestamp
public static final Map<Hbase.mutateRowTs_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public Hbase.mutateRowTs_args()
public Hbase.mutateRowTs_args(byte[] tableName, byte[] row, List<Mutation> mutations, long timestamp)
public Hbase.mutateRowTs_args(Hbase.mutateRowTs_args other)
Method Detail |
---|
public Hbase.mutateRowTs_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
@Deprecated public Hbase.mutateRowTs_args clone()
clone
in class Object
public byte[] getTableName()
public Hbase.mutateRowTs_args setTableName(byte[] tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public byte[] getRow()
public Hbase.mutateRowTs_args setRow(byte[] row)
public void unsetRow()
public boolean isSetRow()
public void setRowIsSet(boolean value)
public int getMutationsSize()
public Iterator<Mutation> getMutationsIterator()
public void addToMutations(Mutation elem)
public List<Mutation> getMutations()
public Hbase.mutateRowTs_args setMutations(List<Mutation> mutations)
public void unsetMutations()
public boolean isSetMutations()
public void setMutationsIsSet(boolean value)
public long getTimestamp()
public Hbase.mutateRowTs_args setTimestamp(long timestamp)
public void unsetTimestamp()
public boolean isSetTimestamp()
public void setTimestampIsSet(boolean value)
public void setFieldValue(Hbase.mutateRowTs_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public void setFieldValue(int fieldID, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public Object getFieldValue(Hbase.mutateRowTs_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public boolean isSet(Hbase.mutateRowTs_args._Fields field)
isSet
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Hbase.mutateRowTs_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(Hbase.mutateRowTs_args other)
compareTo
in interface Comparable<Hbase.mutateRowTs_args>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<Hbase.mutateRowTs_args._Fields>
org.apache.thrift.TException
public String toString()
toString
in class Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |