Class ShardReadWriteTransaction
java.lang.Object
akka.actor.AbstractActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorWithMetering
org.opendaylight.controller.cluster.datastore.ShardTransaction
org.opendaylight.controller.cluster.datastore.ShardWriteTransaction
org.opendaylight.controller.cluster.datastore.ShardReadWriteTransaction
- All Implemented Interfaces:
Actor
,ExecuteInSelfActor
@Deprecated(since="9.0.0",
forRemoval=true)
public class ShardReadWriteTransaction
extends ShardWriteTransaction
Deprecated, for removal: This API element is subject to removal in a future version.
Actor for a shard read/write transaction.
- Author:
- syedbahm
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.actor.AbstractActor
AbstractActor.ActorContext, AbstractActor.Receive
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
Field Summary
Fields inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
LOG
-
Constructor Summary
ConstructorsConstructorDescriptionShardReadWriteTransaction
(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleReceive
(Object message) Deprecated, for removal: This API element is subject to removal in a future version.Receive and handle an incoming message.Methods inherited from class org.opendaylight.controller.cluster.datastore.ShardWriteTransaction
dataExists, getDOMStoreTransaction, readData
Methods inherited from class org.opendaylight.controller.cluster.datastore.ShardTransaction
dataExists, getShardActor, getTransactionId, props, readData, 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 Details
-
ShardReadWriteTransaction
public ShardReadWriteTransaction(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
handleReceive
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractUntypedActor
Receive and handle an incoming message. If the implementation does not handle this particular message, it should callAbstractUntypedActor.ignoreMessage(Object)
orAbstractUntypedActor.unknownMessage(Object)
.- Overrides:
handleReceive
in classShardWriteTransaction
- Parameters:
message
- the incoming message
-