|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JobMonitorMBean interface defines the methods to instrument the job being run to find out the statistics of the job and to find out all the processor states running in the controller. This follows the JMX standard MBean paradigm to define name of the MBean and methods instrument the job.
Method Summary | |
long |
getExpectedRecordsCount()
Gets the total number of records this job might try to process. |
long |
getProcessedRecordsCount()
Gets the records processed by this job so far. |
java.lang.String[] |
getProcessorIDList()
Returns the array of IDs assigned to be processors running under this controller. |
ProcessorState |
getProcessorState(java.lang.String processorID)
Gets the state of the processor identified by the given processor ID. |
Method Detail |
public long getExpectedRecordsCount()
public long getProcessedRecordsCount()
public java.lang.String[] getProcessorIDList()
public ProcessorState getProcessorState(java.lang.String processorID)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |