Class ShardReadTransaction

  • All Implemented Interfaces:
    akka.actor.Actor, org.opendaylight.controller.cluster.common.actor.ExecuteInSelfActor

    public class ShardReadTransaction
    extends ShardTransaction
    Actor for a shard read transaction.
    Author:
    syedbahm
    • Nested Class Summary

      • Nested classes/interfaces inherited from class akka.actor.AbstractActor

        akka.actor.AbstractActor.ActorContext, akka.actor.AbstractActor.Receive
      • Nested classes/interfaces inherited from interface akka.actor.Actor

        akka.actor.Actor.emptyBehavior$, akka.actor.Actor.ignoringBehavior$
    • Field Summary

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

        LOG
    • Constructor Summary

      Constructors 
      Constructor Description
      ShardReadTransaction​(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction, akka.actor.ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> getDOMStoreTransaction()  
      void handleReceive​(Object message)  
      protected boolean returnCloseTransactionReply()  
      • Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorWithMetering

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

        createReceive, executeInSelf, ignoreMessage, isValidSender, unknownMessage
      • Methods inherited from class akka.actor.AbstractActor

        akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled
    • Constructor Detail

      • ShardReadTransaction

        public ShardReadTransaction​(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
                                    akka.actor.ActorRef shardActor,
                                    org.opendaylight.controller.cluster.datastore.ShardStats shardStats)