|
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 IP-multicast based discovery SPI configuration.") public interface GridMulticastDiscoverySpiMBean
Management bean for GridMulticastDiscoverySpi.
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 |
getHeartbeatFrequency()
Gets delay between heartbeat requests. |
int |
getLeaveAttempts()
Gets number of attempts to notify another nodes that this one is leaving grid. |
String |
getLocalHost()
Gets local host IP address that discovery SPI uses. |
int |
getLocalPortRange()
Gets local port range for either TCP or multicast ports. |
int |
getMaximumMissedHeartbeats()
Gets number of heartbeat requests that could be missed before remote node is considered to be failed. |
String |
getMulticastGroup()
Gets IP address of multicast group. |
int |
getMulticastPort()
Gets port number which multicast messages are sent to. |
int |
getRemoteNodeCount()
Gets the number of remote nodes. |
Collection<UUID> |
getRemoteNodeIds()
Gets set of remote nodes IDs that have READY state. |
int |
getTcpPort()
Gets local port number that is used by discovery SPI. |
int |
getTimeToLive()
Gets TCP messages time-to-live. |
boolean |
isCheckMulticastEnabled()
By default this value is true. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="IP address of multicast group.") String getMulticastGroup()
@GridMBeanDescription(value="Port number which multicast messages are sent to.") int getMulticastPort()
@GridMBeanDescription(value="Local port number that is used by discovery SPI.") int getTcpPort()
@GridMBeanDescription(value="Local port range for either TCP or multicast ports.") int getLocalPortRange()
GridMulticastDiscoverySpi.setLocalPortRange(int) for details.
@GridMBeanDescription(value="Delay between heartbeat requests in milliseconds.") long getHeartbeatFrequency()
@GridMBeanDescription(value="Number of heartbeat requests that could be missed before remote node is considered to be failed.") int getMaximumMissedHeartbeats()
@GridMBeanDescription(value="Number of attempts to notify another nodes that this one is leaving grid.") int getLeaveAttempts()
@GridMBeanDescription(value="Local host IP address that discovery SPI uses.") String getLocalHost()
@GridMBeanDescription(value="Set of remote nodes IDs.") Collection<UUID> getRemoteNodeIds()
@GridMBeanDescription(value="Number of remote nodes.") int getRemoteNodeCount()
@GridMBeanDescription(value="TCP messages time-to-live.") int getTimeToLive()
boolean isCheckMulticastEnabled()
|
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. |
|
|