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