@ProviderType
public interface CheckpointMBean
org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint checkpoints.| Modifier and Type | Method and Description |
|---|---|
String |
createCheckpoint(long lifetime)
Create a new checkpoint with the given
lifetime. |
Date |
getOldestCheckpointCreationDate() |
long |
getOldestCheckpointCreationTimestamp() |
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()
long getOldestCheckpointCreationTimestamp()
Date getOldestCheckpointCreationDate()
String createCheckpoint(long lifetime)
lifetime.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpointlifetime - boolean releaseCheckpoint(String id)
id.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpointid - true on success, false otherwise.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.