public class CheckpointConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckpointConfig.CheckpointConfigBuilder |
| Constructor and Description |
|---|
CheckpointConfig(CheckpointMode checkpointMode,
int checkpointCount,
Duration checkpointInterval) |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointConfig.CheckpointConfigBuilder |
builder() |
int |
getCheckpointCount() |
Duration |
getCheckpointInterval() |
CheckpointMode |
getCheckpointMode() |
String |
toString() |
public CheckpointConfig(CheckpointMode checkpointMode, int checkpointCount, Duration checkpointInterval)
public static CheckpointConfig.CheckpointConfigBuilder builder()
public CheckpointMode getCheckpointMode()
public int getCheckpointCount()
public Duration getCheckpointInterval()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.