|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.generated.ExecutorStats
public class ExecutorStats
| Nested Class Summary | |
|---|---|
static class |
ExecutorStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
static Map<ExecutorStats._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
| Constructor Summary | |
|---|---|
ExecutorStats()
|
|
ExecutorStats(ExecutorStats other)
Performs a deep copy on other. |
|
ExecutorStats(Map<String,Map<String,Long>> emitted,
Map<String,Map<String,Long>> transferred,
ExecutorSpecificStats specific)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(ExecutorStats other)
|
ExecutorStats |
deepCopy()
|
boolean |
equals(ExecutorStats that)
|
boolean |
equals(Object that)
|
ExecutorStats._Fields |
fieldForId(int fieldId)
|
int |
get_emitted_size()
|
Map<String,Map<String,Long>> |
get_emitted()
|
ExecutorSpecificStats |
get_specific()
|
int |
get_transferred_size()
|
Map<String,Map<String,Long>> |
get_transferred()
|
Object |
getFieldValue(ExecutorStats._Fields field)
|
int |
hashCode()
|
boolean |
is_set_emitted()
Returns true if field emitted is set (has been assigned a value) and false otherwise |
boolean |
is_set_specific()
Returns true if field specific is set (has been assigned a value) and false otherwise |
boolean |
is_set_transferred()
Returns true if field transferred is set (has been assigned a value) and false otherwise |
boolean |
isSet(ExecutorStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
void |
put_to_emitted(String key,
Map<String,Long> val)
|
void |
put_to_transferred(String key,
Map<String,Long> val)
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
set_emitted_isSet(boolean value)
|
void |
set_emitted(Map<String,Map<String,Long>> emitted)
|
void |
set_specific_isSet(boolean value)
|
void |
set_specific(ExecutorSpecificStats specific)
|
void |
set_transferred_isSet(boolean value)
|
void |
set_transferred(Map<String,Map<String,Long>> transferred)
|
void |
setFieldValue(ExecutorStats._Fields field,
Object value)
|
String |
toString()
|
void |
unset_emitted()
|
void |
unset_specific()
|
void |
unset_transferred()
|
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<ExecutorStats._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public ExecutorStats()
public ExecutorStats(Map<String,Map<String,Long>> emitted,
Map<String,Map<String,Long>> transferred,
ExecutorSpecificStats specific)
public ExecutorStats(ExecutorStats other)
| Method Detail |
|---|
public ExecutorStats deepCopy()
deepCopy in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>public int get_emitted_size()
public void put_to_emitted(String key,
Map<String,Long> val)
public Map<String,Map<String,Long>> get_emitted()
public void set_emitted(Map<String,Map<String,Long>> emitted)
public void unset_emitted()
public boolean is_set_emitted()
public void set_emitted_isSet(boolean value)
public int get_transferred_size()
public void put_to_transferred(String key,
Map<String,Long> val)
public Map<String,Map<String,Long>> get_transferred()
public void set_transferred(Map<String,Map<String,Long>> transferred)
public void unset_transferred()
public boolean is_set_transferred()
public void set_transferred_isSet(boolean value)
public ExecutorSpecificStats get_specific()
public void set_specific(ExecutorSpecificStats specific)
public void unset_specific()
public boolean is_set_specific()
public void set_specific_isSet(boolean value)
public void setFieldValue(ExecutorStats._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>public Object getFieldValue(ExecutorStats._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>public boolean isSet(ExecutorStats._Fields field)
isSet in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(ExecutorStats that)
public int hashCode()
hashCode in class Objectpublic int compareTo(ExecutorStats other)
compareTo in interface Comparable<ExecutorStats>public ExecutorStats._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<ExecutorStats,ExecutorStats._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<ExecutorStats,ExecutorStats._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 | |||||||||