Uses of Class
org.opendaylight.controller.remote.rpc.RemoteOpsProviderConfig
-
Packages that use RemoteOpsProviderConfig Package Description org.opendaylight.controller.remote.rpc org.opendaylight.controller.remote.rpc.registry org.opendaylight.controller.remote.rpc.registry.gossip -
-
Uses of RemoteOpsProviderConfig in org.opendaylight.controller.remote.rpc
Methods in org.opendaylight.controller.remote.rpc that return RemoteOpsProviderConfig Modifier and Type Method Description RemoteOpsProviderConfig
RemoteOpsProviderConfig.Builder. build()
static RemoteOpsProviderConfig
RemoteOpsProviderConfig. newInstance(String actorSystemName, boolean metricCaptureEnabled, int mailboxCapacity)
This is called via blueprint xml as the builder pattern can't be used.Methods in org.opendaylight.controller.remote.rpc with parameters of type RemoteOpsProviderConfig Modifier and Type Method Description static RemoteOpsProvider
RemoteOpsProviderFactory. createInstance(DOMRpcProviderService rpcProviderService, DOMRpcService rpcService, ActorSystem actorSystem, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService)
static Props
OpsManager. props(DOMRpcProviderService rpcProvisionRegistry, DOMRpcService rpcServices, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService)
Constructors in org.opendaylight.controller.remote.rpc with parameters of type RemoteOpsProviderConfig Constructor Description RemoteOpsProvider(ActorSystem actorSystem, DOMRpcProviderService rpcProvisionRegistry, DOMRpcService rpcService, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService)
-
Uses of RemoteOpsProviderConfig in org.opendaylight.controller.remote.rpc.registry
Methods in org.opendaylight.controller.remote.rpc.registry with parameters of type RemoteOpsProviderConfig Modifier and Type Method Description static Props
ActionRegistry. props(RemoteOpsProviderConfig config, ActorRef opsInvoker, ActorRef opsRegistrar)
Create a new props instance for instantiating an ActionRegistry actor.static Props
RpcRegistry. props(RemoteOpsProviderConfig config, ActorRef rpcInvoker, ActorRef rpcRegistrar)
Create a new props instance for instantiating an RpcRegistry actor.Constructors in org.opendaylight.controller.remote.rpc.registry with parameters of type RemoteOpsProviderConfig Constructor Description ActionRegistry(RemoteOpsProviderConfig config, ActorRef rpcInvoker, ActorRef rpcRegistrar)
RpcRegistry(RemoteOpsProviderConfig config, ActorRef rpcInvoker, ActorRef rpcRegistrar)
-
Uses of RemoteOpsProviderConfig in org.opendaylight.controller.remote.rpc.registry.gossip
Methods in org.opendaylight.controller.remote.rpc.registry.gossip that return RemoteOpsProviderConfig Modifier and Type Method Description protected RemoteOpsProviderConfig
BucketStoreActor. getConfig()
Methods in org.opendaylight.controller.remote.rpc.registry.gossip with parameters of type RemoteOpsProviderConfig Modifier and Type Method Description static Props
Gossiper. props(RemoteOpsProviderConfig config)
Constructors in org.opendaylight.controller.remote.rpc.registry.gossip with parameters of type RemoteOpsProviderConfig Constructor Description BucketStoreActor(RemoteOpsProviderConfig config, String persistenceId, T initialData)
-