|
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 provide access to TCP-based communication SPI.") public interface GridTcpCommunicationSpiMBean
MBean provide access to TCP-based communication SPI.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
long |
getIdleConnectionTimeout()
Gets maximum idle connection time upon which idle connections will be closed. |
String |
getLocalAddress()
Gets local host address for socket binding. |
int |
getLocalPort()
Gets local port for socket binding. |
int |
getLocalPortRange()
Gets maximum number of local ports tried if all previously tried ports are occupied. |
int |
getMessageThreads()
Gets number of threads used for handling NIO messages. |
int |
getNioActiveThreadCount()
Returns the approximate number of threads that are actively processing NIO tasks. |
int |
getNioCorePoolSize()
Returns the core number of NIO threads. |
int |
getNioLargestPoolSize()
Returns the largest number of NIO threads that have ever simultaneously been in the pool. |
int |
getNioMaximumPoolSize()
Returns the maximum allowed number of NIO threads. |
int |
getNioPoolSize()
Returns the current number of NIO threads in the pool. |
int |
getNioTaskQueueSize()
Gets current size of the NIO queue size. |
long |
getNioTotalCompletedTaskCount()
Returns the approximate total number of NIO tasks that have completed execution. |
long |
getNioTotalScheduledTaskCount()
Returns the approximate total number of NIO tasks that have been scheduled for execution. |
boolean |
isDirectBuffer()
Gets flag that indicates whether direct or heap allocated buffer is used. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Approximate number of threads that are actively processing NIO tasks.") int getNioActiveThreadCount()
@GridMBeanDescription(value="Approximate total number of NIO tasks that have completed execution.") long getNioTotalCompletedTaskCount()
@GridMBeanDescription(value="Current size of the NIO queue size.") int getNioTaskQueueSize()
@GridMBeanDescription(value="Core number of NIO threads.") int getNioCorePoolSize()
@GridMBeanDescription(value="Largest number of NIO threads that have ever simultaneously been in the pool.") int getNioLargestPoolSize()
@GridMBeanDescription(value="Maximum allowed number of NIO threads.") int getNioMaximumPoolSize()
@GridMBeanDescription(value="Current number of NIO threads in the pool.") int getNioPoolSize()
@GridMBeanDescription(value="Approximate total number of NIO tasks that have been scheduled for execution.") long getNioTotalScheduledTaskCount()
@GridMBeanDescription(value="Grid node IP address.") String getLocalAddress()
@GridMBeanDescription(value="Port number.") int getLocalPort()
@GridMBeanDescription(value="Local port range.") int getLocalPortRange()
@GridMBeanDescription(value="Maximum idle connection time.") long getIdleConnectionTimeout()
@GridMBeanDescription(value="Flag that indicates whether direct or heap allocated buffer is used.") boolean isDirectBuffer()
@GridMBeanDescription(value="Number of threads used for handling NIO messages.") int getMessageThreads()
|
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. |
|
|