public class ShardReadTransaction extends ShardTransaction
LOG
Constructor and Description |
---|
ShardReadTransaction(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
akka.actor.ActorRef shardActor,
ShardStats shardStats) |
Modifier and Type | Method and Description |
---|---|
protected org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> |
getDOMStoreTransaction() |
void |
handleReceive(Object message)
Receive and handle an incoming message.
|
protected boolean |
returnCloseTransactionReply() |
dataExists, getShardActor, getTransactionId, props, readData
getActorNameOverride
executeInSelf, ignoreMessage, isValidSender, onReceive, unknownMessage
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
public ShardReadTransaction(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction, akka.actor.ActorRef shardActor, ShardStats shardStats)
public void handleReceive(Object message)
AbstractUntypedActor
AbstractUntypedActor.ignoreMessage(Object)
or AbstractUntypedActor.unknownMessage(Object)
.handleReceive
in class ShardTransaction
message
- the incoming messageprotected org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> getDOMStoreTransaction()
getDOMStoreTransaction
in class ShardTransaction
protected boolean returnCloseTransactionReply()
returnCloseTransactionReply
in class ShardTransaction
Copyright © 2019 OpenDaylight. All rights reserved.