GridGain™ 2.1.0
Java API Specification

Uses of Interface
org.gridgain.grid.spi.topology.GridTopologySpi

Packages that use GridTopologySpi
org.gridgain.grid icon Start Here  Contains main GridGain API interfaces and classes. 
org.gridgain.grid.spi.topology.attributes icon Contains attributes based topology SPI implementation. 
org.gridgain.grid.spi.topology.basic icon Contains default basic topology SPI implementation. 
org.gridgain.grid.spi.topology.nodefilter icon Contains topology SPI implementation based on filtering node metrics. 
 

Uses of GridTopologySpi in org.gridgain.grid
 

Methods in org.gridgain.grid that return GridTopologySpi
 GridTopologySpi[] GridConfiguration.getTopologySpi()
          Should return fully configured topology SPI implementation.
 GridTopologySpi[] GridConfigurationAdapter.getTopologySpi()
          Should return fully configured topology SPI implementation.
 

Methods in org.gridgain.grid with parameters of type GridTopologySpi
 void GridConfigurationAdapter.setTopologySpi(GridTopologySpi... topSpi)
          Sets fully configured instance of GridTopologySpi.
 

Uses of GridTopologySpi in org.gridgain.grid.spi.topology.attributes
 

Classes in org.gridgain.grid.spi.topology.attributes that implement GridTopologySpi
 class GridAttributesTopologySpi
          This class provides attribute based implementation for topology SPI.
 

Uses of GridTopologySpi in org.gridgain.grid.spi.topology.basic
 

Classes in org.gridgain.grid.spi.topology.basic that implement GridTopologySpi
 class GridBasicTopologySpi
          This class provides basic implementation for topology SPI.
 

Uses of GridTopologySpi in org.gridgain.grid.spi.topology.nodefilter
 

Classes in org.gridgain.grid.spi.topology.nodefilter that implement GridTopologySpi
 class GridNodeFilterTopologySpi
          This class provides implementation for topology SPI based on GridNodeFilter.
 


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.