public class HealthCheck extends Object
| Constructor and Description |
|---|
HealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommand() |
Integer |
getGracePeriodSeconds() |
Integer |
getIntervalSeconds() |
Integer |
getMaxConsecutiveFailures() |
String |
getPath() |
Integer |
getPortIndex() |
String |
getProtocol() |
Integer |
getTimeoutSeconds() |
boolean |
isIgnoreHttp1xx() |
void |
setCommand(Command command) |
void |
setGracePeriodSeconds(Integer gracePeriodSeconds) |
void |
setIgnoreHttp1xx(boolean ignoreHttp1xx) |
void |
setIntervalSeconds(Integer intervalSeconds) |
void |
setMaxConsecutiveFailures(Integer maxConsecutiveFailures) |
void |
setPath(String path) |
void |
setPortIndex(Integer portIndex) |
void |
setProtocol(String protocol) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
String |
toString() |
public Integer getGracePeriodSeconds()
public void setGracePeriodSeconds(Integer gracePeriodSeconds)
public Integer getIntervalSeconds()
public void setIntervalSeconds(Integer intervalSeconds)
public Integer getMaxConsecutiveFailures()
public void setMaxConsecutiveFailures(Integer maxConsecutiveFailures)
public Integer getPortIndex()
public void setPortIndex(Integer portIndex)
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
public boolean isIgnoreHttp1xx()
public void setIgnoreHttp1xx(boolean ignoreHttp1xx)
public String getPath()
public void setPath(String path)
public String getProtocol()
public void setProtocol(String protocol)
public Command getCommand()
public void setCommand(Command command)
Copyright © 2016. All rights reserved.