public class DocumentCheckpointMBean extends org.apache.jackrabbit.oak.commons.jmx.AbstractCheckpointMBean
CheckpointMBean implementation for the DocumentNodeStore.TYPE| Constructor and Description |
|---|
DocumentCheckpointMBean(DocumentNodeStore store) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectCheckpoints(TabularDataSupport tab) |
String |
createCheckpoint(long lifetime) |
long |
getOldestCheckpointCreationTimestamp() |
boolean |
releaseCheckpoint(String checkpoint) |
getOldestCheckpointCreationDate, listCheckpoints, toCompositeDatapublic DocumentCheckpointMBean(DocumentNodeStore store)
protected void collectCheckpoints(TabularDataSupport tab) throws OpenDataException
collectCheckpoints in class org.apache.jackrabbit.oak.commons.jmx.AbstractCheckpointMBeanOpenDataExceptionpublic long getOldestCheckpointCreationTimestamp()
getOldestCheckpointCreationTimestamp in interface org.apache.jackrabbit.oak.api.jmx.CheckpointMBeangetOldestCheckpointCreationTimestamp in class org.apache.jackrabbit.oak.commons.jmx.AbstractCheckpointMBeanpublic String createCheckpoint(long lifetime)
public boolean releaseCheckpoint(String checkpoint)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.