Schedule | Schedule | |||
---|---|---|---|---|
Compiled from "Schedule.java" | Compiled from "Schedule.java" | |||
public class io.dropwizard.health.conf.Schedule { | public class io.dropwizard.health.conf.Schedule { | |||
public io.dropwizard.health.conf.Schedule(); | public io.dropwizard.health.conf.Schedule(); | |||
public io.dropwizard.util.Duration getInitialDelay(); | ||||
public void setInitialDelay(io.dropwizard.util.Duration); | ||||
public io.dropwizard.util.Duration getCheckInterval(); | public io.dropwizard.util.Duration getCheckInterval(); | |||
public void setCheckInterval(io.dropwizard.util.Duration); | public void setCheckInterval(io.dropwizard.util.Duration); | |||
public io.dropwizard.util.Duration getDowntimeInterval(); | public io.dropwizard.util.Duration getDowntimeInterval(); | |||
public void setDowntimeInterval(io.dropwizard.util.Duration); | public void setDowntimeInterval(io.dropwizard.util.Duration); | |||
public int getFailureAttempts(); | public int getFailureAttempts(); | |||
public void setFailureAttempts(int); | public void setFailureAttempts(int); | |||
public int getSuccessAttempts(); | public int getSuccessAttempts(); | |||
public void setSuccessAttempts(int); | public void setSuccessAttempts(int); | |||
public boolean equals(java.lang.Object); | public boolean equals(java.lang.Object); | |||
public int hashCode(); | public int hashCode(); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |