GridGain™ 2.1.0
Java API Specification

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

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridAttributesTopologySpi

@GridMBeanDescription(value="MBean that provides access to attributes based topology SPI configuration.")
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.1.0

 

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, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getAttributes

@GridMBeanDescription(value="Attribute names and values that nodes should have to be included in topology.")
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.1.0
Java API Specification

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