Interface | Description |
---|---|
ListenerRegistrationMessage | |
SerializableMessage |
Class | Description |
---|---|
AbortTransaction | |
AbortTransactionReply | |
AbstractRead<T> |
Abstract base class for ReadData and DataExists messages.
|
AbstractThreePhaseCommitMessage |
Base class for a 3PC message.
|
ActorInitialized | |
AddPrefixShardReplica |
A message sent to the ShardManager to dynamically add a new local shard
that is a replica for an existing prefix shard that is already available
in the cluster.
|
AddShardReplica |
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.
|
BatchedModifications |
Message used to batch write, merge, delete modification operations to the ShardTransaction actor.
|
BatchedModificationsReply |
The reply for the BatchedModifications message.
|
CanCommitTransaction | |
CanCommitTransactionReply | |
ChangeShardMembersVotingStatus |
A local message sent to the ShardManager to change the raft voting status for members of a shard.
|
CloseDataTreeNotificationListenerRegistration | |
CloseDataTreeNotificationListenerRegistrationReply | |
CloseTransaction | |
CloseTransactionChain | |
CloseTransactionReply | |
CommitTransaction | |
CommitTransactionReply | |
CreateShard |
A message sent to the ShardManager to dynamically create a new shard.
|
CreateTransaction | |
CreateTransactionReply | |
DataExists | |
DataExistsReply | |
DataTreeChanged |
A message about a DataTree having been changed.
|
DataTreeChangedReply | |
DataTreeListenerInfo |
Response to a
GetInfo query from a data tree listener actor. |
EmptyExternalizable |
Externalizable with no data.
|
EnableNotification | |
FindLocalShard |
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.
|
FindPrimary |
The FindPrimary message is used to locate the primary of any given shard.
|
FlipShardMembersVotingStatus |
A local message sent to the ShardManager to flip the raft voting states for members of a shard.
|
ForwardedReadyTransaction |
Transaction ReadyTransaction message that is forwarded to the local Shard from the ShardTransaction.
|
GetInfo |
Local message sent to an actor to retrieve internal information for reporting.
|
GetShardDataTree |
Local message sent to a Shard to retrieve its data tree instance.
|
GetShardRole |
Message sent to the local ShardManager to request the current role for the given shard.
|
GetShardRoleReply |
Reply to GetShardRole, containing the current role of the shard if present on the ShardManager.
|
LocalPrimaryShardFound |
Local message sent in reply to FindPrimaryShard to indicate the primary shard is local to the caller.
|
LocalShardFound |
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 |
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.
|
MakeLeaderLocal |
Message sent to local shard to try to gain shard leadership.
|
OnDemandShardState |
Extends OnDemandRaftState to add Shard state.
|
OnDemandShardState.Builder | |
PeerAddressResolved | |
PeerDown |
Message sent to a shard actor indicating one of its peers is down.
|
PeerUp |
Message sent to a shard actor indicating one of its peers is up.
|
PrimaryShardInfo |
Local message DTO that contains information about the primary shard.
|
ReadData | |
ReadDataReply | |
ReadyLocalTransaction |
Message notifying the shard leader to apply modifications which have been
prepared locally against its DataTree.
|
ReadyLocalTransactionSerializer |
Specialized message transformer, which transforms a
ReadyLocalTransaction
into a BatchedModifications message. |
ReadyTransactionReply | |
RegisterDataTreeChangeListener |
Request a
DOMDataTreeChangeListener registration be made on the
shard leader. |
RegisterDataTreeNotificationListenerReply |
Successful reply to a notification listener registration request.
|
RemoteFindPrimary |
A remote message sent to locate the primary shard.
|
RemotePrimaryShardFound |
Local or remote message sent in reply to FindPrimaryShard to indicate the primary shard is remote to the caller.
|
RemovePrefixShardReplica |
A message sent to the ShardManager to dynamically remove a local prefix shard
replica available in this node.
|
RemoveShardReplica |
A message sent to the ShardManager to dynamically remove a local shard
replica available in this node.
|
ShardLeaderStateChanged |
A local message derived from LeaderStateChanged containing additional Shard-specific info that is sent
when some state of the shard leader has changed.
|
SuccessReply |
A reply message indicating success.
|
UpdateSchemaContext | |
VersionedExternalizableMessage |
Abstract base class for a versioned Externalizable message.
|
Copyright © 2019 OpenDaylight. All rights reserved.