Class ShardDataTreeNotificationPublisherActor<T extends org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisher>

java.lang.Object
akka.actor.AbstractActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor<T>
All Implemented Interfaces:
Actor, ExecuteInSelfActor
Direct Known Subclasses:
ShardDataTreeChangePublisherActor

public class ShardDataTreeNotificationPublisherActor<T extends org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisher> extends AbstractUntypedActor
Actor used to generate and publish data tree notifications. This is used to offload the potentially expensive notification generation from the Shard actor.
Author:
Thomas Pantelis