| Package | Description |
|---|---|
| org.onosproject.store.cluster.messaging |
Cluster messaging APIs for the use by the various distributed stores.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterCommunicationService.broadcast(ClusterMessage message)
Broadcast a message to all controller nodes.
|
boolean |
ClusterCommunicationService.broadcastIncludeSelf(ClusterMessage message)
Broadcast a message to all controller nodes including self.
|
void |
ClusterMessageHandler.handle(ClusterMessage message)
Handles/Processes the cluster message.
|
boolean |
ClusterCommunicationService.multicast(ClusterMessage message,
Set<NodeId> nodeIds)
Multicast a message to a set of controller nodes.
|
com.google.common.util.concurrent.ListenableFuture<byte[]> |
ClusterCommunicationService.sendAndReceive(ClusterMessage message,
NodeId toNodeId)
Sends a message synchronously.
|
boolean |
ClusterCommunicationService.unicast(ClusterMessage message,
NodeId toNodeId)
Sends a message to the specified controller node.
|
Copyright © 2015. All rights reserved.