public abstract class AbstractCheckpointMBean extends java.lang.Object implements CheckpointMBean
CheckpointMBean
implementations.
This class provides the basic functionality for converting checkpoints
into tabular data.TYPE
Constructor and Description |
---|
AbstractCheckpointMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getOldestCheckpointCreationDate() |
abstract long |
getOldestCheckpointCreationTimestamp() |
javax.management.openmbean.TabularData |
listCheckpoints()
List the checkpoints that are currently present along with
its id, creation time and expiry time.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCheckpoint, releaseCheckpoint
public javax.management.openmbean.TabularData listCheckpoints()
CheckpointMBean
listCheckpoints
in interface CheckpointMBean
public abstract long getOldestCheckpointCreationTimestamp()
getOldestCheckpointCreationTimestamp
in interface CheckpointMBean
public java.util.Date getOldestCheckpointCreationDate()
getOldestCheckpointCreationDate
in interface CheckpointMBean
Copyright © 2010 - 2020 Adobe. All Rights Reserved