Package org.apache.storm.generated
Class LSTopoHistory
java.lang.Object
org.apache.storm.generated.LSTopoHistory
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<LSTopoHistory>,- org.apache.storm.thrift.TBase<LSTopoHistory,,- LSTopoHistory._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class LSTopoHistory
extends Object
implements org.apache.storm.thrift.TBase<LSTopoHistory,LSTopoHistory._Fields>, Serializable, Cloneable, Comparable<LSTopoHistory> 
- 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<LSTopoHistory._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd_to_groups(String elem) voidadd_to_users(String elem) voidclear()intcompareTo(LSTopoHistory other) deepCopy()booleanbooleanequals(LSTopoHistory that) fieldForId(int fieldId) intlongintinthashCode()booleanReturns true if field groups is set (has been assigned a value) and false otherwisebooleanReturns true if field time_stamp is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_id is set (has been assigned a value) and false otherwisebooleanReturns true if field users is set (has been assigned a value) and false otherwisebooleanisSet(LSTopoHistory._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_groups(List<String> groups) voidset_groups_isSet(boolean value) voidset_time_stamp(long time_stamp) voidset_time_stamp_isSet(boolean value) voidset_topology_id(String topology_id) voidset_topology_id_isSet(boolean value) voidvoidset_users_isSet(boolean value) voidsetFieldValue(LSTopoHistory._Fields field, Object value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<LSTopoHistory._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
LSTopoHistorypublic LSTopoHistory()
- 
LSTopoHistory
- 
LSTopoHistoryPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<LSTopoHistory,- LSTopoHistory._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<LSTopoHistory,- LSTopoHistory._Fields> 
 
- 
get_topology_id
- 
set_topology_id
- 
unset_topology_idpublic void unset_topology_id()
- 
is_set_topology_idpublic boolean is_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwise
- 
set_topology_id_isSetpublic void set_topology_id_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) 
- 
get_users_sizepublic int get_users_size()
- 
get_users_iterator
- 
add_to_users
- 
get_users
- 
set_users
- 
unset_userspublic void unset_users()
- 
is_set_userspublic boolean is_set_users()Returns true if field users is set (has been assigned a value) and false otherwise
- 
set_users_isSetpublic void set_users_isSet(boolean value) 
- 
get_groups_sizepublic int get_groups_size()
- 
get_groups_iterator
- 
add_to_groups
- 
get_groups
- 
set_groups
- 
unset_groupspublic void unset_groups()
- 
is_set_groupspublic boolean is_set_groups()Returns true if field groups is set (has been assigned a value) and false otherwise
- 
set_groups_isSetpublic void set_groups_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<LSTopoHistory,- LSTopoHistory._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<LSTopoHistory,- LSTopoHistory._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<LSTopoHistory,- LSTopoHistory._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<LSTopoHistory>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<LSTopoHistory,- LSTopoHistory._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
 
 
-