backtype.storm.generated
Class Nimbus.submitTopologyWithOpts_args

java.lang.Object
  extended by backtype.storm.generated.Nimbus.submitTopologyWithOpts_args
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Nimbus.submitTopologyWithOpts_args>, org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>
Enclosing class:
Nimbus

public static class Nimbus.submitTopologyWithOpts_args
extends Object
implements org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>, Serializable, Cloneable

See Also:
Serialized Form

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

metaDataMap

public static final Map<Nimbus.submitTopologyWithOpts_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

Nimbus.submitTopologyWithOpts_args

public Nimbus.submitTopologyWithOpts_args()

Nimbus.submitTopologyWithOpts_args

public Nimbus.submitTopologyWithOpts_args(String name,
                                          String uploadedJarLocation,
                                          String jsonConf,
                                          StormTopology topology,
                                          SubmitOptions options)

Nimbus.submitTopologyWithOpts_args

public Nimbus.submitTopologyWithOpts_args(Nimbus.submitTopologyWithOpts_args other)
Performs a deep copy on other.

Method Detail

deepCopy

public Nimbus.submitTopologyWithOpts_args deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

get_name

public String get_name()

set_name

public void set_name(String name)

unset_name

public void unset_name()

is_set_name

public boolean is_set_name()
Returns true if field name is set (has been assigned a value) and false otherwise


set_name_isSet

public void set_name_isSet(boolean value)

get_uploadedJarLocation

public String get_uploadedJarLocation()

set_uploadedJarLocation

public void set_uploadedJarLocation(String uploadedJarLocation)

unset_uploadedJarLocation

public void unset_uploadedJarLocation()

is_set_uploadedJarLocation

public boolean is_set_uploadedJarLocation()
Returns true if field uploadedJarLocation is set (has been assigned a value) and false otherwise


set_uploadedJarLocation_isSet

public void set_uploadedJarLocation_isSet(boolean value)

get_jsonConf

public String get_jsonConf()

set_jsonConf

public void set_jsonConf(String jsonConf)

unset_jsonConf

public void unset_jsonConf()

is_set_jsonConf

public boolean is_set_jsonConf()
Returns true if field jsonConf is set (has been assigned a value) and false otherwise


set_jsonConf_isSet

public void set_jsonConf_isSet(boolean value)

get_topology

public StormTopology get_topology()

set_topology

public void set_topology(StormTopology topology)

unset_topology

public void unset_topology()

is_set_topology

public boolean is_set_topology()
Returns true if field topology is set (has been assigned a value) and false otherwise


set_topology_isSet

public void set_topology_isSet(boolean value)

get_options

public SubmitOptions get_options()

set_options

public void set_options(SubmitOptions options)

unset_options

public void unset_options()

is_set_options

public boolean is_set_options()
Returns true if field options is set (has been assigned a value) and false otherwise


set_options_isSet

public void set_options_isSet(boolean value)

setFieldValue

public void setFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

getFieldValue

public Object getFieldValue(Nimbus.submitTopologyWithOpts_args._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

isSet

public boolean isSet(Nimbus.submitTopologyWithOpts_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(Nimbus.submitTopologyWithOpts_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Nimbus.submitTopologyWithOpts_args other)
Specified by:
compareTo in interface Comparable<Nimbus.submitTopologyWithOpts_args>

fieldForId

public Nimbus.submitTopologyWithOpts_args._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<Nimbus.submitTopologyWithOpts_args,Nimbus.submitTopologyWithOpts_args._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.