Class GetOnDemandRaftState

java.lang.Object
org.opendaylight.controller.cluster.raft.client.messages.GetOnDemandRaftState
All Implemented Interfaces:
org.apache.pekko.dispatch.ControlMessage

public final class GetOnDemandRaftState extends Object implements org.apache.pekko.dispatch.ControlMessage
Local message sent to a RaftActor to obtain a snapshot of statistical information. Returns an OnDemandRaftState instance.
Author:
Thomas Pantelis