Class GetSnapshot
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.client.messages.GetSnapshot
-
public final class GetSnapshot extends Object
Internal client message to get a snapshot of the current state based on whether or not persistence is enabled. Returns aGetSnapshotReply
instance.- Author:
- Thomas Pantelis
-
-
Field Summary
Fields Modifier and Type Field Description static GetSnapshot
INSTANCE
-
Constructor Summary
Constructors Constructor Description GetSnapshot(akka.util.Timeout timeout)
-
-
-
Field Detail
-
INSTANCE
public static final GetSnapshot INSTANCE
-
-
Method Detail
-
getTimeout
public Optional<akka.util.Timeout> getTimeout()
-
-