| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.deployment.local |
Contains default local deployment SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentSpi |
GridConfiguration.getDeploymentSpi()
Should return fully configured deployment SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setDeploymentSpi(GridDeploymentSpi deploySpi)
Sets fully configured instance of
GridDeploymentSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalDeploymentSpi
Local deployment SPI that implements only within VM deployment on local
node via
GridLocalDeploymentSpi.register(ClassLoader, Class) method. |
Copyright © 2014. All rights reserved.