|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.thrift.generated.Blur.terms_args
public static class Blur.terms_args
Nested Class Summary | |
---|---|
static class |
Blur.terms_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
String |
columnFamily
the column family. |
String |
columnName
the column name. |
static Map<Blur.terms_args._Fields,FieldMetaData> |
metaDataMap
|
short |
size
the number to fetch at once. |
String |
startWith
the term to start with assuming that you are paging through the term list. |
String |
table
the table name. |
Constructor Summary | |
---|---|
Blur.terms_args()
|
|
Blur.terms_args(Blur.terms_args other)
Performs a deep copy on other. |
|
Blur.terms_args(String table,
String columnFamily,
String columnName,
String startWith,
short size)
|
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Blur.terms_args other)
|
Blur.terms_args |
deepCopy()
|
boolean |
equals(Blur.terms_args that)
|
boolean |
equals(Object that)
|
Blur.terms_args._Fields |
fieldForId(int fieldId)
Get the F instance that corresponds to fieldId. |
String |
getColumnFamily()
the column family. |
String |
getColumnName()
the column name. |
Object |
getFieldValue(Blur.terms_args._Fields field)
Get a field's value by field variable. |
short |
getSize()
the number to fetch at once. |
String |
getStartWith()
the term to start with assuming that you are paging through the term list. |
String |
getTable()
the table name. |
int |
hashCode()
|
boolean |
isSet(Blur.terms_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetColumnFamily()
Returns true if field columnFamily is set (has been assigned a value) and false otherwise |
boolean |
isSetColumnName()
Returns true if field columnName is set (has been assigned a value) and false otherwise |
boolean |
isSetSize()
Returns true if field size is set (has been assigned a value) and false otherwise |
boolean |
isSetStartWith()
Returns true if field startWith 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. |
Blur.terms_args |
setColumnFamily(String columnFamily)
the column family. |
void |
setColumnFamilyIsSet(boolean value)
|
Blur.terms_args |
setColumnName(String columnName)
the column name. |
void |
setColumnNameIsSet(boolean value)
|
void |
setFieldValue(Blur.terms_args._Fields field,
Object value)
Set a field's value by field variable. |
Blur.terms_args |
setSize(short size)
the number to fetch at once. |
void |
setSizeIsSet(boolean value)
|
Blur.terms_args |
setStartWith(String startWith)
the term to start with assuming that you are paging through the term list. |
void |
setStartWithIsSet(boolean value)
|
Blur.terms_args |
setTable(String table)
the table name. |
void |
setTableIsSet(boolean value)
|
String |
toString()
|
void |
unsetColumnFamily()
|
void |
unsetColumnName()
|
void |
unsetSize()
|
void |
unsetStartWith()
|
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 String columnFamily
public String columnName
public String startWith
public short size
public static final Map<Blur.terms_args._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public Blur.terms_args()
public Blur.terms_args(String table, String columnFamily, String columnName, String startWith, short size)
public Blur.terms_args(Blur.terms_args other)
Method Detail |
---|
public Blur.terms_args deepCopy()
deepCopy
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public void clear()
TBase
clear
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public String getTable()
public Blur.terms_args setTable(String table)
public void unsetTable()
public boolean isSetTable()
public void setTableIsSet(boolean value)
public String getColumnFamily()
public Blur.terms_args setColumnFamily(String columnFamily)
public void unsetColumnFamily()
public boolean isSetColumnFamily()
public void setColumnFamilyIsSet(boolean value)
public String getColumnName()
public Blur.terms_args setColumnName(String columnName)
public void unsetColumnName()
public boolean isSetColumnName()
public void setColumnNameIsSet(boolean value)
public String getStartWith()
public Blur.terms_args setStartWith(String startWith)
public void unsetStartWith()
public boolean isSetStartWith()
public void setStartWithIsSet(boolean value)
public short getSize()
public Blur.terms_args setSize(short size)
public void unsetSize()
public boolean isSetSize()
public void setSizeIsSet(boolean value)
public void setFieldValue(Blur.terms_args._Fields field, Object value)
TBase
setFieldValue
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public Object getFieldValue(Blur.terms_args._Fields field)
TBase
getFieldValue
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public boolean isSet(Blur.terms_args._Fields field)
isSet
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Blur.terms_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(Blur.terms_args other)
compareTo
in interface Comparable<Blur.terms_args>
public Blur.terms_args._Fields fieldForId(int fieldId)
TBase
fieldForId
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
public void read(TProtocol iprot) throws TException
TBase
read
in interface TBase<Blur.terms_args,Blur.terms_args._Fields>
iprot
- Input protocol
TException
public void write(TProtocol oprot) throws TException
TBase
write
in interface TBase<Blur.terms_args,Blur.terms_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 |