Constructor and Description |
---|
MultiCheckpointWriter() |
Modifier and Type | Method and Description |
---|---|
void |
addAllMaps(Collection<T> maps)
Add map(s) to the list of maps to be checkpointed by this class.
|
void |
addMap(T map)
Add a map to the list of maps to be checkpointed by this class.
|
Token |
appendCheckpoints(CorfuRuntime rt,
String author)
Checkpoint multiple SMRMaps.
|
public void addMap(T map)
public void addAllMaps(Collection<T> maps)
public Token appendCheckpoints(CorfuRuntime rt, String author)
rt
- CorfuRuntimeauthor
- Author's name, stored in checkpoint metadataCopyright © 2019 CorfuDB. All rights reserved.