|
||||||||||
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.deleteAllRowTs_args
public static class Hbase.deleteAllRowTs_args
Nested Class Summary | |
---|---|
static class |
Hbase.deleteAllRowTs_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<Hbase.deleteAllRowTs_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
byte[] |
row
key of the row to be completely deleted. |
byte[] |
tableName
name of table |
long |
timestamp
timestamp |
Constructor Summary | |
---|---|
Hbase.deleteAllRowTs_args()
|
|
Hbase.deleteAllRowTs_args(byte[] tableName,
byte[] row,
long timestamp)
|
|
Hbase.deleteAllRowTs_args(Hbase.deleteAllRowTs_args other)
Performs a deep copy on other. |
Method Summary | |
---|---|
Hbase.deleteAllRowTs_args |
clone()
Deprecated. |
int |
compareTo(Hbase.deleteAllRowTs_args other)
|
Hbase.deleteAllRowTs_args |
deepCopy()
|
boolean |
equals(Hbase.deleteAllRowTs_args that)
|
boolean |
equals(Object that)
|
Object |
getFieldValue(Hbase.deleteAllRowTs_args._Fields field)
|
Object |
getFieldValue(int fieldId)
|
byte[] |
getRow()
key of the row to be completely deleted. |
byte[] |
getTableName()
name of table |
long |
getTimestamp()
timestamp |
int |
hashCode()
|
boolean |
isSet(Hbase.deleteAllRowTs_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 |
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.deleteAllRowTs_args._Fields field,
Object value)
|
void |
setFieldValue(int fieldID,
Object value)
|
Hbase.deleteAllRowTs_args |
setRow(byte[] row)
key of the row to be completely deleted. |
void |
setRowIsSet(boolean value)
|
Hbase.deleteAllRowTs_args |
setTableName(byte[] tableName)
name of table |
void |
setTableNameIsSet(boolean value)
|
Hbase.deleteAllRowTs_args |
setTimestamp(long timestamp)
timestamp |
void |
setTimestampIsSet(boolean value)
|
String |
toString()
|
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 long timestamp
public static final Map<Hbase.deleteAllRowTs_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public Hbase.deleteAllRowTs_args()
public Hbase.deleteAllRowTs_args(byte[] tableName, byte[] row, long timestamp)
public Hbase.deleteAllRowTs_args(Hbase.deleteAllRowTs_args other)
Method Detail |
---|
public Hbase.deleteAllRowTs_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
@Deprecated public Hbase.deleteAllRowTs_args clone()
clone
in class Object
public byte[] getTableName()
public Hbase.deleteAllRowTs_args setTableName(byte[] tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public byte[] getRow()
public Hbase.deleteAllRowTs_args setRow(byte[] row)
public void unsetRow()
public boolean isSetRow()
public void setRowIsSet(boolean value)
public long getTimestamp()
public Hbase.deleteAllRowTs_args setTimestamp(long timestamp)
public void unsetTimestamp()
public boolean isSetTimestamp()
public void setTimestampIsSet(boolean value)
public void setFieldValue(Hbase.deleteAllRowTs_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public void setFieldValue(int fieldID, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public Object getFieldValue(Hbase.deleteAllRowTs_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public boolean isSet(Hbase.deleteAllRowTs_args._Fields field)
isSet
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Hbase.deleteAllRowTs_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(Hbase.deleteAllRowTs_args other)
compareTo
in interface Comparable<Hbase.deleteAllRowTs_args>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Hbase.deleteAllRowTs_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.deleteAllRowTs_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 |