|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedBaseStageMBean
Interface to JMX enable the ExtendedBaseStage.
| Method Summary | |
|---|---|
Boolean |
getCollectBranchStats()
|
double |
getCurrentServiceTimeAverage()
Get the current average service time. |
Integer |
getCurrentStatWindowSize()
Get the size of the service time collection window |
long |
getObjectsReceived()
|
Integer |
getStatusBatchSize()
|
Long |
getStatusInterval()
|
String |
getStatusMessage()
|
long |
getTotalEmits()
|
long |
getTotalEmitTime()
|
long |
getTotalServiceTime()
|
void |
setCollectBranchStats(Boolean collectBranchStats)
Branch stats are disabled by default because they are slow. |
void |
setCurrentStatWindowSize(Integer newStatWindowSize)
Set the size of the service time collection window |
void |
setStatusBatchSize(Integer statusBatchSize)
|
void |
setStatusInterval(Long statusInterval)
|
| Method Detail |
|---|
String getStatusMessage()
Long getStatusInterval()
void setStatusInterval(Long statusInterval)
statusInterval - new status intervalInteger getStatusBatchSize()
void setStatusBatchSize(Integer statusBatchSize)
statusBatchSize - Size of batches processes by this stage (used to adjust throughput statistics)long getObjectsReceived()
long getTotalServiceTime()
long getTotalEmitTime()
long getTotalEmits()
Boolean getCollectBranchStats()
void setCollectBranchStats(Boolean collectBranchStats)
collectBranchStats - true if this stage should start collecting branch stats,
false otherwise.double getCurrentServiceTimeAverage()
Integer getCurrentStatWindowSize()
void setCurrentStatWindowSize(Integer newStatWindowSize)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||