Class | Description |
---|---|
InitConfigListener |
Message sent to the local ShardManager, once the shard configuration shard is ready and the ShardManager should
start its listener.
|
LookupPrefixShard |
Sent to the local
ShardedDataTreeActor when there was a shard created
on the local node. |
NotifyProducerCreated |
Message sent to remote
ShardedDataTreeActor 's when attempting
to create a producer. |
NotifyProducerRemoved |
Message sent to remote
ShardedDataTreeActor 's when attempting
to close a producer. |
PrefixShardCreated |
Message sent to the local
ShardedDataTreeActor when a clustered
shard was created locally. |
PrefixShardRemovalLookup |
Sent to the local
ShardedDataTreeActor to initiate the lookup of the shard, once the shard is removed from
the system entirely the actor responds with a success. |
PrefixShardRemoved |
Message sent to remote
ShardedDataTreeActor 's when there is an attempt to remove the shard,
the ShardedDataTreeActor should remove the shard from the current configuration so that the change is picked up
in the backend ShardManager. |
ProducerCreated |
Message sent to local
ShardedDataTreeActor 's when there was an
attempt to create a producer on the local node. |
ProducerRemoved |
Message sent to local
ShardedDataTreeActor 's when there was an
attempt to close a producer on the local node. |
StartConfigShardLookup |
Message that should be sent to ShardedDataTreeActor when the lookup of the prefix config shard should begin.
|
Copyright © 2019 OpenDaylight. All rights reserved.