GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.discovery.coherence
Interface GridCoherenceDiscoverySpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridCoherenceDiscoverySpi

@GridMBeanDescription(value="MBean that provides access to Coherence-based discovery SPI configuration.")
public interface GridCoherenceDiscoverySpiMBean
extends GridSpiManagementMBean

Management bean for GridCoherenceDiscoverySpi.



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 getCacheName()
          Gets Coherence cache name.
 long getMetricsFrequency()
          Gets delay between metrics requests.
 int getRemoteNodeCount()
          Gets number of remote nodes.
 Collection<UUID> getRemoteNodeIds()
          Gets set of discovered remote nodes IDs.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getRemoteNodeIds

@GridMBeanDescription(value="Set of remote nodes IDs.")
Collection<UUID> getRemoteNodeIds()
Gets set of discovered remote nodes IDs.

Returns:
Set of remote nodes IDs.

getRemoteNodeCount

@GridMBeanDescription(value="Number of remote nodes.")
int getRemoteNodeCount()
Gets number of remote nodes.

Returns:
Number of remote nodes.

getCacheName

@GridMBeanDescription(value="Coherence cache name.")
String getCacheName()
Gets Coherence cache name.

Returns:
Coherence cache name

getMetricsFrequency

@GridMBeanDescription(value="Time period in milliseconds.")
long getMetricsFrequency()
Gets delay between metrics requests. SPI sends broadcast messages in configurable time interval to another nodes to notify them about node metrics.

Returns:
Time period in milliseconds.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.