@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class SupervisorPageInfo extends Object implements org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._Fields>, Serializable, Cloneable, Comparable<SupervisorPageInfo>
Modifier and Type | Class and Description |
---|---|
static class |
SupervisorPageInfo._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<SupervisorPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
SupervisorPageInfo() |
SupervisorPageInfo(SupervisorPageInfo other)
Performs a deep copy on other.
|
public static final Map<SupervisorPageInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public SupervisorPageInfo()
public SupervisorPageInfo(SupervisorPageInfo other)
Performs a deep copy on other.
public SupervisorPageInfo deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._Fields>
public int get_supervisor_summaries_size()
public Iterator<SupervisorSummary> get_supervisor_summaries_iterator()
public void add_to_supervisor_summaries(SupervisorSummary elem)
public List<SupervisorSummary> get_supervisor_summaries()
public void set_supervisor_summaries(List<SupervisorSummary> supervisor_summaries)
public void unset_supervisor_summaries()
public boolean is_set_supervisor_summaries()
Returns true if field supervisor_summaries is set (has been assigned a value) and false otherwise
public void set_supervisor_summaries_isSet(boolean value)
public int get_worker_summaries_size()
public Iterator<WorkerSummary> get_worker_summaries_iterator()
public void add_to_worker_summaries(WorkerSummary elem)
public List<WorkerSummary> get_worker_summaries()
public void set_worker_summaries(List<WorkerSummary> worker_summaries)
public void unset_worker_summaries()
public boolean is_set_worker_summaries()
Returns true if field worker_summaries is set (has been assigned a value) and false otherwise
public void set_worker_summaries_isSet(boolean value)
public void setFieldValue(SupervisorPageInfo._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._Fields>
public Object getFieldValue(SupervisorPageInfo._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._Fields>
public boolean isSet(SupervisorPageInfo._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<SupervisorPageInfo,SupervisorPageInfo._Fields>
public boolean equals(SupervisorPageInfo that)
public int compareTo(SupervisorPageInfo other)
compareTo
in interface Comparable<SupervisorPageInfo>
public SupervisorPageInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<SupervisorPageInfo,SupervisorPageInfo._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.