public abstract class ShardTransaction
extends org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorWithMetering
| Modifier | Constructor and Description |
|---|---|
protected |
ShardTransaction(akka.actor.ActorRef shardActor,
ShardStats shardStats,
org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier transactionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dataExists(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
DataExists message) |
protected abstract org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> |
getDOMStoreTransaction() |
protected akka.actor.ActorRef |
getShardActor() |
protected org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier |
getTransactionId() |
void |
handleReceive(Object message) |
static akka.actor.Props |
props(TransactionType type,
org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
akka.actor.ActorRef shardActor,
DatastoreContext datastoreContext,
ShardStats shardStats) |
protected void |
readData(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
ReadData message) |
protected boolean |
returnCloseTransactionReply() |
getActorNameOverrideexecuteInSelf, ignoreMessage, isValidSender, onReceive, unknownMessageakka$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, unhandledprotected ShardTransaction(akka.actor.ActorRef shardActor,
ShardStats shardStats,
org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier transactionId)
public static akka.actor.Props props(TransactionType type, org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction, akka.actor.ActorRef shardActor, DatastoreContext datastoreContext, ShardStats shardStats)
protected abstract org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> getDOMStoreTransaction()
protected akka.actor.ActorRef getShardActor()
protected final org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier getTransactionId()
public void handleReceive(Object message)
handleReceive in class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorprotected boolean returnCloseTransactionReply()
protected void readData(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
ReadData message)
protected void dataExists(org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
DataExists message)
Copyright © 2018 OpenDaylight. All rights reserved.