public class PingMeta
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger
The logger.
|
private PingMode |
mode |
private java.lang.Integer |
numRetries |
private java.lang.Integer |
pingTimeoutMillis |
Constructor and Description |
---|
PingMeta() |
Modifier and Type | Method and Description |
---|---|
PingMode |
getMode() |
java.lang.Integer |
getNumRetries() |
java.lang.Integer |
getPingTimeoutMillis() |
void |
setMode(PingMode mode) |
void |
setNumRetries(java.lang.Integer numRetries) |
void |
setPingTimeoutMillis(java.lang.Integer pingTimeoutMillis) |
boolean |
validation() |
private static org.slf4j.Logger logger
private PingMode mode
private java.lang.Integer pingTimeoutMillis
private java.lang.Integer numRetries
public boolean validation() throws ParallelTaskInvalidException
ParallelTaskInvalidException
public PingMode getMode()
public void setMode(PingMode mode)
public java.lang.Integer getPingTimeoutMillis()
public void setPingTimeoutMillis(java.lang.Integer pingTimeoutMillis)
public java.lang.Integer getNumRetries()
public void setNumRetries(java.lang.Integer numRetries)