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

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor<T>
All Implemented Interfaces:
org.apache.pekko.actor.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
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.pekko.actor.AbstractActor

    org.apache.pekko.actor.AbstractActor.ActorContext, org.apache.pekko.actor.AbstractActor.Receive

    Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor

    org.apache.pekko.actor.Actor.emptyBehavior$, org.apache.pekko.actor.Actor.ignoringBehavior$
  • Field Summary

    Fields inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor

    LOG
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ShardDataTreeNotificationPublisherActor(T publisher, String name, String logContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Receive and handle an incoming message.
    protected String
     
    protected T
     

    Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor

    createReceive, executeInSelf, getContext, ignoreMessage, isValidSender, unknownMessage

    Methods inherited from class org.apache.pekko.actor.AbstractActor

    aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getSelf, getSender, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait