Uses of Class
org.opendaylight.controller.remote.rpc.registry.RpcRegistry.RemoteRpcEndpoint
-
Packages that use RpcRegistry.RemoteRpcEndpoint Package Description org.opendaylight.controller.remote.rpc.registry -
-
Uses of RpcRegistry.RemoteRpcEndpoint in org.opendaylight.controller.remote.rpc.registry
Methods in org.opendaylight.controller.remote.rpc.registry that return types with arguments of type RpcRegistry.RemoteRpcEndpoint Modifier and Type Method Description Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>>
RpcRegistry.Messages.UpdateRemoteEndpoints. getRpcEndpoints()
Constructor parameters in org.opendaylight.controller.remote.rpc.registry with type arguments of type RpcRegistry.RemoteRpcEndpoint Constructor Description UpdateRemoteEndpoints(Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>> rpcEndpoints)
-