GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.metrics
Interface GridLocalMetricsSpi

All Superinterfaces:
GridSpi
All Known Implementing Classes:
GridJdkLocalMetricsSpi

@Apache20LicenseCompatible
public interface GridLocalMetricsSpi
extends GridSpi

Grid local metrics SPI allows grid to get metrics on local VM. These metrics are a subset of metrics included into GridNode.getMetrics() method. This way every grid node can become aware of certain changes on other nodes, such as CPU load for example.

GridGain comes with following implementations:





See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Method Summary
 GridLocalMetrics getMetrics()
          Provides local VM metrics.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpi
getName, getNodeAttributes, onContextDestroyed, onContextInitialized, spiStart, spiStop
 

Method Detail

getMetrics

GridLocalMetrics getMetrics()
Provides local VM metrics.

Returns:
Local VM metrics.

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.