@MXBean public interface CheckpointManagerMXBean
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_CHECKPOINT_INTERVAL_S |
static long |
MAXIMUM_CHECKPOINT_INTERVAL_S |
static long |
MINIMUM_CHECKPOINT_INTERVAL_S |
static String |
MXBEAN_NAME |
Modifier and Type | Method and Description |
---|---|
long |
getCheckpointInterval() |
int |
getOutstandingCheckpointCount() |
String |
getProposedCheckpoint() |
String |
outstandingCheckpointReport() |
void |
setCheckpointInterval(long interval) |
static final long DEFAULT_CHECKPOINT_INTERVAL_S
static final long MINIMUM_CHECKPOINT_INTERVAL_S
static final long MAXIMUM_CHECKPOINT_INTERVAL_S
static final String MXBEAN_NAME
String getProposedCheckpoint()
long getCheckpointInterval()
void setCheckpointInterval(long interval)
int getOutstandingCheckpointCount()
String outstandingCheckpointReport()
Copyright © 2025 Open Identity Platform Community. All rights reserved.