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 TypeMethodDescriptionlongnextTimeoutMS(int answeredNodes) intreason()Return a bitmask from com.yahoo.container.handler.Coverage.DEGRADED.... set
-
Method Details
-
nextTimeoutMS
long nextTimeoutMS(int answeredNodes) -
reason
int reason()Return a bitmask from com.yahoo.container.handler.Coverage.DEGRADED.... set
-