|
||||||||||
| 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.scannerOpenWithPrefix_args
public static class Hbase.scannerOpenWithPrefix_args
| Nested Class Summary | |
|---|---|
static class |
Hbase.scannerOpenWithPrefix_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
List<ByteBuffer> |
columns
the columns you want returned |
static Map<Hbase.scannerOpenWithPrefix_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
ByteBuffer |
startAndPrefix
the prefix (and thus start row) of the keys you want |
ByteBuffer |
tableName
name of table |
| Constructor Summary | |
|---|---|
Hbase.scannerOpenWithPrefix_args()
|
|
Hbase.scannerOpenWithPrefix_args(ByteBuffer tableName,
ByteBuffer startAndPrefix,
List<ByteBuffer> columns)
|
|
Hbase.scannerOpenWithPrefix_args(Hbase.scannerOpenWithPrefix_args other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
addToColumns(ByteBuffer elem)
|
ByteBuffer |
bufferForStartAndPrefix()
|
ByteBuffer |
bufferForTableName()
|
void |
clear()
|
int |
compareTo(Hbase.scannerOpenWithPrefix_args other)
|
Hbase.scannerOpenWithPrefix_args |
deepCopy()
|
boolean |
equals(Hbase.scannerOpenWithPrefix_args that)
|
boolean |
equals(Object that)
|
Hbase.scannerOpenWithPrefix_args._Fields |
fieldForId(int fieldId)
|
List<ByteBuffer> |
getColumns()
the columns you want returned |
Iterator<ByteBuffer> |
getColumnsIterator()
|
int |
getColumnsSize()
|
Object |
getFieldValue(Hbase.scannerOpenWithPrefix_args._Fields field)
|
byte[] |
getStartAndPrefix()
the prefix (and thus start row) of the keys you want |
byte[] |
getTableName()
name of table |
int |
hashCode()
|
boolean |
isSet(Hbase.scannerOpenWithPrefix_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetColumns()
Returns true if field columns is set (has been assigned a value) and false otherwise |
boolean |
isSetStartAndPrefix()
Returns true if field startAndPrefix 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)
|
Hbase.scannerOpenWithPrefix_args |
setColumns(List<ByteBuffer> columns)
the columns you want returned |
void |
setColumnsIsSet(boolean value)
|
void |
setFieldValue(Hbase.scannerOpenWithPrefix_args._Fields field,
Object value)
|
Hbase.scannerOpenWithPrefix_args |
setStartAndPrefix(byte[] startAndPrefix)
the prefix (and thus start row) of the keys you want |
Hbase.scannerOpenWithPrefix_args |
setStartAndPrefix(ByteBuffer startAndPrefix)
|
void |
setStartAndPrefixIsSet(boolean value)
|
Hbase.scannerOpenWithPrefix_args |
setTableName(byte[] tableName)
name of table |
Hbase.scannerOpenWithPrefix_args |
setTableName(ByteBuffer tableName)
|
void |
setTableNameIsSet(boolean value)
|
String |
toString()
|
void |
unsetColumns()
|
void |
unsetStartAndPrefix()
|
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 |
|---|
public ByteBuffer tableName
public ByteBuffer startAndPrefix
public List<ByteBuffer> columns
public static final Map<Hbase.scannerOpenWithPrefix_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public Hbase.scannerOpenWithPrefix_args()
public Hbase.scannerOpenWithPrefix_args(ByteBuffer tableName,
ByteBuffer startAndPrefix,
List<ByteBuffer> columns)
public Hbase.scannerOpenWithPrefix_args(Hbase.scannerOpenWithPrefix_args other)
| Method Detail |
|---|
public Hbase.scannerOpenWithPrefix_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>public byte[] getTableName()
public ByteBuffer bufferForTableName()
public Hbase.scannerOpenWithPrefix_args setTableName(byte[] tableName)
public Hbase.scannerOpenWithPrefix_args setTableName(ByteBuffer tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public byte[] getStartAndPrefix()
public ByteBuffer bufferForStartAndPrefix()
public Hbase.scannerOpenWithPrefix_args setStartAndPrefix(byte[] startAndPrefix)
public Hbase.scannerOpenWithPrefix_args setStartAndPrefix(ByteBuffer startAndPrefix)
public void unsetStartAndPrefix()
public boolean isSetStartAndPrefix()
public void setStartAndPrefixIsSet(boolean value)
public int getColumnsSize()
public Iterator<ByteBuffer> getColumnsIterator()
public void addToColumns(ByteBuffer elem)
public List<ByteBuffer> getColumns()
public Hbase.scannerOpenWithPrefix_args setColumns(List<ByteBuffer> columns)
public void unsetColumns()
public boolean isSetColumns()
public void setColumnsIsSet(boolean value)
public void setFieldValue(Hbase.scannerOpenWithPrefix_args._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>public Object getFieldValue(Hbase.scannerOpenWithPrefix_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>public boolean isSet(Hbase.scannerOpenWithPrefix_args._Fields field)
isSet in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(Hbase.scannerOpenWithPrefix_args that)
public int hashCode()
hashCode in class Objectpublic int compareTo(Hbase.scannerOpenWithPrefix_args other)
compareTo in interface Comparable<Hbase.scannerOpenWithPrefix_args>public Hbase.scannerOpenWithPrefix_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Hbase.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_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.scannerOpenWithPrefix_args,Hbase.scannerOpenWithPrefix_args._Fields>org.apache.thrift.TExceptionpublic 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 | |||||||||