Package org.opendaylight.controller.cluster.datastore.messages
package org.opendaylight.controller.cluster.datastore.messages
-
ClassDescriptionAbstractRead<T>Abstract base class for ReadData and DataExists messages.Base class for a 3PC message.A message sent to the ShardManager to dynamically add a new local shard that is a replica for an existing shard that is already available in the cluster.Message used to batch write, merge, delete modification operations to the ShardTransaction actor.The reply for the BatchedModifications message.A local message sent to the ShardManager to change the raft voting status for members of a shard.A message sent to the ShardManager to dynamically create a new shard.A message about a DataTree having been changed.Deprecated, for removal: This API element is subject to removal in a future version.FindLocalShard is a message that should be sent to the org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager when we need to find a reference to a LocalShard.The FindPrimary message is used to locate the primary of any given shard.A local message sent to the ShardManager to flip the raft voting states for members of a shard.Transaction ReadyTransaction message that is forwarded to the local Shard from the ShardTransaction.Local message sent to an actor to retrieve
DataTreeListenerInfo
for reporting.Request a shard to report the clients it knows about.Reply toGetKnownClients
.Local message sent to a Shard to retrieve its data tree instance.Message sent to the local ShardManager to request the current role for the given shard.Reply to GetShardRole, containing the current role of the shard if present on the ShardManager.Local message sent in reply to FindPrimaryShard to indicate the primary shard is local to the caller.LocalShardFound is a message that is sent by the org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager when it finds a shard with the specified name in it's local shard registry.LocalShardNotFound is a message that is sent by the org.opendaylight.controller.cluster.datastore.shardmanager.ShardManager when it cannot locate a shard in it's local registry with the shardName specified.Message sent to local shard to try to gain shard leadership.Extends OnDemandRaftState to add Shard state.Message sent to a data tree change listener actor to indicate there is no initial data.Local message DTO that contains information about the primary shard.Message notifying the shard leader to apply modifications which have been prepared locally against its DataTree.Specialized message transformer, which transforms aReadyLocalTransaction
into aBatchedModifications
message.Request aDOMDataTreeChangeListener
registration be made on the shard leader.Successful reply to a notification listener registration request.A remote message sent to locate the primary shard.Local or remote message sent in reply to FindPrimaryShard to indicate the primary shard is remote to the caller.A message sent to the ShardManager to dynamically remove a local shard replica available in this node.A local message derived from LeaderStateChanged containing additional Shard-specific info that is sent when some state of the shard leader has changed.Deprecated, for removal: This API element is subject to removal in a future version.Abstract base class for a versioned Externalizable message.