Class TransactionReadyReplyMapper
- java.lang.Object
-
- scala.runtime.AbstractFunction1<T,R>
-
- akka.dispatch.Mapper<Object,akka.actor.ActorSelection>
-
- org.opendaylight.controller.cluster.datastore.TransactionReadyReplyMapper
-
- All Implemented Interfaces:
scala.Function1<Object,akka.actor.ActorSelection>
public class TransactionReadyReplyMapper extends akka.dispatch.Mapper<Object,akka.actor.ActorSelection>
AMapper
extracting theActorSelection
pointing to the actor which is backing a particular transaction.This class is not for general consumption. It is public only to support the pre-lithium compatibility package. TODO: once we remove compatibility, make this class package-private and final.
-
-
Field Summary
Fields Modifier and Type Field Description protected static akka.dispatch.Mapper<Throwable,Throwable>
SAME_FAILURE_TRANSFORMER
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransactionReadyReplyMapper(ActorUtils actorUtils, TransactionIdentifier identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.ActorSelection
checkedApply(Object serializedReadyReply)
protected String
extractCohortPathFrom(ReadyTransactionReply readyTxReply)
protected ActorUtils
getActorUtils()
-
Methods inherited from class scala.runtime.AbstractFunction1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
-
-
-
-
Constructor Detail
-
TransactionReadyReplyMapper
protected TransactionReadyReplyMapper(ActorUtils actorUtils, TransactionIdentifier identifier)
-
-
Method Detail
-
getActorUtils
protected final ActorUtils getActorUtils()
-
extractCohortPathFrom
protected String extractCohortPathFrom(ReadyTransactionReply readyTxReply)
-
-