public interface CheckpointMBean
org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint 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 . |
java.util.Date |
getOldestCheckpointCreationDate() |
long |
getOldestCheckpointCreationTimestamp() |
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()
long getOldestCheckpointCreationTimestamp()
java.util.Date getOldestCheckpointCreationDate()
java.lang.String createCheckpoint(long lifetime)
lifetime
.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
lifetime
- boolean releaseCheckpoint(java.lang.String id)
id
.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
id
- true
on success, false
otherwise."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"