| Modifier and Type | Method and Description |
|---|---|
Timing |
Timing.forSessionSleep()
Return a new timing with a multiple that ensures a ZK session timeout
|
Timing |
Timing.forSleepingABit()
Return a new timing with a multiple for sleeping a smaller amount of time
|
Timing |
Timing.forWaiting()
Return a new timing with the standard multiple for waiting on latches, etc.
|
Timing |
Timing.multiple(double n)
Return a new timing that is a multiple of the this timing
|
Timing |
Timing.multiple(double n,
int waitingMultiple)
Return a new timing that is a multiple of the this timing
|
Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.