|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| 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.
| Wiki | |
| Forum |

| Method Summary | |
|---|---|
long |
getHeartbeatFrequency()
Gets delay between heartbeat requests. |
int |
getHeartbeatThreadPriority()
Gets heartbeat thread priority. |
int |
getLeaveAttempts()
Gets number of attempts to notify another nodes that this one is leaving grid. |
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 |
getSocketTimeout()
Gets socket timeout. |
int |
getTcpPort()
Gets local port number that is used by discovery SPI. |
int |
getTimeToLive()
Gets 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="Heartbeat thread priority.") int getHeartbeatThreadPriority()
@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="Set of remote nodes IDs.") Collection<UUID> getRemoteNodeIds()
READY state.
@GridMBeanDescription(value="Number of remote nodes.") int getRemoteNodeCount()
@GridMBeanDescription(value="Messages time-to-live.") int getTimeToLive()
boolean isCheckMulticastEnabled()
true. On startup GridGain will check
if local node can receive multicast packets, and if not, will not allow
the node to startup.
True if multicast check is enabled,
false otherwise.@GridMBeanDescription(value="Socket timeout.") int getSocketTimeout()
|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Real Time Big Data
|
|
|