public class StreamerStageMBeanAdapter extends Object implements StreamerStageMBean
| Constructor and Description |
|---|
StreamerStageMBeanAdapter(String stageName,
String stageClsName,
IgniteStreamerImpl streamer) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageExecutionTime()
Gets stage average execution time.
|
long |
getAverageWaitingTime()
Stage average waiting time.
|
int |
getFailuresCount()
Gets stage failure count.
|
long |
getMaximumExecutionTime()
Gets stage maximum execution time.
|
long |
getMaximumWaitingTime()
Gets stage maximum waiting time.
|
long |
getMinimumExecutionTime()
Gets stage minimum execution time.
|
long |
getMinimumWaitingTime()
Gets stage minimum waiting time.
|
String |
getName()
Gets stage name.
|
String |
getStageClassName()
Gets stage class name.
|
long |
getTotalExecutionCount()
Gets total stage execution count since last reset.
|
boolean |
isExecuting()
Gets flag indicating if stage is being currently executed by at least one thread on current node.
|
public StreamerStageMBeanAdapter(String stageName, String stageClsName, IgniteStreamerImpl streamer)
stageName - Stage name.stageClsName - Stage class name.streamer - Streamer implementation.public String getName()
getName in interface StreamerStageMBeanpublic String getStageClassName()
getStageClassName in interface StreamerStageMBeanpublic long getMinimumExecutionTime()
getMinimumExecutionTime in interface StreamerStageMBeanpublic long getMaximumExecutionTime()
getMaximumExecutionTime in interface StreamerStageMBeanpublic long getAverageExecutionTime()
getAverageExecutionTime in interface StreamerStageMBeanpublic long getMinimumWaitingTime()
getMinimumWaitingTime in interface StreamerStageMBeanpublic long getMaximumWaitingTime()
getMaximumWaitingTime in interface StreamerStageMBeanpublic long getAverageWaitingTime()
getAverageWaitingTime in interface StreamerStageMBeanpublic long getTotalExecutionCount()
getTotalExecutionCount in interface StreamerStageMBeanpublic int getFailuresCount()
getFailuresCount in interface StreamerStageMBeanpublic boolean isExecuting()
isExecuting in interface StreamerStageMBeanTrue if stage is executing now.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015