Package org.apache.storm.generated
Class ProfileRequest
java.lang.Object
org.apache.storm.generated.ProfileRequest
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<ProfileRequest>,- org.apache.storm.thrift.TBase<ProfileRequest,,- ProfileRequest._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ProfileRequest
extends Object
implements org.apache.storm.thrift.TBase<ProfileRequest,ProfileRequest._Fields>, Serializable, Cloneable, Comparable<ProfileRequest> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<ProfileRequest._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionProfileRequest(NodeInfo nodeInfo, ProfileAction action) ProfileRequest(ProfileRequest other) Performs a deep copy on other.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(ProfileRequest other) deepCopy()booleanbooleanequals(ProfileRequest that) fieldForId(int fieldId) longinthashCode()booleanReturns true if field action is set (has been assigned a value) and false otherwisebooleanReturns true if field nodeInfo is set (has been assigned a value) and false otherwisebooleanReturns true if field time_stamp is set (has been assigned a value) and false otherwisebooleanisSet(ProfileRequest._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_action(ProfileAction action) voidset_action_isSet(boolean value) voidset_nodeInfo(NodeInfo nodeInfo) voidset_nodeInfo_isSet(boolean value) voidset_time_stamp(long time_stamp) voidset_time_stamp_isSet(boolean value) voidsetFieldValue(ProfileRequest._Fields field, Object value) toString()voidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<ProfileRequest._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
ProfileRequestpublic ProfileRequest()
- 
ProfileRequest
- 
ProfileRequestPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
get_nodeInfo
- 
set_nodeInfo
- 
unset_nodeInfopublic void unset_nodeInfo()
- 
is_set_nodeInfopublic boolean is_set_nodeInfo()Returns true if field nodeInfo is set (has been assigned a value) and false otherwise
- 
set_nodeInfo_isSetpublic void set_nodeInfo_isSet(boolean value) 
- 
get_action- See Also:
 
- 
set_action- See Also:
 
- 
unset_actionpublic void unset_action()
- 
is_set_actionpublic boolean is_set_action()Returns true if field action is set (has been assigned a value) and false otherwise
- 
set_action_isSetpublic void set_action_isSet(boolean value) 
- 
get_time_stamppublic long get_time_stamp()
- 
set_time_stamppublic void set_time_stamp(long time_stamp) 
- 
unset_time_stamppublic void unset_time_stamp()
- 
is_set_time_stamppublic boolean is_set_time_stamp()Returns true if field time_stamp is set (has been assigned a value) and false otherwise
- 
set_time_stamp_isSetpublic void set_time_stamp_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<ProfileRequest>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<ProfileRequest,- ProfileRequest._Fields> 
 
- 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-