org.apache.accumulo.proxy.thrift
Class AccumuloProxy.getMaxRow_args

java.lang.Object
  extended by org.apache.accumulo.proxy.thrift.AccumuloProxy.getMaxRow_args
All Implemented Interfaces:
Serializable, Cloneable, Comparable<AccumuloProxy.getMaxRow_args>, org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
Enclosing class:
AccumuloProxy

public static class AccumuloProxy.getMaxRow_args
extends Object
implements org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class AccumuloProxy.getMaxRow_args._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 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 Summary
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)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

login

public ByteBuffer login

tableName

public String tableName

auths

public Set<ByteBuffer> auths

startRow

public ByteBuffer startRow

startInclusive

public boolean startInclusive

endRow

public ByteBuffer endRow

endInclusive

public boolean endInclusive

metaDataMap

public static final Map<AccumuloProxy.getMaxRow_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

AccumuloProxy.getMaxRow_args

public AccumuloProxy.getMaxRow_args()

AccumuloProxy.getMaxRow_args

public AccumuloProxy.getMaxRow_args(ByteBuffer login,
                                    String tableName,
                                    Set<ByteBuffer> auths,
                                    ByteBuffer startRow,
                                    boolean startInclusive,
                                    ByteBuffer endRow,
                                    boolean endInclusive)

AccumuloProxy.getMaxRow_args

public AccumuloProxy.getMaxRow_args(AccumuloProxy.getMaxRow_args other)
Performs a deep copy on other.

Method Detail

deepCopy

public AccumuloProxy.getMaxRow_args deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

getLogin

public byte[] getLogin()

bufferForLogin

public ByteBuffer bufferForLogin()

setLogin

public AccumuloProxy.getMaxRow_args setLogin(byte[] login)

setLogin

public AccumuloProxy.getMaxRow_args setLogin(ByteBuffer login)

unsetLogin

public void unsetLogin()

isSetLogin

public boolean isSetLogin()
Returns true if field login is set (has been assigned a value) and false otherwise


setLoginIsSet

public void setLoginIsSet(boolean value)

getTableName

public String getTableName()

setTableName

public AccumuloProxy.getMaxRow_args setTableName(String tableName)

unsetTableName

public void unsetTableName()

isSetTableName

public boolean isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise


setTableNameIsSet

public void setTableNameIsSet(boolean value)

getAuthsSize

public int getAuthsSize()

getAuthsIterator

public Iterator<ByteBuffer> getAuthsIterator()

addToAuths

public void addToAuths(ByteBuffer elem)

getAuths

public Set<ByteBuffer> getAuths()

setAuths

public AccumuloProxy.getMaxRow_args setAuths(Set<ByteBuffer> auths)

unsetAuths

public void unsetAuths()

isSetAuths

public boolean isSetAuths()
Returns true if field auths is set (has been assigned a value) and false otherwise


setAuthsIsSet

public void setAuthsIsSet(boolean value)

getStartRow

public byte[] getStartRow()

bufferForStartRow

public ByteBuffer bufferForStartRow()

setStartRow

public AccumuloProxy.getMaxRow_args setStartRow(byte[] startRow)

setStartRow

public AccumuloProxy.getMaxRow_args setStartRow(ByteBuffer startRow)

unsetStartRow

public void unsetStartRow()

isSetStartRow

public boolean isSetStartRow()
Returns true if field startRow is set (has been assigned a value) and false otherwise


setStartRowIsSet

public void setStartRowIsSet(boolean value)

isStartInclusive

public boolean isStartInclusive()

setStartInclusive

public AccumuloProxy.getMaxRow_args setStartInclusive(boolean startInclusive)

unsetStartInclusive

public void unsetStartInclusive()

isSetStartInclusive

public boolean isSetStartInclusive()
Returns true if field startInclusive is set (has been assigned a value) and false otherwise


setStartInclusiveIsSet

public void setStartInclusiveIsSet(boolean value)

getEndRow

public byte[] getEndRow()

bufferForEndRow

public ByteBuffer bufferForEndRow()

setEndRow

public AccumuloProxy.getMaxRow_args setEndRow(byte[] endRow)

setEndRow

public AccumuloProxy.getMaxRow_args setEndRow(ByteBuffer endRow)

unsetEndRow

public void unsetEndRow()

isSetEndRow

public boolean isSetEndRow()
Returns true if field endRow is set (has been assigned a value) and false otherwise


setEndRowIsSet

public void setEndRowIsSet(boolean value)

isEndInclusive

public boolean isEndInclusive()

setEndInclusive

public AccumuloProxy.getMaxRow_args setEndInclusive(boolean endInclusive)

unsetEndInclusive

public void unsetEndInclusive()

isSetEndInclusive

public boolean isSetEndInclusive()
Returns true if field endInclusive is set (has been assigned a value) and false otherwise


setEndInclusiveIsSet

public void setEndInclusiveIsSet(boolean value)

setFieldValue

public void setFieldValue(AccumuloProxy.getMaxRow_args._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

getFieldValue

public Object getFieldValue(AccumuloProxy.getMaxRow_args._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

isSet

public boolean isSet(AccumuloProxy.getMaxRow_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(AccumuloProxy.getMaxRow_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(AccumuloProxy.getMaxRow_args other)
Specified by:
compareTo in interface Comparable<AccumuloProxy.getMaxRow_args>

fieldForId

public AccumuloProxy.getMaxRow_args._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<AccumuloProxy.getMaxRow_args,AccumuloProxy.getMaxRow_args._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.