public static class ClusterServiceLocator.AttemptsConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
numAttempts |
private TimeUnit |
timeBetweenAttempsUnit |
private int |
timeBetweenAttempts |
| Constructor and Description |
|---|
ClusterServiceLocator.AttemptsConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumAttempts() |
int |
getTimeBetweenAttempts() |
TimeUnit |
getTimeBetweenAttemptsUnit() |
void |
setNumAttempts(int numAttempts) |
void |
setTimeBetweenAttempsUnit(TimeUnit timeBetweenAttempsUnit) |
void |
setTimeBetweenAttempts(int timeBetweenAttempts) |
private int numAttempts
private int timeBetweenAttempts
private TimeUnit timeBetweenAttempsUnit
public ClusterServiceLocator.AttemptsConfig()
public int getNumAttempts()
public void setNumAttempts(int numAttempts)
public TimeUnit getTimeBetweenAttemptsUnit()
public void setTimeBetweenAttempsUnit(TimeUnit timeBetweenAttempsUnit)
public int getTimeBetweenAttempts()
public void setTimeBetweenAttempts(int timeBetweenAttempts)
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.