Package org.apache.storm.generated
Class DistributedRPCInvocations.fetchRequest_args
- java.lang.Object
-
- org.apache.storm.generated.DistributedRPCInvocations.fetchRequest_args
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<DistributedRPCInvocations.fetchRequest_args>
,org.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
,org.apache.storm.thrift.TSerializable
- Enclosing class:
- DistributedRPCInvocations
public static class DistributedRPCInvocations.fetchRequest_args extends Object implements org.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>, Serializable, Cloneable, Comparable<DistributedRPCInvocations.fetchRequest_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DistributedRPCInvocations.fetchRequest_args._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<DistributedRPCInvocations.fetchRequest_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description fetchRequest_args()
fetchRequest_args(String functionName)
fetchRequest_args(DistributedRPCInvocations.fetchRequest_args other)
Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
metaDataMap
public static final Map<DistributedRPCInvocations.fetchRequest_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
fetchRequest_args
public fetchRequest_args()
-
fetchRequest_args
public fetchRequest_args(String functionName)
-
fetchRequest_args
public fetchRequest_args(DistributedRPCInvocations.fetchRequest_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public DistributedRPCInvocations.fetchRequest_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
-
get_functionName
public String get_functionName()
-
set_functionName
public void set_functionName(String functionName)
-
unset_functionName
public void unset_functionName()
-
is_set_functionName
public boolean is_set_functionName()
Returns true if field functionName is set (has been assigned a value) and false otherwise
-
set_functionName_isSet
public void set_functionName_isSet(boolean value)
-
setFieldValue
public void setFieldValue(DistributedRPCInvocations.fetchRequest_args._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
-
getFieldValue
public Object getFieldValue(DistributedRPCInvocations.fetchRequest_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
-
isSet
public boolean isSet(DistributedRPCInvocations.fetchRequest_args._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<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._Fields>
-
equals
public boolean equals(DistributedRPCInvocations.fetchRequest_args that)
-
compareTo
public int compareTo(DistributedRPCInvocations.fetchRequest_args other)
- Specified by:
compareTo
in interfaceComparable<DistributedRPCInvocations.fetchRequest_args>
-
fieldForId
public DistributedRPCInvocations.fetchRequest_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<DistributedRPCInvocations.fetchRequest_args,DistributedRPCInvocations.fetchRequest_args._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
-
-