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