public abstract class DbConfig extends Object implements Config
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_SHORT_LIVED_MAP_TTL_SECONDS |
private boolean |
enabled |
private long |
shortLivedMapTtlSeconds |
Constructor and Description |
---|
DbConfig() |
Modifier and Type | Method and Description |
---|---|
long |
getShortLivedMapTtlSeconds() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setShortLivedMapTtlSeconds(long shortLivedMapTtlSecs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
public static final long DEFAULT_SHORT_LIVED_MAP_TTL_SECONDS
private long shortLivedMapTtlSeconds
private boolean enabled