Class LocalShardNotFound


  • public class LocalShardNotFound
    extends Object
    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 Detail

      • LocalShardNotFound

        public LocalShardNotFound​(String shardName)
        Constructs an instance.
        Parameters:
        shardName - the name of the shard that could not be found
    • Method Detail

      • getShardName

        public String getShardName()