Package | Description |
---|---|
org.opendaylight.controller.remote.rpc | |
org.opendaylight.controller.remote.rpc.registry | |
org.opendaylight.controller.remote.rpc.registry.gossip |
Modifier and Type | Method and Description |
---|---|
RemoteRpcProviderConfig |
RemoteRpcProviderConfig.Builder.build() |
static RemoteRpcProviderConfig |
RemoteRpcProviderConfig.newInstance(String actorSystemName,
boolean metricCaptureEnabled,
int mailboxCapacity)
This is called via blueprint xml as the builder pattern can't be used.
|
Modifier and Type | Method and Description |
---|---|
static RemoteRpcProvider |
RemoteRpcProviderFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProviderService,
org.opendaylight.mdsal.dom.api.DOMRpcService rpcService,
akka.actor.ActorSystem actorSystem,
RemoteRpcProviderConfig config) |
static akka.actor.Props |
RpcManager.props(org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProvisionRegistry,
org.opendaylight.mdsal.dom.api.DOMRpcService rpcServices,
RemoteRpcProviderConfig config) |
Constructor and Description |
---|
RemoteRpcProvider(akka.actor.ActorSystem actorSystem,
org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProvisionRegistry,
org.opendaylight.mdsal.dom.api.DOMRpcService rpcService,
RemoteRpcProviderConfig config) |
Modifier and Type | Method and Description |
---|---|
static akka.actor.Props |
RpcRegistry.props(RemoteRpcProviderConfig config,
akka.actor.ActorRef rpcInvoker,
akka.actor.ActorRef rpcRegistrar)
Create a new props instance for instantiating an RpcRegistry actor.
|
Constructor and Description |
---|
RpcRegistry(RemoteRpcProviderConfig config,
akka.actor.ActorRef rpcInvoker,
akka.actor.ActorRef rpcRegistrar) |
Modifier and Type | Method and Description |
---|---|
protected RemoteRpcProviderConfig |
BucketStoreActor.getConfig() |
Modifier and Type | Method and Description |
---|---|
static akka.actor.Props |
Gossiper.props(RemoteRpcProviderConfig config) |
Constructor and Description |
---|
BucketStoreActor(RemoteRpcProviderConfig config,
String persistenceId,
T initialData) |
Copyright © 2019 OpenDaylight. All rights reserved.