public class CommonConfig extends AbstractConfig
Modifier and Type | Class and Description |
---|---|
static class |
CommonConfig.Builder<T extends CommonConfig.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
protected static String |
TAG_ACTOR_SYSTEM_NAME |
protected static String |
TAG_MAILBOX |
protected static String |
TAG_MAILBOX_CAPACITY |
protected static String |
TAG_MAILBOX_PUSH_TIMEOUT |
protected static String |
TAG_METRIC_CAPTURE_ENABLED |
Constructor and Description |
---|
CommonConfig(com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
String |
getActorSystemName() |
Integer |
getMailBoxCapacity() |
String |
getMailBoxName() |
scala.concurrent.duration.FiniteDuration |
getMailBoxPushTimeout() |
boolean |
isMetricCaptureEnabled() |
get
protected static final String TAG_ACTOR_SYSTEM_NAME
protected static final String TAG_METRIC_CAPTURE_ENABLED
protected static final String TAG_MAILBOX_CAPACITY
protected static final String TAG_MAILBOX
protected static final String TAG_MAILBOX_PUSH_TIMEOUT
public String getActorSystemName()
public boolean isMetricCaptureEnabled()
public String getMailBoxName()
public Integer getMailBoxCapacity()
public scala.concurrent.duration.FiniteDuration getMailBoxPushTimeout()
Copyright © 2019 OpenDaylight. All rights reserved.