Class LocalShardNotFound

java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.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 Details

    • LocalShardNotFound

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

    • getShardName

      public String getShardName()