Uses of Class
dev.vality.fistful.repairer.Timer
| Package | Description |
|---|---|
| dev.vality.fistful.repairer |
-
Uses of Timer in dev.vality.fistful.repairer
Fields in dev.vality.fistful.repairer declared as Timer Modifier and Type Field Description TimerSetTimerAction. timerMethods in dev.vality.fistful.repairer that return Timer Modifier and Type Method Description static TimerTimer. deadline(String value)TimerTimer. deepCopy()TimerSetTimerAction. getTimer()static TimerTimer. timeout(int value)Methods in dev.vality.fistful.repairer with parameters of type Timer Modifier and Type Method Description intTimer. compareTo(Timer other)booleanTimer. equals(Timer other)SetTimerActionSetTimerAction. setTimer(Timer timer)Constructors in dev.vality.fistful.repairer with parameters of type Timer Constructor Description SetTimerAction(Timer timer)Timer(Timer other)