Package org.onosproject.cluster
Interface ProxyFactory<T>
-
public interface ProxyFactory<T>
Constructs proxy instances for nodes in the cluster.The proxy factory constructs proxy instances for the master node of a given
NodeId
. When a proxy method is invoked, the method will be called on the provided node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getProxyFor(NodeId nodeId)
Returns the proxy for the given peer.
-