public static class DistributedRPC.execute_args extends Object implements org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>, Serializable, Cloneable, Comparable<DistributedRPC.execute_args>
Modifier and Type | Class and Description |
---|---|
static class |
DistributedRPC.execute_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<DistributedRPC.execute_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
execute_args() |
execute_args(DistributedRPC.execute_args other)
Performs a deep copy on other.
|
execute_args(String functionName,
String funcArgs) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(DistributedRPC.execute_args other) |
DistributedRPC.execute_args |
deepCopy() |
boolean |
equals(DistributedRPC.execute_args that) |
boolean |
equals(Object that) |
DistributedRPC.execute_args._Fields |
fieldForId(int fieldId) |
String |
get_funcArgs() |
String |
get_functionName() |
Object |
getFieldValue(DistributedRPC.execute_args._Fields field) |
int |
hashCode() |
boolean |
is_set_funcArgs()
Returns true if field funcArgs is set (has been assigned a value) and false otherwise
|
boolean |
is_set_functionName()
Returns true if field functionName is set (has been assigned a value) and false otherwise
|
boolean |
isSet(DistributedRPC.execute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_funcArgs_isSet(boolean value) |
void |
set_funcArgs(String funcArgs) |
void |
set_functionName_isSet(boolean value) |
void |
set_functionName(String functionName) |
void |
setFieldValue(DistributedRPC.execute_args._Fields field,
Object value) |
String |
toString() |
void |
unset_funcArgs() |
void |
unset_functionName() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<DistributedRPC.execute_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public execute_args()
public execute_args(DistributedRPC.execute_args other)
Performs a deep copy on other.
public DistributedRPC.execute_args deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public String get_functionName()
public void set_functionName(String functionName)
public void unset_functionName()
public boolean is_set_functionName()
Returns true if field functionName is set (has been assigned a value) and false otherwise
public void set_functionName_isSet(boolean value)
public String get_funcArgs()
public void set_funcArgs(String funcArgs)
public void unset_funcArgs()
public boolean is_set_funcArgs()
Returns true if field funcArgs is set (has been assigned a value) and false otherwise
public void set_funcArgs_isSet(boolean value)
public void setFieldValue(DistributedRPC.execute_args._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public Object getFieldValue(DistributedRPC.execute_args._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public boolean isSet(DistributedRPC.execute_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public boolean equals(DistributedRPC.execute_args that)
public int compareTo(DistributedRPC.execute_args other)
compareTo
in interface Comparable<DistributedRPC.execute_args>
public DistributedRPC.execute_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<DistributedRPC.execute_args,DistributedRPC.execute_args._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.