public class SegmentCheckpointMBean extends AbstractCheckpointMBean
CheckpointMBean
implementation for the SegmentNodeStore
.Constructor and Description |
---|
SegmentCheckpointMBean(SegmentNodeStore store) |
Modifier and Type | Method and Description |
---|---|
String |
createCheckpoint(long lifetime)
Create a new checkpoint with the given
lifetime . |
boolean |
releaseCheckpoint(String checkpoint)
Release the checkpoint with the given
id . |
listCheckpoints
public SegmentCheckpointMBean(SegmentNodeStore store)
public String createCheckpoint(long lifetime)
CheckpointMBean
lifetime
.NodeStore.checkpoint(long, java.util.Map<java.lang.String, java.lang.String>)
public boolean releaseCheckpoint(String checkpoint)
CheckpointMBean
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"