|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.thrift.generated.Blur.fetchRowBatch_args
public static class Blur.fetchRowBatch_args
Nested Class Summary | |
---|---|
static class |
Blur.fetchRowBatch_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<Blur.fetchRowBatch_args._Fields,FieldMetaData> |
metaDataMap
|
List<Selector> |
selectors
the Selector to use to fetch the Row or Record. |
String |
table
the table name. |
Constructor Summary | |
---|---|
Blur.fetchRowBatch_args()
|
|
Blur.fetchRowBatch_args(Blur.fetchRowBatch_args other)
Performs a deep copy on other. |
|
Blur.fetchRowBatch_args(String table,
List<Selector> selectors)
|
Method Summary | |
---|---|
void |
addToSelectors(Selector elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Blur.fetchRowBatch_args other)
|
Blur.fetchRowBatch_args |
deepCopy()
|
boolean |
equals(Blur.fetchRowBatch_args that)
|
boolean |
equals(Object that)
|
Blur.fetchRowBatch_args._Fields |
fieldForId(int fieldId)
Get the F instance that corresponds to fieldId. |
Object |
getFieldValue(Blur.fetchRowBatch_args._Fields field)
Get a field's value by field variable. |
List<Selector> |
getSelectors()
the Selector to use to fetch the Row or Record. |
Iterator<Selector> |
getSelectorsIterator()
|
int |
getSelectorsSize()
|
String |
getTable()
the table name. |
int |
hashCode()
|
boolean |
isSet(Blur.fetchRowBatch_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetSelectors()
Returns true if field selectors is set (has been assigned a value) and false otherwise |
boolean |
isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise |
void |
read(TProtocol iprot)
Reads the TObject from the given input protocol. |
void |
setFieldValue(Blur.fetchRowBatch_args._Fields field,
Object value)
Set a field's value by field variable. |
Blur.fetchRowBatch_args |
setSelectors(List<Selector> selectors)
the Selector to use to fetch the Row or Record. |
void |
setSelectorsIsSet(boolean value)
|
Blur.fetchRowBatch_args |
setTable(String table)
the table name. |
void |
setTableIsSet(boolean value)
|
String |
toString()
|
void |
unsetSelectors()
|
void |
unsetTable()
|
void |
validate()
|
void |
write(TProtocol oprot)
Writes the objects out to the protocol |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String table
public List<Selector> selectors
public static final Map<Blur.fetchRowBatch_args._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public Blur.fetchRowBatch_args()
public Blur.fetchRowBatch_args(String table, List<Selector> selectors)
public Blur.fetchRowBatch_args(Blur.fetchRowBatch_args other)
Method Detail |
---|
public Blur.fetchRowBatch_args deepCopy()
deepCopy
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public void clear()
TBase
clear
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public String getTable()
public Blur.fetchRowBatch_args setTable(String table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public int getSelectorsSize()
public Iterator<Selector> getSelectorsIterator()
public void addToSelectors(Selector elem)
public List<Selector> getSelectors()
public Blur.fetchRowBatch_args setSelectors(List<Selector> selectors)
public void unsetSelectors()
public boolean isSetSelectors()
public void setSelectorsIsSet(boolean value)
public void setFieldValue(Blur.fetchRowBatch_args._Fields field, Object value)
TBase
setFieldValue
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public Object getFieldValue(Blur.fetchRowBatch_args._Fields field)
TBase
getFieldValue
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public boolean isSet(Blur.fetchRowBatch_args._Fields field)
isSet
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Blur.fetchRowBatch_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(Blur.fetchRowBatch_args other)
compareTo
in interface Comparable<Blur.fetchRowBatch_args>
public Blur.fetchRowBatch_args._Fields fieldForId(int fieldId)
TBase
fieldForId
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
public void read(TProtocol iprot) throws TException
TBase
read
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
iprot
- Input protocol
TException
public void write(TProtocol oprot) throws TException
TBase
write
in interface TBase<Blur.fetchRowBatch_args,Blur.fetchRowBatch_args._Fields>
oprot
- Output protocol
TException
public String toString()
toString
in class Object
public void validate() throws TException
TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |