public class RemoteRpcProviderConfig extends CommonConfig
Modifier and Type | Class and Description |
---|---|
static class |
RemoteRpcProviderConfig.Builder |
Modifier and Type | Field and Description |
---|---|
protected static String |
TAG_ASK_DURATION |
protected static String |
TAG_RPC_BROKER_NAME |
protected static String |
TAG_RPC_BROKER_PATH |
protected static String |
TAG_RPC_MGR_NAME |
protected static String |
TAG_RPC_MGR_PATH |
protected static String |
TAG_RPC_REGISTRAR_NAME |
protected static String |
TAG_RPC_REGISTRY_NAME |
protected static String |
TAG_RPC_REGISTRY_PATH |
TAG_ACTOR_SYSTEM_NAME, TAG_MAILBOX, TAG_MAILBOX_CAPACITY, TAG_MAILBOX_PUSH_TIMEOUT, TAG_METRIC_CAPTURE_ENABLED
Constructor and Description |
---|
RemoteRpcProviderConfig(com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
akka.util.Timeout |
getAskDuration() |
scala.concurrent.duration.FiniteDuration |
getGossipTickInterval() |
String |
getRpcBrokerName() |
String |
getRpcBrokerPath() |
String |
getRpcManagerName() |
String |
getRpcManagerPath() |
String |
getRpcRegistrarName() |
String |
getRpcRegistryName() |
String |
getRpcRegistryPath() |
String |
getRpcRegistryPersistenceId() |
static RemoteRpcProviderConfig |
newInstance(String actorSystemName,
boolean metricCaptureEnabled,
int mailboxCapacity)
This is called via blueprint xml as the builder pattern can't be used.
|
getActorSystemName, getMailBoxCapacity, getMailBoxName, getMailBoxPushTimeout, isMetricCaptureEnabled
get
protected static final String TAG_RPC_BROKER_NAME
protected static final String TAG_RPC_REGISTRAR_NAME
protected static final String TAG_RPC_REGISTRY_NAME
protected static final String TAG_RPC_MGR_NAME
protected static final String TAG_RPC_BROKER_PATH
protected static final String TAG_RPC_REGISTRY_PATH
protected static final String TAG_RPC_MGR_PATH
protected static final String TAG_ASK_DURATION
public RemoteRpcProviderConfig(com.typesafe.config.Config config)
public String getRpcBrokerName()
public String getRpcRegistrarName()
public String getRpcRegistryName()
public String getRpcManagerName()
public String getRpcBrokerPath()
public String getRpcRegistryPath()
public String getRpcRegistryPersistenceId()
public String getRpcManagerPath()
public akka.util.Timeout getAskDuration()
public scala.concurrent.duration.FiniteDuration getGossipTickInterval()
public static RemoteRpcProviderConfig newInstance(String actorSystemName, boolean metricCaptureEnabled, int mailboxCapacity)
Copyright © 2019 OpenDaylight. All rights reserved.