org.apache.accumulo.proxy.thrift
public static class AccumuloProxy.getMaxRow_args extends Object implements org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloProxy.getMaxRow_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
Set<ByteBuffer> |
auths |
boolean |
endInclusive |
ByteBuffer |
endRow |
ByteBuffer |
login |
static Map<AccumuloProxy.getMaxRow_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
boolean |
startInclusive |
ByteBuffer |
startRow |
String |
tableName |
Constructor and Description |
---|
AccumuloProxy.getMaxRow_args() |
AccumuloProxy.getMaxRow_args(AccumuloProxy.getMaxRow_args other)
Performs a deep copy on other.
|
AccumuloProxy.getMaxRow_args(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
Modifier and Type | Method and Description |
---|---|
void |
addToAuths(ByteBuffer elem) |
ByteBuffer |
bufferForEndRow() |
ByteBuffer |
bufferForLogin() |
ByteBuffer |
bufferForStartRow() |
void |
clear() |
int |
compareTo(AccumuloProxy.getMaxRow_args other) |
AccumuloProxy.getMaxRow_args |
deepCopy() |
boolean |
equals(AccumuloProxy.getMaxRow_args that) |
boolean |
equals(Object that) |
AccumuloProxy.getMaxRow_args._Fields |
fieldForId(int fieldId) |
Set<ByteBuffer> |
getAuths() |
Iterator<ByteBuffer> |
getAuthsIterator() |
int |
getAuthsSize() |
byte[] |
getEndRow() |
Object |
getFieldValue(AccumuloProxy.getMaxRow_args._Fields field) |
byte[] |
getLogin() |
byte[] |
getStartRow() |
String |
getTableName() |
int |
hashCode() |
boolean |
isEndInclusive() |
boolean |
isSet(AccumuloProxy.getMaxRow_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAuths()
Returns true if field auths is set (has been assigned a value) and false otherwise
|
boolean |
isSetEndInclusive()
Returns true if field endInclusive 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 |
isSetStartInclusive()
Returns true if field startInclusive 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 |
isStartInclusive() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
AccumuloProxy.getMaxRow_args |
setAuths(Set<ByteBuffer> auths) |
void |
setAuthsIsSet(boolean value) |
AccumuloProxy.getMaxRow_args |
setEndInclusive(boolean endInclusive) |
void |
setEndInclusiveIsSet(boolean value) |
AccumuloProxy.getMaxRow_args |
setEndRow(byte[] endRow) |
AccumuloProxy.getMaxRow_args |
setEndRow(ByteBuffer endRow) |
void |
setEndRowIsSet(boolean value) |
void |
setFieldValue(AccumuloProxy.getMaxRow_args._Fields field,
Object value) |
AccumuloProxy.getMaxRow_args |
setLogin(byte[] login) |
AccumuloProxy.getMaxRow_args |
setLogin(ByteBuffer login) |
void |
setLoginIsSet(boolean value) |
AccumuloProxy.getMaxRow_args |
setStartInclusive(boolean startInclusive) |
void |
setStartInclusiveIsSet(boolean value) |
AccumuloProxy.getMaxRow_args |
setStartRow(byte[] startRow) |
AccumuloProxy.getMaxRow_args |
setStartRow(ByteBuffer startRow) |
void |
setStartRowIsSet(boolean value) |
AccumuloProxy.getMaxRow_args |
setTableName(String tableName) |
void |
setTableNameIsSet(boolean value) |
String |
toString() |
void |
unsetAuths() |
void |
unsetEndInclusive() |
void |
unsetEndRow() |
void |
unsetLogin() |
void |
unsetStartInclusive() |
void |
unsetStartRow() |
void |
unsetTableName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer login
public String tableName
public Set<ByteBuffer> auths
public ByteBuffer startRow
public boolean startInclusive
public ByteBuffer endRow
public boolean endInclusive
public static final Map<AccumuloProxy.getMaxRow_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloProxy.getMaxRow_args()
public AccumuloProxy.getMaxRow_args(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
public AccumuloProxy.getMaxRow_args(AccumuloProxy.getMaxRow_args other)
public AccumuloProxy.getMaxRow_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public byte[] getLogin()
public ByteBuffer bufferForLogin()
public AccumuloProxy.getMaxRow_args setLogin(byte[] login)
public AccumuloProxy.getMaxRow_args setLogin(ByteBuffer login)
public void unsetLogin()
public boolean isSetLogin()
public void setLoginIsSet(boolean value)
public String getTableName()
public AccumuloProxy.getMaxRow_args setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public int getAuthsSize()
public Iterator<ByteBuffer> getAuthsIterator()
public void addToAuths(ByteBuffer elem)
public Set<ByteBuffer> getAuths()
public AccumuloProxy.getMaxRow_args setAuths(Set<ByteBuffer> auths)
public void unsetAuths()
public boolean isSetAuths()
public void setAuthsIsSet(boolean value)
public byte[] getStartRow()
public ByteBuffer bufferForStartRow()
public AccumuloProxy.getMaxRow_args setStartRow(byte[] startRow)
public AccumuloProxy.getMaxRow_args setStartRow(ByteBuffer startRow)
public void unsetStartRow()
public boolean isSetStartRow()
public void setStartRowIsSet(boolean value)
public boolean isStartInclusive()
public AccumuloProxy.getMaxRow_args setStartInclusive(boolean startInclusive)
public void unsetStartInclusive()
public boolean isSetStartInclusive()
public void setStartInclusiveIsSet(boolean value)
public byte[] getEndRow()
public ByteBuffer bufferForEndRow()
public AccumuloProxy.getMaxRow_args setEndRow(byte[] endRow)
public AccumuloProxy.getMaxRow_args setEndRow(ByteBuffer endRow)
public void unsetEndRow()
public boolean isSetEndRow()
public void setEndRowIsSet(boolean value)
public boolean isEndInclusive()
public AccumuloProxy.getMaxRow_args setEndInclusive(boolean endInclusive)
public void unsetEndInclusive()
public boolean isSetEndInclusive()
public void setEndInclusiveIsSet(boolean value)
public void setFieldValue(AccumuloProxy.getMaxRow_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public Object getFieldValue(AccumuloProxy.getMaxRow_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public boolean isSet(AccumuloProxy.getMaxRow_args._Fields field)
isSet
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public boolean equals(AccumuloProxy.getMaxRow_args that)
public int compareTo(AccumuloProxy.getMaxRow_args other)
compareTo
in interface Comparable<AccumuloProxy.getMaxRow_args>
public AccumuloProxy.getMaxRow_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_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.getMaxRow_args,AccumuloProxy.getMaxRow_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.