public class CopycatCommunicationProtocol
extends net.kuujo.copycat.protocol.AbstractProtocol
ClusterCommunicationService.| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.store.cluster.messaging.ClusterCommunicationService |
clusterCommunicator |
protected org.onosproject.cluster.ClusterService |
clusterService |
| Constructor and Description |
|---|
CopycatCommunicationProtocol(org.onosproject.cluster.ClusterService clusterService,
org.onosproject.store.cluster.messaging.ClusterCommunicationService clusterCommunicator) |
| Modifier and Type | Method and Description |
|---|---|
net.kuujo.copycat.util.Configurable |
copy() |
net.kuujo.copycat.protocol.ProtocolClient |
createClient(URI uri) |
net.kuujo.copycat.protocol.ProtocolServer |
createServer(URI uri) |
addResources, configure, equals, hashCode, toMap, toStringprotected org.onosproject.cluster.ClusterService clusterService
protected org.onosproject.store.cluster.messaging.ClusterCommunicationService clusterCommunicator
public CopycatCommunicationProtocol(org.onosproject.cluster.ClusterService clusterService,
org.onosproject.store.cluster.messaging.ClusterCommunicationService clusterCommunicator)
public net.kuujo.copycat.util.Configurable copy()
copy in interface net.kuujo.copycat.util.Copyable<net.kuujo.copycat.util.Configurable>copy in class net.kuujo.copycat.util.AbstractConfigurablepublic net.kuujo.copycat.protocol.ProtocolClient createClient(URI uri)
public net.kuujo.copycat.protocol.ProtocolServer createServer(URI uri)
Copyright © 2015. All rights reserved.