| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.failover.always |
Contains default "always" failover SPI.
|
| org.gridgain.grid.spi.failover.jobstealing |
Contains job stealing failover SPI.
|
| org.gridgain.grid.spi.failover.never |
Contains "never" failover SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridFailoverSpi[] |
GridConfiguration.getFailoverSpi()
Should return fully configured failover SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setFailoverSpi(GridFailoverSpi... failSpi)
Sets fully configured instance of
GridFailoverSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAlwaysFailoverSpi
Failover SPI that always reroutes a failed job to another node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobStealingFailoverSpi
Job stealing failover SPI needs to always be used in conjunction with
GridJobStealingCollisionSpi SPI. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNeverFailoverSpi
This class provides failover SPI implementation that never fails over.
|
Copyright © 2014. All rights reserved.