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 |
|---|
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 int getNumAttempts()
public void setNumAttempts(int numAttempts)
public TimeUnit getTimeBetweenAttemptsUnit()
public void setTimeBetweenAttempsUnit(TimeUnit timeBetweenAttempsUnit)
public int getTimeBetweenAttempts()
public void setTimeBetweenAttempts(int timeBetweenAttempts)
Copyright © 2016 Apache NiFi Project. All rights reserved.