public class CompositeCheckpointMBean extends AbstractCheckpointMBean
TYPE
Constructor and Description |
---|
CompositeCheckpointMBean(CompositeNodeStore store) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createCheckpoint(long lifetime)
Create a new checkpoint with the given
lifetime . |
long |
getOldestCheckpointCreationTimestamp() |
boolean |
releaseCheckpoint(java.lang.String id)
Release the checkpoint with the given
id . |
getOldestCheckpointCreationDate, listCheckpoints
public CompositeCheckpointMBean(CompositeNodeStore store)
public java.lang.String createCheckpoint(long lifetime)
CheckpointMBean
lifetime
.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
public boolean releaseCheckpoint(java.lang.String id)
CheckpointMBean
id
.
See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
true
on success, false
otherwise.public long getOldestCheckpointCreationTimestamp()
getOldestCheckpointCreationTimestamp
in interface CheckpointMBean
getOldestCheckpointCreationTimestamp
in class AbstractCheckpointMBean
Copyright © 2010 - 2020 Adobe. All Rights Reserved