Class TransactionReadyReplyMapper
java.lang.Object
scala.runtime.AbstractFunction1<T,R>
akka.dispatch.Mapper<Object,ActorSelection>
org.opendaylight.controller.cluster.datastore.TransactionReadyReplyMapper
- All Implemented Interfaces:
scala.Function1<Object,
ActorSelection>
A
Mapper
extracting the ActorSelection
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.
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TransactionReadyReplyMapper
(ActorUtils actorUtils, TransactionIdentifier identifier) -
Method Summary
Modifier and TypeMethodDescriptionfinal ActorSelection
checkedApply
(Object serializedReadyReply) protected String
extractCohortPathFrom
(ReadyTransactionReply readyTxReply) protected final ActorUtils
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
-
Field Details
-
SAME_FAILURE_TRANSFORMER
-
-
Constructor Details
-
TransactionReadyReplyMapper
-
-
Method Details
-
getActorUtils
-
extractCohortPathFrom
-
checkedApply
- Overrides:
checkedApply
in classMapper<Object,
ActorSelection>
-