Uses of Class
org.opendaylight.controller.remote.rpc.RemoteOpsProviderConfig
Packages that use RemoteOpsProviderConfig
Package
Description
- 
Uses of RemoteOpsProviderConfig in org.opendaylight.controller.remote.rpc
Methods in org.opendaylight.controller.remote.rpc that return RemoteOpsProviderConfigMethods in org.opendaylight.controller.remote.rpc with parameters of type RemoteOpsProviderConfigModifier and TypeMethodDescriptionstatic RemoteOpsProviderRemoteOpsProviderFactory.createInstance(DOMRpcProviderService rpcProviderService, DOMRpcService rpcService, org.apache.pekko.actor.ActorSystem actorSystem, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService) static org.apache.pekko.actor.PropsOpsManager.props(Path directory, DOMRpcProviderService rpcProvisionRegistry, DOMRpcService rpcServices, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService) static org.apache.pekko.actor.PropsOpsManager.props(DOMRpcProviderService rpcProvisionRegistry, DOMRpcService rpcServices, RemoteOpsProviderConfig config, DOMActionProviderService actionProviderService, DOMActionService actionService) Constructors in org.opendaylight.controller.remote.rpc with parameters of type RemoteOpsProviderConfigModifierConstructorDescriptionRemoteOpsProvider(org.apache.pekko.actor.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 RemoteOpsProviderConfigModifier and TypeMethodDescriptionstatic org.apache.pekko.actor.PropsActionRegistry.props(RemoteOpsProviderConfig config, Path directory, org.apache.pekko.actor.ActorRef opsInvoker, org.apache.pekko.actor.ActorRef opsRegistrar) Create a new props instance for instantiating an ActionRegistry actor.static org.apache.pekko.actor.PropsRpcRegistry.props(RemoteOpsProviderConfig config, Path directory, org.apache.pekko.actor.ActorRef rpcInvoker, org.apache.pekko.actor.ActorRef rpcRegistrar) Create a new props instance for instantiating an RpcRegistry actor.Constructors in org.opendaylight.controller.remote.rpc.registry with parameters of type RemoteOpsProviderConfigModifierConstructorDescriptionActionRegistry(RemoteOpsProviderConfig config, Path directory, org.apache.pekko.actor.ActorRef rpcInvoker, org.apache.pekko.actor.ActorRef rpcRegistrar) RpcRegistry(RemoteOpsProviderConfig config, Path directory, org.apache.pekko.actor.ActorRef rpcInvoker, org.apache.pekko.actor.ActorRef rpcRegistrar)  - 
Uses of RemoteOpsProviderConfig in org.opendaylight.controller.remote.rpc.registry.gossip
Methods in org.opendaylight.controller.remote.rpc.registry.gossip that return RemoteOpsProviderConfigModifier and TypeMethodDescriptionprotected final RemoteOpsProviderConfigBucketStoreActor.getConfig()Methods in org.opendaylight.controller.remote.rpc.registry.gossip with parameters of type RemoteOpsProviderConfigModifier and TypeMethodDescriptionstatic org.apache.pekko.actor.PropsGossiper.props(RemoteOpsProviderConfig config) Constructors in org.opendaylight.controller.remote.rpc.registry.gossip with parameters of type RemoteOpsProviderConfigModifierConstructorDescriptionprotectedBucketStoreActor(RemoteOpsProviderConfig config, Path directory, String persistenceId, T initialData)