Class FailoverParamsRequest

java.lang.Object
com.iland.core.web.rest.request.vpg.FailoverParamsRequest
All Implemented Interfaces:
Serializable

public class FailoverParamsRequest extends Object implements Serializable
Failover Params Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • getCheckpointIdentifier

      public String getCheckpointIdentifier()
      Gets the checkpoint identifier.
      Returns:
      the checkpoint identifier
    • getCommitPolicy

      public VpgFailoverCommitPolicyRequest getCommitPolicy()
      Gets the commit policy.
      Returns:
      the commit policy
    • getShutdownPolicy

      public VpgFailoverShutdownPolicyRequest getShutdownPolicy()
      Gets the shutdown policy.
      Returns:
      the shutdown policy
    • getTimeToWaitBeforeShutdownInSec

      public int getTimeToWaitBeforeShutdownInSec()
      Gets the time to wait before shutdown in sec.
      Returns:
      the time to wait before shutdown in sec
    • getCommitValue

      public int getCommitValue()
      Gets the commit value.
      Returns:
      the commit value