public static class Kestrel.get_args extends Object implements org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>, Serializable, Cloneable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Kestrel.get_args._Fields
The set of fields this struct contains, along with convenience
 methods for finding and manipulating them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<Kestrel.get_args._Fields,org.apache.thrift7.meta_data.FieldMetaData> | 
metaDataMap  | 
| Constructor and Description | 
|---|
get_args()  | 
get_args(Kestrel.get_args other)
Performs a deep copy on other. 
 | 
get_args(String queue_name,
        int max_items,
        int timeout_msec,
        int auto_abort_msec)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
int | 
compareTo(Kestrel.get_args other)  | 
Kestrel.get_args | 
deepCopy()  | 
boolean | 
equals(Kestrel.get_args that)  | 
boolean | 
equals(Object that)  | 
Kestrel.get_args._Fields | 
fieldForId(int fieldId)  | 
int | 
get_auto_abort_msec()  | 
int | 
get_max_items()  | 
String | 
get_queue_name()  | 
int | 
get_timeout_msec()  | 
Object | 
getFieldValue(Kestrel.get_args._Fields field)  | 
int | 
hashCode()  | 
boolean | 
is_set_auto_abort_msec()
Returns true if field auto_abort_msec is set (has been assigned a
 value) and false otherwise 
 | 
boolean | 
is_set_max_items()
Returns true if field max_items is set (has been assigned a value)
 and false otherwise 
 | 
boolean | 
is_set_queue_name()
Returns true if field queue_name is set (has been assigned a value)
 and false otherwise 
 | 
boolean | 
is_set_timeout_msec()
Returns true if field timeout_msec is set (has been assigned a value)
 and false otherwise 
 | 
boolean | 
isSet(Kestrel.get_args._Fields field)
Returns true if field corresponding to fieldID is set (has been
 assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift7.protocol.TProtocol iprot)  | 
void | 
set_auto_abort_msec_isSet(boolean value)  | 
void | 
set_auto_abort_msec(int auto_abort_msec)  | 
void | 
set_max_items_isSet(boolean value)  | 
void | 
set_max_items(int max_items)  | 
void | 
set_queue_name_isSet(boolean value)  | 
void | 
set_queue_name(String queue_name)  | 
void | 
set_timeout_msec_isSet(boolean value)  | 
void | 
set_timeout_msec(int timeout_msec)  | 
void | 
setFieldValue(Kestrel.get_args._Fields field,
             Object value)  | 
String | 
toString()  | 
void | 
unset_auto_abort_msec()  | 
void | 
unset_max_items()  | 
void | 
unset_queue_name()  | 
void | 
unset_timeout_msec()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift7.protocol.TProtocol oprot)  | 
public static final Map<Kestrel.get_args._Fields,org.apache.thrift7.meta_data.FieldMetaData> metaDataMap
public get_args()
public get_args(Kestrel.get_args other)
public Kestrel.get_args deepCopy()
deepCopy in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public void clear()
clear in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public String get_queue_name()
public void set_queue_name(String queue_name)
public void unset_queue_name()
public boolean is_set_queue_name()
public void set_queue_name_isSet(boolean value)
public int get_max_items()
public void set_max_items(int max_items)
public void unset_max_items()
public boolean is_set_max_items()
public void set_max_items_isSet(boolean value)
public int get_timeout_msec()
public void set_timeout_msec(int timeout_msec)
public void unset_timeout_msec()
public boolean is_set_timeout_msec()
public void set_timeout_msec_isSet(boolean value)
public int get_auto_abort_msec()
public void set_auto_abort_msec(int auto_abort_msec)
public void unset_auto_abort_msec()
public boolean is_set_auto_abort_msec()
public void set_auto_abort_msec_isSet(boolean value)
public void setFieldValue(Kestrel.get_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public Object getFieldValue(Kestrel.get_args._Fields field)
getFieldValue in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public boolean isSet(Kestrel.get_args._Fields field)
isSet in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public boolean equals(Kestrel.get_args that)
public int compareTo(Kestrel.get_args other)
compareTo in interface Comparable<Kestrel.get_args>public Kestrel.get_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>public void read(org.apache.thrift7.protocol.TProtocol iprot) throws org.apache.thrift7.TException
read in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>org.apache.thrift7.TExceptionpublic void write(org.apache.thrift7.protocol.TProtocol oprot) throws org.apache.thrift7.TException
write in interface org.apache.thrift7.TBase<Kestrel.get_args,Kestrel.get_args._Fields>org.apache.thrift7.TExceptionpublic void validate() throws org.apache.thrift7.TException
org.apache.thrift7.TException