|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.generated.Nimbus.submitTopologyWithOpts_args
public static class Nimbus.submitTopologyWithOpts_args
| Nested Class Summary | |
|---|---|
static class |
Nimbus.submitTopologyWithOpts_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
static Map<Nimbus.submitTopologyWithOpts_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
| Constructor Summary | |
|---|---|
Nimbus.submitTopologyWithOpts_args()
|
|
Nimbus.submitTopologyWithOpts_args(Nimbus.submitTopologyWithOpts_args other)
Performs a deep copy on other. |
|
Nimbus.submitTopologyWithOpts_args(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(Nimbus.submitTopologyWithOpts_args other)
|
Nimbus.submitTopologyWithOpts_args |
deepCopy()
|
boolean |
equals(Nimbus.submitTopologyWithOpts_args that)
|
boolean |
equals(Object that)
|
Nimbus.submitTopologyWithOpts_args._Fields |
fieldForId(int fieldId)
|
String |
get_jsonConf()
|
String |
get_name()
|
SubmitOptions |
get_options()
|
StormTopology |
get_topology()
|
String |
get_uploadedJarLocation()
|
Object |
getFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field)
|
int |
hashCode()
|
boolean |
is_set_jsonConf()
Returns true if field jsonConf is set (has been assigned a value) and false otherwise |
boolean |
is_set_name()
Returns true if field name is set (has been assigned a value) and false otherwise |
boolean |
is_set_options()
Returns true if field options is set (has been assigned a value) and false otherwise |
boolean |
is_set_topology()
Returns true if field topology is set (has been assigned a value) and false otherwise |
boolean |
is_set_uploadedJarLocation()
Returns true if field uploadedJarLocation is set (has been assigned a value) and false otherwise |
boolean |
isSet(Nimbus.submitTopologyWithOpts_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
set_jsonConf_isSet(boolean value)
|
void |
set_jsonConf(String jsonConf)
|
void |
set_name_isSet(boolean value)
|
void |
set_name(String name)
|
void |
set_options_isSet(boolean value)
|
void |
set_options(SubmitOptions options)
|
void |
set_topology_isSet(boolean value)
|
void |
set_topology(StormTopology topology)
|
void |
set_uploadedJarLocation_isSet(boolean value)
|
void |
set_uploadedJarLocation(String uploadedJarLocation)
|
void |
setFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field,
Object value)
|
String |
toString()
|
void |
unset_jsonConf()
|
void |
unset_name()
|
void |
unset_options()
|
void |
unset_topology()
|
void |
unset_uploadedJarLocation()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Map<Nimbus.submitTopologyWithOpts_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public Nimbus.submitTopologyWithOpts_args()
public Nimbus.submitTopologyWithOpts_args(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options)
public Nimbus.submitTopologyWithOpts_args(Nimbus.submitTopologyWithOpts_args other)
| Method Detail |
|---|
public Nimbus.submitTopologyWithOpts_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>public String get_name()
public void set_name(String name)
public void unset_name()
public boolean is_set_name()
public void set_name_isSet(boolean value)
public String get_uploadedJarLocation()
public void set_uploadedJarLocation(String uploadedJarLocation)
public void unset_uploadedJarLocation()
public boolean is_set_uploadedJarLocation()
public void set_uploadedJarLocation_isSet(boolean value)
public String get_jsonConf()
public void set_jsonConf(String jsonConf)
public void unset_jsonConf()
public boolean is_set_jsonConf()
public void set_jsonConf_isSet(boolean value)
public StormTopology get_topology()
public void set_topology(StormTopology topology)
public void unset_topology()
public boolean is_set_topology()
public void set_topology_isSet(boolean value)
public SubmitOptions get_options()
public void set_options(SubmitOptions options)
public void unset_options()
public boolean is_set_options()
public void set_options_isSet(boolean value)
public void setFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>public Object getFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>public boolean isSet(Nimbus.submitTopologyWithOpts_args._Fields field)
isSet in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(Nimbus.submitTopologyWithOpts_args that)
public int hashCode()
hashCode in class Objectpublic int compareTo(Nimbus.submitTopologyWithOpts_args other)
compareTo in interface Comparable<Nimbus.submitTopologyWithOpts_args>public Nimbus.submitTopologyWithOpts_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||