@Service public class DistributedProxyArpStore extends Object implements org.onosproject.net.proxyarp.ProxyArpStore
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.cluster.ClusterService |
clusterService |
protected org.onosproject.store.cluster.messaging.ClusterCommunicationService |
commService |
protected org.onosproject.net.host.HostService |
hostService |
protected org.onosproject.mastership.MastershipService |
mastershipService |
protected org.onosproject.store.serializers.StoreSerializer |
serializer |
| Constructor and Description |
|---|
DistributedProxyArpStore() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected void |
deactivate() |
void |
forward(org.onosproject.net.ConnectPoint outPort,
org.onosproject.net.Host subject,
ByteBuffer packet) |
void |
setDelegate(org.onosproject.net.proxyarp.ProxyArpStoreDelegate delegate) |
protected final org.onosproject.store.serializers.StoreSerializer serializer
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.mastership.MastershipService mastershipService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cluster.ClusterService clusterService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.store.cluster.messaging.ClusterCommunicationService commService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.host.HostService hostService
@Activate protected void activate()
@Deactivate protected void deactivate()
public void forward(org.onosproject.net.ConnectPoint outPort,
org.onosproject.net.Host subject,
ByteBuffer packet)
forward in interface org.onosproject.net.proxyarp.ProxyArpStorepublic void setDelegate(org.onosproject.net.proxyarp.ProxyArpStoreDelegate delegate)
setDelegate in interface org.onosproject.net.proxyarp.ProxyArpStoreCopyright © 2016. All rights reserved.