|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributedTaskFailoverPolicy
DistributedTaskFailoverPolicy allows pluggable fail over target selection for a failed remotely executed distributed task.
Method Summary | |
---|---|
Address |
failover(FailoverContext context)
As parts of distributively executed task can fail due to the task itself throwing an exception or it can be an Infinispan system caused failure (e.g node failed or left cluster during task execution etc). |
int |
maxFailoverAttempts()
Maximum number of fail over attempts permitted by this DistributedTaskFailoverPolicy |
Method Detail |
---|
Address failover(FailoverContext context)
failoverContext
- the FailoverContext of the failed execution
int maxFailoverAttempts()
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |