Class RemoteOpsProviderConfig
java.lang.Object
org.opendaylight.controller.cluster.common.actor.AbstractConfig
org.opendaylight.controller.cluster.common.actor.CommonConfig
org.opendaylight.controller.remote.rpc.RemoteOpsProviderConfig
- All Implemented Interfaces:
UnifiedConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
Fields inherited from class org.opendaylight.controller.cluster.common.actor.CommonConfig
TAG_ACTOR_SYSTEM_NAME, TAG_MAILBOX, TAG_MAILBOX_CAPACITY, TAG_MAILBOX_PUSH_TIMEOUT, TAG_METRIC_CAPTURE_ENABLED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.duration.FiniteDuration
static RemoteOpsProviderConfig
newInstance
(String actorSystemName, boolean metricCaptureEnabled, int mailboxCapacity) This is called via blueprint xml as the builder pattern can't be used.Methods inherited from class org.opendaylight.controller.cluster.common.actor.CommonConfig
getActorSystemName, getMailBoxCapacity, getMailBoxName, getMailBoxPushTimeout, isMetricCaptureEnabled
Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractConfig
get
-
Field Details
-
TAG_RPC_BROKER_NAME
- See Also:
-
TAG_RPC_REGISTRAR_NAME
- See Also:
-
TAG_RPC_REGISTRY_NAME
- See Also:
-
TAG_ACTION_REGISTRY_NAME
- See Also:
-
TAG_RPC_MGR_NAME
- See Also:
-
TAG_RPC_BROKER_PATH
- See Also:
-
TAG_RPC_REGISTRY_PATH
- See Also:
-
TAG_ACTION_REGISTRY_PATH
- See Also:
-
TAG_RPC_MGR_PATH
- See Also:
-
TAG_ASK_DURATION
- See Also:
-
-
Constructor Details
-
RemoteOpsProviderConfig
public RemoteOpsProviderConfig(com.typesafe.config.Config config)
-
-
Method Details
-
getRpcBrokerName
-
getRpcRegistrarName
-
getRpcRegistryName
-
getActionRegistryName
-
getRpcManagerName
-
getRpcBrokerPath
-
getRpcRegistryPath
-
getRpcRegistryPersistenceId
-
getActionRegistryPath
-
getActionRegistryPersistenceId
-
getRpcManagerPath
-
getAskDuration
-
getGossipTickInterval
public scala.concurrent.duration.FiniteDuration getGossipTickInterval() -
newInstance
public static RemoteOpsProviderConfig newInstance(String actorSystemName, boolean metricCaptureEnabled, int mailboxCapacity) This is called via blueprint xml as the builder pattern can't be used.
-