Class ApplyState
java.lang.Object
org.opendaylight.controller.cluster.raft.base.messages.ApplyState
- All Implemented Interfaces:
akka.dispatch.ControlMessage
Local message sent by a RaftActor to itself to signal state has been applied to the state machine.
-
Constructor Summary
ConstructorsConstructorDescriptionApplyState(akka.actor.ActorRef clientActor, org.opendaylight.yangtools.concepts.Identifier identifier, ReplicatedLogEntry replicatedLogEntry) -
Method Summary
Modifier and TypeMethodDescriptionakka.actor.ActorReforg.opendaylight.yangtools.concepts.IdentifiertoString()
-
Constructor Details
-
ApplyState
public ApplyState(akka.actor.ActorRef clientActor, org.opendaylight.yangtools.concepts.Identifier identifier, ReplicatedLogEntry replicatedLogEntry)
-
-
Method Details