|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GridMBeanDescription(value="MBean provides information about FIFO queue based collision SPI configuration.") public interface GridFifoQueueCollisionSpiMBean
Management bean that provides access to the FIFO queue collision SPI configuration.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
int |
getCurrentActiveJobsNumber()
Gets current number of jobs that are being executed. |
int |
getCurrentWaitJobsNumber()
Gets current number of jobs that wait for the execution. |
int |
getParallelJobsNumber()
Gets number of jobs that can be executed in parallel. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Number of jobs that can be executed in parallel.") int getParallelJobsNumber()
@GridMBeanDescription(value="Number of jobs that wait for execution.") int getCurrentWaitJobsNumber()
@GridMBeanDescription(value="Number of active jobs.") int getCurrentActiveJobsNumber()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|