org.apache.accumulo.proxy.thrift
public static class AccumuloProxy.compactTable_args extends Object implements org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloProxy.compactTable_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 |
boolean |
flush |
List<IteratorSetting> |
iterators |
ByteBuffer |
login |
static Map<AccumuloProxy.compactTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ByteBuffer |
startRow |
String |
tableName |
boolean |
wait |
Constructor and Description |
---|
AccumuloProxy.compactTable_args() |
AccumuloProxy.compactTable_args(AccumuloProxy.compactTable_args other)
Performs a deep copy on other.
|
AccumuloProxy.compactTable_args(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait) |
Modifier and Type | Method and Description |
---|---|
void |
addToIterators(IteratorSetting elem) |
ByteBuffer |
bufferForEndRow() |
ByteBuffer |
bufferForLogin() |
ByteBuffer |
bufferForStartRow() |
void |
clear() |
int |
compareTo(AccumuloProxy.compactTable_args other) |
AccumuloProxy.compactTable_args |
deepCopy() |
boolean |
equals(AccumuloProxy.compactTable_args that) |
boolean |
equals(Object that) |
AccumuloProxy.compactTable_args._Fields |
fieldForId(int fieldId) |
byte[] |
getEndRow() |
Object |
getFieldValue(AccumuloProxy.compactTable_args._Fields field) |
List<IteratorSetting> |
getIterators() |
Iterator<IteratorSetting> |
getIteratorsIterator() |
int |
getIteratorsSize() |
byte[] |
getLogin() |
byte[] |
getStartRow() |
String |
getTableName() |
int |
hashCode() |
boolean |
isFlush() |
boolean |
isSet(AccumuloProxy.compactTable_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 |
isSetFlush()
Returns true if field flush is set (has been assigned a value) and false otherwise
|
boolean |
isSetIterators()
Returns true if field iterators 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
|
boolean |
isSetWait()
Returns true if field wait is set (has been assigned a value) and false otherwise
|
boolean |
isWait() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
AccumuloProxy.compactTable_args |
setEndRow(byte[] endRow) |
AccumuloProxy.compactTable_args |
setEndRow(ByteBuffer endRow) |
void |
setEndRowIsSet(boolean value) |
void |
setFieldValue(AccumuloProxy.compactTable_args._Fields field,
Object value) |
AccumuloProxy.compactTable_args |
setFlush(boolean flush) |
void |
setFlushIsSet(boolean value) |
AccumuloProxy.compactTable_args |
setIterators(List<IteratorSetting> iterators) |
void |
setIteratorsIsSet(boolean value) |
AccumuloProxy.compactTable_args |
setLogin(byte[] login) |
AccumuloProxy.compactTable_args |
setLogin(ByteBuffer login) |
void |
setLoginIsSet(boolean value) |
AccumuloProxy.compactTable_args |
setStartRow(byte[] startRow) |
AccumuloProxy.compactTable_args |
setStartRow(ByteBuffer startRow) |
void |
setStartRowIsSet(boolean value) |
AccumuloProxy.compactTable_args |
setTableName(String tableName) |
void |
setTableNameIsSet(boolean value) |
AccumuloProxy.compactTable_args |
setWait(boolean wait) |
void |
setWaitIsSet(boolean value) |
String |
toString() |
void |
unsetEndRow() |
void |
unsetFlush() |
void |
unsetIterators() |
void |
unsetLogin() |
void |
unsetStartRow() |
void |
unsetTableName() |
void |
unsetWait() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer login
public String tableName
public ByteBuffer startRow
public ByteBuffer endRow
public List<IteratorSetting> iterators
public boolean flush
public boolean wait
public static final Map<AccumuloProxy.compactTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloProxy.compactTable_args()
public AccumuloProxy.compactTable_args(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
public AccumuloProxy.compactTable_args(AccumuloProxy.compactTable_args other)
public AccumuloProxy.compactTable_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public byte[] getLogin()
public ByteBuffer bufferForLogin()
public AccumuloProxy.compactTable_args setLogin(byte[] login)
public AccumuloProxy.compactTable_args setLogin(ByteBuffer login)
public void unsetLogin()
public boolean isSetLogin()
public void setLoginIsSet(boolean value)
public String getTableName()
public AccumuloProxy.compactTable_args setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public byte[] getStartRow()
public ByteBuffer bufferForStartRow()
public AccumuloProxy.compactTable_args setStartRow(byte[] startRow)
public AccumuloProxy.compactTable_args setStartRow(ByteBuffer startRow)
public void unsetStartRow()
public boolean isSetStartRow()
public void setStartRowIsSet(boolean value)
public byte[] getEndRow()
public ByteBuffer bufferForEndRow()
public AccumuloProxy.compactTable_args setEndRow(byte[] endRow)
public AccumuloProxy.compactTable_args setEndRow(ByteBuffer endRow)
public void unsetEndRow()
public boolean isSetEndRow()
public void setEndRowIsSet(boolean value)
public int getIteratorsSize()
public Iterator<IteratorSetting> getIteratorsIterator()
public void addToIterators(IteratorSetting elem)
public List<IteratorSetting> getIterators()
public AccumuloProxy.compactTable_args setIterators(List<IteratorSetting> iterators)
public void unsetIterators()
public boolean isSetIterators()
public void setIteratorsIsSet(boolean value)
public boolean isFlush()
public AccumuloProxy.compactTable_args setFlush(boolean flush)
public void unsetFlush()
public boolean isSetFlush()
public void setFlushIsSet(boolean value)
public boolean isWait()
public AccumuloProxy.compactTable_args setWait(boolean wait)
public void unsetWait()
public boolean isSetWait()
public void setWaitIsSet(boolean value)
public void setFieldValue(AccumuloProxy.compactTable_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public Object getFieldValue(AccumuloProxy.compactTable_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public boolean isSet(AccumuloProxy.compactTable_args._Fields field)
isSet
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public boolean equals(AccumuloProxy.compactTable_args that)
public int compareTo(AccumuloProxy.compactTable_args other)
compareTo
in interface Comparable<AccumuloProxy.compactTable_args>
public AccumuloProxy.compactTable_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_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<AccumuloProxy.compactTable_args,AccumuloProxy.compactTable_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.