java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.FindLocalShard

public class FindLocalShard extends Object
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.
  • Constructor Details

    • FindLocalShard

      public FindLocalShard(String shardName, boolean waitUntilInitialized)
  • Method Details

    • getShardName

      public String getShardName()
    • isWaitUntilInitialized

      public boolean isWaitUntilInitialized()