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 a GetSnapshotReply instance.
Author:
Thomas Pantelis
  • Field Details

  • Constructor Details

    • GetSnapshot

      public GetSnapshot(Timeout timeout)
  • Method Details