Package org.apache.storm.generated
Class TopologyHistoryInfo
java.lang.Object
org.apache.storm.generated.TopologyHistoryInfo
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<TopologyHistoryInfo>
,org.apache.storm.thrift.TBase<TopologyHistoryInfo,
,TopologyHistoryInfo._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class TopologyHistoryInfo
extends Object
implements org.apache.storm.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>, Serializable, Cloneable, Comparable<TopologyHistoryInfo>
- 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<TopologyHistoryInfo._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add_to_topo_ids
(String elem) void
clear()
int
compareTo
(TopologyHistoryInfo other) deepCopy()
boolean
boolean
equals
(TopologyHistoryInfo that) fieldForId
(int fieldId) int
int
hashCode()
boolean
Returns true if field topo_ids is set (has been assigned a value) and false otherwiseboolean
isSet
(TopologyHistoryInfo._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_topo_ids
(List<String> topo_ids) void
set_topo_ids_isSet
(boolean value) void
setFieldValue
(TopologyHistoryInfo._Fields field, Object value) toString()
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<TopologyHistoryInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TopologyHistoryInfo
public TopologyHistoryInfo() -
TopologyHistoryInfo
-
TopologyHistoryInfo
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<TopologyHistoryInfo,
TopologyHistoryInfo._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<TopologyHistoryInfo,
TopologyHistoryInfo._Fields>
-
get_topo_ids_size
public int get_topo_ids_size() -
get_topo_ids_iterator
-
add_to_topo_ids
-
get_topo_ids
-
set_topo_ids
-
unset_topo_ids
public void unset_topo_ids() -
is_set_topo_ids
public boolean is_set_topo_ids()Returns true if field topo_ids is set (has been assigned a value) and false otherwise -
set_topo_ids_isSet
public void set_topo_ids_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<TopologyHistoryInfo,
TopologyHistoryInfo._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<TopologyHistoryInfo,
TopologyHistoryInfo._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<TopologyHistoryInfo,
TopologyHistoryInfo._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<TopologyHistoryInfo>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<TopologyHistoryInfo,
TopologyHistoryInfo._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
-