public interface CheckpointMBean
checkpoints
.Modifier and Type | Method and Description |
---|---|
String |
createCheckpoint(long lifetime)
Create a new checkpoint with the given
lifetime . |
TabularData |
listCheckpoints()
List the checkpoints that are currently present along with
its id, creation time and expiry time.
|
boolean |
releaseCheckpoint(String id)
Release the checkpoint with the given
id . |
static final String TYPE
TabularData listCheckpoints()
String createCheckpoint(long lifetime)
lifetime
.lifetime
- NodeStore.checkpoint(long, java.util.Map<java.lang.String, java.lang.String>)
boolean releaseCheckpoint(String id)
id
.id
- true
on success, false
otherwise.NodeStore.checkpoint(long, java.util.Map<java.lang.String, java.lang.String>)
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"