|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.generated.ClusterSummary
public class ClusterSummary
| Nested Class Summary | |
|---|---|
static class |
ClusterSummary._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
static Map<ClusterSummary._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
| Constructor Summary | |
|---|---|
ClusterSummary()
|
|
ClusterSummary(ClusterSummary other)
Performs a deep copy on other. |
|
ClusterSummary(List<SupervisorSummary> supervisors,
int nimbus_uptime_secs,
List<TopologySummary> topologies)
|
|
| Method Summary | |
|---|---|
void |
add_to_supervisors(SupervisorSummary elem)
|
void |
add_to_topologies(TopologySummary elem)
|
void |
clear()
|
int |
compareTo(ClusterSummary other)
|
ClusterSummary |
deepCopy()
|
boolean |
equals(ClusterSummary that)
|
boolean |
equals(Object that)
|
ClusterSummary._Fields |
fieldForId(int fieldId)
|
int |
get_nimbus_uptime_secs()
|
Iterator<SupervisorSummary> |
get_supervisors_iterator()
|
int |
get_supervisors_size()
|
List<SupervisorSummary> |
get_supervisors()
|
Iterator<TopologySummary> |
get_topologies_iterator()
|
int |
get_topologies_size()
|
List<TopologySummary> |
get_topologies()
|
Object |
getFieldValue(ClusterSummary._Fields field)
|
int |
hashCode()
|
boolean |
is_set_nimbus_uptime_secs()
Returns true if field nimbus_uptime_secs is set (has been assigned a value) and false otherwise |
boolean |
is_set_supervisors()
Returns true if field supervisors is set (has been assigned a value) and false otherwise |
boolean |
is_set_topologies()
Returns true if field topologies is set (has been assigned a value) and false otherwise |
boolean |
isSet(ClusterSummary._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_nimbus_uptime_secs_isSet(boolean value)
|
void |
set_nimbus_uptime_secs(int nimbus_uptime_secs)
|
void |
set_supervisors_isSet(boolean value)
|
void |
set_supervisors(List<SupervisorSummary> supervisors)
|
void |
set_topologies_isSet(boolean value)
|
void |
set_topologies(List<TopologySummary> topologies)
|
void |
setFieldValue(ClusterSummary._Fields field,
Object value)
|
String |
toString()
|
void |
unset_nimbus_uptime_secs()
|
void |
unset_supervisors()
|
void |
unset_topologies()
|
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<ClusterSummary._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public ClusterSummary()
public ClusterSummary(List<SupervisorSummary> supervisors,
int nimbus_uptime_secs,
List<TopologySummary> topologies)
public ClusterSummary(ClusterSummary other)
| Method Detail |
|---|
public ClusterSummary deepCopy()
deepCopy in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>public int get_supervisors_size()
public Iterator<SupervisorSummary> get_supervisors_iterator()
public void add_to_supervisors(SupervisorSummary elem)
public List<SupervisorSummary> get_supervisors()
public void set_supervisors(List<SupervisorSummary> supervisors)
public void unset_supervisors()
public boolean is_set_supervisors()
public void set_supervisors_isSet(boolean value)
public int get_nimbus_uptime_secs()
public void set_nimbus_uptime_secs(int nimbus_uptime_secs)
public void unset_nimbus_uptime_secs()
public boolean is_set_nimbus_uptime_secs()
public void set_nimbus_uptime_secs_isSet(boolean value)
public int get_topologies_size()
public Iterator<TopologySummary> get_topologies_iterator()
public void add_to_topologies(TopologySummary elem)
public List<TopologySummary> get_topologies()
public void set_topologies(List<TopologySummary> topologies)
public void unset_topologies()
public boolean is_set_topologies()
public void set_topologies_isSet(boolean value)
public void setFieldValue(ClusterSummary._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>public Object getFieldValue(ClusterSummary._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>public boolean isSet(ClusterSummary._Fields field)
isSet in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(ClusterSummary that)
public int hashCode()
hashCode in class Objectpublic int compareTo(ClusterSummary other)
compareTo in interface Comparable<ClusterSummary>public ClusterSummary._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<ClusterSummary,ClusterSummary._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<ClusterSummary,ClusterSummary._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 | |||||||||