Package uk.gov.gchq.gaffer.jobtracker
Class Repeat
- java.lang.Object
-
- uk.gov.gchq.gaffer.jobtracker.Repeat
-
- All Implemented Interfaces:
Serializable
public class Repeat extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getInitialDelay()
long
getRepeatPeriod()
TimeUnit
getTimeUnit()
int
hashCode()
void
setInitialDelay(long initialDelay)
void
setRepeatPeriod(long repeatPeriod)
void
setTimeUnit(TimeUnit timeUnit)
String
toString()
-
-
-
Constructor Detail
-
Repeat
public Repeat()
-
Repeat
public Repeat(long initialDelay, long repeatPeriod, TimeUnit timeUnit)
-
-
Method Detail
-
getInitialDelay
public long getInitialDelay()
-
setInitialDelay
public void setInitialDelay(long initialDelay)
-
getRepeatPeriod
public long getRepeatPeriod()
-
setRepeatPeriod
public void setRepeatPeriod(long repeatPeriod)
-
getTimeUnit
public TimeUnit getTimeUnit()
-
setTimeUnit
public void setTimeUnit(TimeUnit timeUnit)
-
-