Class LocalShardNotFound
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalShardNotFound
Constructs an instance.- Parameters:
shardName
- the name of the shard that could not be found
-
-
Method Details
-
getShardName
-