public static class AccumuloProxy.mergeTablets_args extends Object implements org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>, Serializable, Cloneable, Comparable<AccumuloProxy.mergeTablets_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccumuloProxy.mergeTablets_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
endRow |
ByteBuffer |
login |
static Map<AccumuloProxy.mergeTablets_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ByteBuffer |
startRow |
String |
tableName |
| Constructor and Description |
|---|
AccumuloProxy.mergeTablets_args() |
AccumuloProxy.mergeTablets_args(AccumuloProxy.mergeTablets_args other)
Performs a deep copy on other.
|
AccumuloProxy.mergeTablets_args(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
bufferForEndRow() |
ByteBuffer |
bufferForLogin() |
ByteBuffer |
bufferForStartRow() |
void |
clear() |
int |
compareTo(AccumuloProxy.mergeTablets_args other) |
AccumuloProxy.mergeTablets_args |
deepCopy() |
boolean |
equals(AccumuloProxy.mergeTablets_args that) |
boolean |
equals(Object that) |
AccumuloProxy.mergeTablets_args._Fields |
fieldForId(int fieldId) |
byte[] |
getEndRow() |
Object |
getFieldValue(AccumuloProxy.mergeTablets_args._Fields field) |
byte[] |
getLogin() |
byte[] |
getStartRow() |
String |
getTableName() |
int |
hashCode() |
boolean |
isSet(AccumuloProxy.mergeTablets_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEndRow()
Returns true if field endRow is set (has been assigned a value) and false otherwise
|
boolean |
isSetLogin()
Returns true if field login is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartRow()
Returns true if field startRow is set (has been assigned a value) and false otherwise
|
boolean |
isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
AccumuloProxy.mergeTablets_args |
setEndRow(byte[] endRow) |
AccumuloProxy.mergeTablets_args |
setEndRow(ByteBuffer endRow) |
void |
setEndRowIsSet(boolean value) |
void |
setFieldValue(AccumuloProxy.mergeTablets_args._Fields field,
Object value) |
AccumuloProxy.mergeTablets_args |
setLogin(byte[] login) |
AccumuloProxy.mergeTablets_args |
setLogin(ByteBuffer login) |
void |
setLoginIsSet(boolean value) |
AccumuloProxy.mergeTablets_args |
setStartRow(byte[] startRow) |
AccumuloProxy.mergeTablets_args |
setStartRow(ByteBuffer startRow) |
void |
setStartRowIsSet(boolean value) |
AccumuloProxy.mergeTablets_args |
setTableName(String tableName) |
void |
setTableNameIsSet(boolean value) |
String |
toString() |
void |
unsetEndRow() |
void |
unsetLogin() |
void |
unsetStartRow() |
void |
unsetTableName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer login
public String tableName
public ByteBuffer startRow
public ByteBuffer endRow
public static final Map<AccumuloProxy.mergeTablets_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloProxy.mergeTablets_args()
public AccumuloProxy.mergeTablets_args(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
public AccumuloProxy.mergeTablets_args(AccumuloProxy.mergeTablets_args other)
public AccumuloProxy.mergeTablets_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public byte[] getLogin()
public ByteBuffer bufferForLogin()
public AccumuloProxy.mergeTablets_args setLogin(byte[] login)
public AccumuloProxy.mergeTablets_args setLogin(ByteBuffer login)
public void unsetLogin()
public boolean isSetLogin()
public void setLoginIsSet(boolean value)
public String getTableName()
public AccumuloProxy.mergeTablets_args setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public byte[] getStartRow()
public ByteBuffer bufferForStartRow()
public AccumuloProxy.mergeTablets_args setStartRow(byte[] startRow)
public AccumuloProxy.mergeTablets_args setStartRow(ByteBuffer startRow)
public void unsetStartRow()
public boolean isSetStartRow()
public void setStartRowIsSet(boolean value)
public byte[] getEndRow()
public ByteBuffer bufferForEndRow()
public AccumuloProxy.mergeTablets_args setEndRow(byte[] endRow)
public AccumuloProxy.mergeTablets_args setEndRow(ByteBuffer endRow)
public void unsetEndRow()
public boolean isSetEndRow()
public void setEndRowIsSet(boolean value)
public void setFieldValue(AccumuloProxy.mergeTablets_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public Object getFieldValue(AccumuloProxy.mergeTablets_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public boolean isSet(AccumuloProxy.mergeTablets_args._Fields field)
isSet in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public boolean equals(AccumuloProxy.mergeTablets_args that)
public int compareTo(AccumuloProxy.mergeTablets_args other)
compareTo in interface Comparable<AccumuloProxy.mergeTablets_args>public AccumuloProxy.mergeTablets_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_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<AccumuloProxy.mergeTablets_args,AccumuloProxy.mergeTablets_args._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.