public class CheckpointConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CheckpointConfig |
DEFAULT |
Constructor and Description |
---|
CheckpointConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getForce()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getKBytes()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getMinimizeRecoveryTime()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getMinutes()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setForce(boolean force)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setKBytes(int kbytes)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setMinimizeRecoveryTime(boolean minimizeRecoveryTime)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setMinutes(int minutes)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public static final CheckpointConfig DEFAULT
public CheckpointConfig()
public void setKBytes(int kbytes)
public int getKBytes()
public void setMinutes(int minutes)
public int getMinutes()
public void setForce(boolean force)
public boolean getForce()
public void setMinimizeRecoveryTime(boolean minimizeRecoveryTime)
public boolean getMinimizeRecoveryTime()