|
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 that provides access to JGroups-based discovery SPI configuration.") public interface GridJgroupsDiscoverySpiMBean
Management bean for GridJgroupsDiscoverySpi.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
String |
getConfigurationFile()
Gets either absolute or relative to GridGain installation home folder path to JGroups XML configuration file. |
String |
getGroupName()
Gets JGroups group name. |
long |
getJoinTimeout()
Gets time limit in milliseconds to wait for message responses from remote nodes. |
String |
getLocalHost()
Gets JGroups channel local IP address. |
int |
getLocalPort()
Gets JGroups channel local port number. |
long |
getMetricsFrequency()
Gets delay between metrics requests. |
int |
getRemoteNodeCount()
Gets the number of remote nodes. |
Collection<UUID> |
getRemoteNodeIds()
Gets set of remote nodes' IDs. |
String |
getStackName()
Gets JGroups stack name. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Set of remote nodes IDs.") Collection<UUID> getRemoteNodeIds()
@GridMBeanDescription(value="Number of remote nodes.") int getRemoteNodeCount()
@GridMBeanDescription(value="Path to JGroups configuration file.") String getConfigurationFile()
@GridMBeanDescription(value="JGroups channel local IP address.") String getLocalHost()
@GridMBeanDescription(value="JGroups channel local port number.") int getLocalPort()
@GridMBeanDescription(value="Timeout to wait for responses.") long getJoinTimeout()
@GridMBeanDescription(value="JGroups group name.") String getGroupName()
@GridMBeanDescription(value="JGroups stack name.") String getStackName()
@GridMBeanDescription(value="Delay in milliseconds between metrics requests.") long getMetricsFrequency()
|
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. |
|
|