public interface GridFailoverContext
| Modifier and Type | Method and Description |
|---|---|
GridNode |
getBalancedNode(List<GridNode> top)
Gets the next balanced node for failed job.
|
GridComputeJobResult |
getJobResult()
Gets failed result of job execution.
|
GridComputeTaskSession |
getTaskSession()
Gets current task session.
|
GridComputeTaskSession getTaskSession()
GridComputeJobResult getJobResult()
GridNode getBalancedNode(List<GridNode> top) throws GridException
GridLoadBalancingSpi to
determine the optimal node for execution.top - Topology to pick balanced node from.GridException - If anything failed.Copyright © 2014. All rights reserved.