public class FailoverParamsRequest extends Object implements Serializable
Constructor and Description |
---|
FailoverParamsRequest(String checkpointIdentifier,
VpgFailoverCommitPolicyRequest commitPolicy,
VpgFailoverShutdownPolicyRequest shutdownPolicy,
int timeToWaitBeforeShutdownInSec,
int commitValue) |
Modifier and Type | Method and Description |
---|---|
String |
getCheckpointIdentifier()
Gets the checkpoint identifier.
|
VpgFailoverCommitPolicyRequest |
getCommitPolicy()
Gets the commit policy.
|
int |
getCommitValue()
Gets the commit value.
|
VpgFailoverShutdownPolicyRequest |
getShutdownPolicy()
Gets the shutdown policy.
|
int |
getTimeToWaitBeforeShutdownInSec()
Gets the time to wait before shutdown in sec.
|
public FailoverParamsRequest(String checkpointIdentifier, VpgFailoverCommitPolicyRequest commitPolicy, VpgFailoverShutdownPolicyRequest shutdownPolicy, int timeToWaitBeforeShutdownInSec, int commitValue)
public String getCheckpointIdentifier()
public VpgFailoverCommitPolicyRequest getCommitPolicy()
public VpgFailoverShutdownPolicyRequest getShutdownPolicy()
public int getTimeToWaitBeforeShutdownInSec()
public int getCommitValue()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.