Package com.yahoo.search.dispatch
Interface TimeoutHandler
- All Known Implementing Classes:
SimpleTimeoutHandler
public interface TimeoutHandler
Computes next timeout in milliseconds
- Author:
- baldersheim
-
Method Summary
Modifier and TypeMethodDescriptionlong
nextTimeoutMS
(int answeredNodes) int
reason()
Return a bitmask from com.yahoo.container.handler.Coverage.DEGRADED....
-
Method Details
-
nextTimeoutMS
long nextTimeoutMS(int answeredNodes) -
reason
int reason()Return a bitmask from com.yahoo.container.handler.Coverage.DEGRADED.... set
-