public class ShardWriteTransaction extends ShardTransaction
LOG
Constructor and Description |
---|
ShardWriteTransaction(ReadWriteShardDataTreeTransaction transaction,
akka.actor.ActorRef shardActor,
ShardStats shardStats) |
Modifier and Type | Method and Description |
---|---|
protected void |
dataExists(DataExists message) |
protected ReadWriteShardDataTreeTransaction |
getDOMStoreTransaction() |
void |
handleReceive(Object message)
Receive and handle an incoming message.
|
protected void |
readData(ReadData message) |
dataExists, getShardActor, getTransactionId, props, readData, returnCloseTransactionReply
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 ShardWriteTransaction(ReadWriteShardDataTreeTransaction transaction, akka.actor.ActorRef shardActor, ShardStats shardStats)
protected ReadWriteShardDataTreeTransaction getDOMStoreTransaction()
getDOMStoreTransaction
in class ShardTransaction
public void handleReceive(Object message)
AbstractUntypedActor
AbstractUntypedActor.ignoreMessage(Object)
or AbstractUntypedActor.unknownMessage(Object)
.handleReceive
in class ShardTransaction
message
- the incoming messageprotected final void dataExists(DataExists message)
protected final void readData(ReadData message)
Copyright © 2019 OpenDaylight. All rights reserved.