@Dependent public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_MAX_AQUIRE |
protected static int |
DEFAULT_MAX_DISPATCHER_INTERVAL |
protected static String |
DEFAULT_TABLE_NAME |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInitialDispatchInterval() |
int |
getMaxAquire() |
int |
getMaxConcurrentDispatching() |
int |
getMaxDispatchInterval() |
String |
getTableName() |
protected static final int DEFAULT_MAX_DISPATCHER_INTERVAL
protected static final String DEFAULT_TABLE_NAME
protected static final int DEFAULT_MAX_AQUIRE
public int getMaxDispatchInterval()
public int getInitialDispatchInterval()
public String getTableName()
public int getMaxAquire()
public int getMaxConcurrentDispatching()
Copyright © 2021. All rights reserved.