AbortTransaction |
|
AbortTransactionReply |
|
AbstractRead<T> |
Abstract base class for ReadData and DataExists messages.
|
AbstractThreePhaseCommitMessage |
Base class for a 3PC message.
|
ActorInitialized |
|
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 |
|
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 |
|
GetKnownClients |
Request a shard to report the clients it knows about.
|
GetKnownClientsReply |
|
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 |
|
OnInitialData |
Message sent to a data tree change listener actor to indicate there is no initial data.
|
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 |
|
ReadyTransactionReply |
|
RegisterDataTreeChangeListener |
|
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.
|
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.
|