Package org.onosproject.mastership
Interface MastershipProxyFactory<T>
-
public interface MastershipProxyFactory<T>
Mastership-based proxy factory.The mastership-based proxy factory constructs proxy instances for the master node of a given
DeviceId
. When a proxy method is invoked, the method will be called on the master node for the device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getProxyFor(DeviceId deviceId)
Returns the proxy for the given device.
-