Class CompositeCheckpointMBean

    • Constructor Detail

    • Method Detail

      • createCheckpoint

        public java.lang.String createCheckpoint​(long lifetime)
        Description copied from interface: CheckpointMBean
        Create a new checkpoint with the given lifetime. See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
        Returns:
        the id of the newly created checkpoint
      • releaseCheckpoint

        public boolean releaseCheckpoint​(java.lang.String id)
        Description copied from interface: CheckpointMBean
        Release the checkpoint with the given id. See org.apache.jackrabbit.oak.spi.state.NodeStore#checkpoint
        Returns:
        true on success, false otherwise.