public static class ModuleInfo.QueueInfo extends Object implements Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
int |
getBatchLatency()
Return a moving average of the time (microseconds) for a batch of tuples to traverse the queue
|
int |
getBatchProcessingTime()
Return the a moving average of the amount of time (microseconds) that it takes
to process a batch of tuples.
|
long |
getBatchSize()
Return a moving average of the size of a batch of tuples
|
int |
getCurrentQueueLength()
Return the approximate number of tuples currently in this queue.
|
int |
getMaxQueueLength()
Return the maximum numbers of tuples that this queue
has ever seen.
|
String |
getName()
Return the name of this queue.
|
int |
hashCode() |
String |
toString() |
public int getMaxQueueLength()
public int getCurrentQueueLength()
public int getBatchProcessingTime()
public int getBatchLatency()
public long getBatchSize()
public String getName()