Package org.apache.storm.generated
Class SpoutSpec
- java.lang.Object
-
- org.apache.storm.generated.SpoutSpec
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<SpoutSpec>
,org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>
,org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class SpoutSpec extends Object implements org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>, Serializable, Cloneable, Comparable<SpoutSpec>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpoutSpec._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<SpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description SpoutSpec()
SpoutSpec(ComponentObject spout_object, ComponentCommon common)
SpoutSpec(SpoutSpec other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(SpoutSpec other)
SpoutSpec
deepCopy()
boolean
equals(Object that)
boolean
equals(SpoutSpec that)
SpoutSpec._Fields
fieldForId(int fieldId)
ComponentCommon
get_common()
ComponentObject
get_spout_object()
Object
getFieldValue(SpoutSpec._Fields field)
int
hashCode()
boolean
is_set_common()
Returns true if field common is set (has been assigned a value) and false otherwiseboolean
is_set_spout_object()
Returns true if field spout_object is set (has been assigned a value) and false otherwiseboolean
isSet(SpoutSpec._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_common(ComponentCommon common)
void
set_common_isSet(boolean value)
void
set_spout_object(ComponentObject spout_object)
void
set_spout_object_isSet(boolean value)
void
setFieldValue(SpoutSpec._Fields field, Object value)
String
toString()
void
unset_common()
void
unset_spout_object()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<SpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
SpoutSpec
public SpoutSpec()
-
SpoutSpec
public SpoutSpec(ComponentObject spout_object, ComponentCommon common)
-
SpoutSpec
public SpoutSpec(SpoutSpec other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public SpoutSpec deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>
-
get_spout_object
public ComponentObject get_spout_object()
-
set_spout_object
public void set_spout_object(ComponentObject spout_object)
-
unset_spout_object
public void unset_spout_object()
-
is_set_spout_object
public boolean is_set_spout_object()
Returns true if field spout_object is set (has been assigned a value) and false otherwise
-
set_spout_object_isSet
public void set_spout_object_isSet(boolean value)
-
get_common
public ComponentCommon get_common()
-
set_common
public void set_common(ComponentCommon common)
-
unset_common
public void unset_common()
-
is_set_common
public boolean is_set_common()
Returns true if field common is set (has been assigned a value) and false otherwise
-
set_common_isSet
public void set_common_isSet(boolean value)
-
setFieldValue
public void setFieldValue(SpoutSpec._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>
-
getFieldValue
public Object getFieldValue(SpoutSpec._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>
-
isSet
public boolean isSet(SpoutSpec._Fields field)
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<SpoutSpec,SpoutSpec._Fields>
-
equals
public boolean equals(SpoutSpec that)
-
compareTo
public int compareTo(SpoutSpec other)
- Specified by:
compareTo
in interfaceComparable<SpoutSpec>
-
fieldForId
public SpoutSpec._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._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
-
validate
public void validate() throws org.apache.storm.thrift.TException
- Throws:
org.apache.storm.thrift.TException
-
-