Package org.apache.storm.generated
Class GlobalStreamId
java.lang.Object
org.apache.storm.generated.GlobalStreamId
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<GlobalStreamId>
,org.apache.storm.thrift.TBase<GlobalStreamId,
,GlobalStreamId._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class GlobalStreamId
extends Object
implements org.apache.storm.thrift.TBase<GlobalStreamId,GlobalStreamId._Fields>, Serializable, Cloneable, Comparable<GlobalStreamId>
- 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<GlobalStreamId._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionGlobalStreamId
(String componentId, String streamId) GlobalStreamId
(GlobalStreamId other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(GlobalStreamId other) deepCopy()
boolean
boolean
equals
(GlobalStreamId that) fieldForId
(int fieldId) int
hashCode()
boolean
Returns true if field componentId is set (has been assigned a value) and false otherwiseboolean
Returns true if field streamId is set (has been assigned a value) and false otherwiseboolean
isSet
(GlobalStreamId._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_componentId
(String componentId) void
set_componentId_isSet
(boolean value) void
set_streamId
(String streamId) void
set_streamId_isSet
(boolean value) void
setFieldValue
(GlobalStreamId._Fields field, Object value) toString()
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<GlobalStreamId._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
GlobalStreamId
public GlobalStreamId() -
GlobalStreamId
-
GlobalStreamId
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<GlobalStreamId,
GlobalStreamId._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<GlobalStreamId,
GlobalStreamId._Fields>
-
get_componentId
-
set_componentId
-
unset_componentId
public void unset_componentId() -
is_set_componentId
public boolean is_set_componentId()Returns true if field componentId is set (has been assigned a value) and false otherwise -
set_componentId_isSet
public void set_componentId_isSet(boolean value) -
get_streamId
-
set_streamId
-
unset_streamId
public void unset_streamId() -
is_set_streamId
public boolean is_set_streamId()Returns true if field streamId is set (has been assigned a value) and false otherwise -
set_streamId_isSet
public void set_streamId_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<GlobalStreamId,
GlobalStreamId._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<GlobalStreamId,
GlobalStreamId._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<GlobalStreamId,
GlobalStreamId._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<GlobalStreamId>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<GlobalStreamId,
GlobalStreamId._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
-