public static class RetrySimulation.SleepSequence extends Object
Constructor and Description |
---|
RetrySimulation.SleepSequence(List<Long> sleeps) |
Modifier and Type | Method and Description |
---|---|
long |
getLongestSleep()
Returns the longest individual sleep within this sequence.
|
List<Long> |
getSleeps() |
long |
getTotalSleep() |
String |
toString() |
Copyright © 2014 SpringSource. All rights reserved.