|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Apache20LicenseCompatible public interface GridFailoverContext
This interface defines a set of operations available to failover SPI
one a given failed job.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

| Method Summary | |
|---|---|
GridNode |
getBalancedNode(List<GridNode> top)
Gets the next balanced node for failed job. |
GridJobResult |
getJobResult()
Gets failed result of job execution. |
GridTaskSession |
getTaskSession()
Gets current task session. |
| Method Detail |
|---|
GridTaskSession getTaskSession()
GridJobResult getJobResult()
GridNode getBalancedNode(List<GridNode> top)
throws GridException
GridLoadBalancingSpi to
determine the optimal node for execution.
GridException - If anything failed.top - Topology to pick balanced node from.
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|