| Package | Description |
|---|---|
| org.gridgain.grid.kernal.managers.failover |
TODO.
|
| org.gridgain.grid.spi.failover |
Contains APIs for failover SPI.
|
| 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 | Class and Description |
|---|---|
class |
GridFailoverContextImpl
GridFailoverContext implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridNode |
GridFailoverSpi.failover(GridFailoverContext ctx,
List<GridNode> top)
This method is called when method
GridComputeTask.result(GridComputeJobResult, List) returns
value GridComputeJobResultPolicy.FAILOVER policy indicating that the result of
job execution must be failed over. |
| Modifier and Type | Method and Description |
|---|---|
GridNode |
GridAlwaysFailoverSpi.failover(GridFailoverContext ctx,
List<GridNode> top)
This method is called when method
GridComputeTask.result(GridComputeJobResult, List) returns
value GridComputeJobResultPolicy.FAILOVER policy indicating that the result of
job execution must be failed over. |
| Modifier and Type | Method and Description |
|---|---|
GridNode |
GridJobStealingFailoverSpi.failover(GridFailoverContext ctx,
List<GridNode> top)
This method is called when method
GridComputeTask.result(GridComputeJobResult, List) returns
value GridComputeJobResultPolicy.FAILOVER policy indicating that the result of
job execution must be failed over. |
| Modifier and Type | Method and Description |
|---|---|
GridNode |
GridNeverFailoverSpi.failover(GridFailoverContext ctx,
List<GridNode> top)
This method is called when method
GridComputeTask.result(GridComputeJobResult, List) returns
value GridComputeJobResultPolicy.FAILOVER policy indicating that the result of
job execution must be failed over. |
Copyright © 2014. All rights reserved.