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

  • 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