GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.spi.topology.attributes
Interface GridAttributesTopologySpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridAttributesTopologySpi

public interface GridAttributesTopologySpiMBean
extends GridSpiManagementMBean

Management bean for GridAttributesTopologySpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 Map<String,Serializable> getAttributes()
          Gets attribute names and values that nodes should have to be included in topology.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getAttributes

Map<String,Serializable> getAttributes()
Gets attribute names and values that nodes should have to be included in topology.

Default value is null which means all nodes will be added.

Returns:
Map of node attributes.

GridGain™ 2.0.3
Java API Specification

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