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 Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<LSTopoHistory._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add_to_groups
(String elem) void
add_to_users
(String elem) void
clear()
int
compareTo
(LSTopoHistory other) deepCopy()
boolean
boolean
equals
(LSTopoHistory that) fieldForId
(int fieldId) int
long
int
int
hashCode()
boolean
Returns true if field groups is set (has been assigned a value) and false otherwiseboolean
Returns true if field time_stamp is set (has been assigned a value) and false otherwiseboolean
Returns true if field topology_id is set (has been assigned a value) and false otherwiseboolean
Returns true if field users is set (has been assigned a value) and false otherwiseboolean
isSet
(LSTopoHistory._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
set_groups
(List<String> groups) void
set_groups_isSet
(boolean value) void
set_time_stamp
(long time_stamp) void
set_time_stamp_isSet
(boolean value) void
set_topology_id
(String topology_id) void
set_topology_id_isSet
(boolean value) void
void
set_users_isSet
(boolean value) void
setFieldValue
(LSTopoHistory._Fields field, Object value) toString()
void
void
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<LSTopoHistory._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
LSTopoHistory
public LSTopoHistory() -
LSTopoHistory
-
LSTopoHistory
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
get_topology_id
-
set_topology_id
-
unset_topology_id
public void unset_topology_id() -
is_set_topology_id
public boolean is_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwise -
set_topology_id_isSet
public void set_topology_id_isSet(boolean value) -
get_time_stamp
public long get_time_stamp() -
set_time_stamp
public void set_time_stamp(long time_stamp) -
unset_time_stamp
public void unset_time_stamp() -
is_set_time_stamp
public boolean is_set_time_stamp()Returns true if field time_stamp is set (has been assigned a value) and false otherwise -
set_time_stamp_isSet
public void set_time_stamp_isSet(boolean value) -
get_users_size
public int get_users_size() -
get_users_iterator
-
add_to_users
-
get_users
-
set_users
-
unset_users
public void unset_users() -
is_set_users
public boolean is_set_users()Returns true if field users is set (has been assigned a value) and false otherwise -
set_users_isSet
public void set_users_isSet(boolean value) -
get_groups_size
public int get_groups_size() -
get_groups_iterator
-
add_to_groups
-
get_groups
-
set_groups
-
unset_groups
public void unset_groups() -
is_set_groups
public boolean is_set_groups()Returns true if field groups is set (has been assigned a value) and false otherwise -
set_groups_isSet
public void set_groups_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LSTopoHistory>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<LSTopoHistory,
LSTopoHistory._Fields>
-
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
read
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
write
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
org.apache.storm.thrift.TException
-