class documentation
class LockAttemptTimeoutStrategy(object):
Class with lock acquire timeout strategy.
Method | __init__ |
Initializes this class. |
Method |
|
Returns the timeout for the next attempt. |
Class Variable | __slots__ |
Undocumented |
Constant | _TIMEOUT |
Undocumented |
Instance Variable | _random |
Undocumented |
Instance Variable | _time |
Undocumented |
Instance Variable | _timeouts |
Undocumented |