public interface IProbe
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureThreshold() |
int |
getInitialDelaySeconds() |
int |
getPeriodSeconds() |
int |
getSuccessThreshold() |
int |
getTimeoutSeconds() |
void |
setFailureThreshold(int failureThreshold) |
void |
setInitialDelaySeconds(int delay) |
void |
setPeriodSeconds(int period) |
void |
setSuccessThreshold(int threshold) |
void |
setTimeoutSeconds(int timeout) |
void setInitialDelaySeconds(int delay)
int getInitialDelaySeconds()
void setPeriodSeconds(int period)
int getPeriodSeconds()
void setSuccessThreshold(int threshold)
int getSuccessThreshold()
void setFailureThreshold(int failureThreshold)
int getFailureThreshold()
void setTimeoutSeconds(int timeout)
int getTimeoutSeconds()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.