Package | Description |
---|---|
com.persistit.mxbeans |
Modifier and Type | Method and Description |
---|---|
void |
CleanupManagerMXBean.clear()
Clear the queue of all pending
CleanupAction . |
void |
JournalManagerMXBean.copyBack() |
void |
JournalManagerMXBean.force() |
long |
CleanupManagerMXBean.getAcceptedCount() |
String |
AlertMonitorMXBean.getAlertLevel()
Current maximum AlertLevel in this monitor as a String: one of NORMAL,
WARN or ERROR
|
long |
JournalManagerMXBean.getBaseAddress() |
long |
JournalManagerMXBean.getBlockSize() |
int |
BufferPoolMXBean.getBufferCount() |
int |
BufferPoolMXBean.getBufferSize() |
long |
CheckpointManagerMXBean.getCheckpointInterval() |
long |
JournalManagerMXBean.getCommitCompletionWaitTime() |
long |
JournalManagerMXBean.getCopiedPageCount() |
long |
JournalManagerMXBean.getCopierInterval() |
long |
JournalManagerMXBean.getCurrentAddress() |
long |
JournalManagerMXBean.getCurrentTimestamp() |
String |
AlertMonitorMXBean.getDetailedHistory(String category)
Return a detailed description, including first and recent occurrences of
events within the History for the specified category.
|
int |
BufferPoolMXBean.getDirtyPageCount()
Get the count of dirty pages (pages that contain updates not yet written
to disk) in this pool.
|
long |
JournalManagerMXBean.getDroppedPageCount() |
long |
BufferPoolMXBean.getEarliestDirtyTimestamp() |
long |
CleanupManagerMXBean.getEnqueuedCount() |
long |
CleanupManagerMXBean.getErrorCount() |
long |
AlertMonitorMXBean.getErrorLogTimeInterval() |
long |
BufferPoolMXBean.getEvictCount() |
long |
JournalManagerMXBean.getFlushInterval() |
long |
BufferPoolMXBean.getForcedCheckpointWriteCount() |
long |
BufferPoolMXBean.getForcedWriteCount() |
int |
AlertMonitorMXBean.getHistoryLength() |
long |
BufferPoolMXBean.getHitCount()
Return the number of lookup operations for pages in this pool for which
the page image was already found in this
BufferPool . |
double |
BufferPoolMXBean.getHitRatio()
Get the "hit ratio" - the number of hits divided by the number of overall
gets.
|
long |
IOMeterMXBean.getIoRate() |
long |
JournalManagerMXBean.getJournalCreatedTime() |
long |
JournalManagerMXBean.getJournaledPageCount() |
String |
JournalManagerMXBean.getJournalFilePath() |
String |
JournalManagerMXBean.getLastCopierException() |
String |
JournalManagerMXBean.getLastFlusherException() |
long |
JournalManagerMXBean.getLastValidCheckpointTimeMillis() |
long |
JournalManagerMXBean.getLastValidCheckpointTimestamp() |
int |
JournalManagerMXBean.getLiveTransactionMapSize() |
String |
IOMeterMXBean.getLogFile() |
long |
CleanupManagerMXBean.getMinimumPruningDelay() |
long |
BufferPoolMXBean.getMissCount()
Return the number of lookup operations for pages that resulted in a
physical disk read operation.
|
long |
BufferPoolMXBean.getNewCount() |
int |
CheckpointManagerMXBean.getOutstandingCheckpointCount() |
int |
JournalManagerMXBean.getPageListSize() |
int |
JournalManagerMXBean.getPageMapSize() |
long |
CleanupManagerMXBean.getPerformedCount() |
long |
CleanupManagerMXBean.getPollInterval() |
String |
CheckpointManagerMXBean.getProposedCheckpoint() |
long |
IOMeterMXBean.getQuiescentIOthreshold() |
int |
BufferPoolMXBean.getReaderClaimedPageCount()
Get the count of pages on which running threads have reader
(non-exclusive), but not writer (exclusive) claims in this
BufferPool . |
long |
JournalManagerMXBean.getReadPageCount() |
long |
CleanupManagerMXBean.getRefusedCount() |
long |
JournalManagerMXBean.getSlowIoAlertThreshold() |
String |
AlertMonitorMXBean.getSummary()
Return a summary of this AlertMonitor's current state.
|
long |
JournalManagerMXBean.getTotalCompletedCommits() |
int |
JournalManagerMXBean.getUrgentFileCountThreshold() |
int |
BufferPoolMXBean.getValidPageCount() |
long |
AlertMonitorMXBean.getWarnLogTimeInterval() |
long |
BufferPoolMXBean.getWriteCount() |
int |
BufferPoolMXBean.getWriterClaimedPageCount()
Get the count of pages on which running threads have writer (exclusive)
claims in this
BufferPool . |
boolean |
JournalManagerMXBean.isAppendOnly() |
boolean |
JournalManagerMXBean.isClosed() |
boolean |
JournalManagerMXBean.isCopying() |
boolean |
JournalManagerMXBean.isCopyingFast() |
boolean |
JournalManagerMXBean.isIgnoreMissingVolumes() |
boolean |
JournalManagerMXBean.isRollbackPruningEnabled() |
boolean |
JournalManagerMXBean.isWritePagePruningEnabled() |
String |
CheckpointManagerMXBean.outstandingCheckpointReport() |
void |
CleanupManagerMXBean.poll()
If there are any enqueued
CleanupAction s, take some of them
from the queue and attempt to complete them. |
void |
AlertMonitorMXBean.poll(boolean force)
Called periodically to emit log messages
|
void |
AlertMonitorMXBean.reset()
Restore this alert monitor to its initial state at level
AlertMonitor.AlertLevel.NORMAL with no history. |
void |
JournalManagerMXBean.setAppendOnly(boolean appendOnly) |
void |
CheckpointManagerMXBean.setCheckpointInterval(long interval) |
void |
JournalManagerMXBean.setCopierInterval(long copierInterval) |
void |
JournalManagerMXBean.setCopyingFast(boolean fast) |
void |
AlertMonitorMXBean.setErrorLogTimeInterval(long errorLogTimeInterval)
Set the interval between successive notifications for this monitor when
its
AlertMonitor.AlertLevel.ERROR . |
void |
JournalManagerMXBean.setFlushInterval(long flushInterval) |
void |
AlertMonitorMXBean.setHistoryLength(int historyLength)
Set the number of events per category on which to keep a complete
history.
|
void |
JournalManagerMXBean.setIgnoreMissingVolumes(boolean ignore) |
void |
IOMeterMXBean.setLogFile(String toFile)
Set the path for file into which IO events should be logged, or
null to disable IO logging. |
void |
CleanupManagerMXBean.setMinimumPruningDelay(long delay)
Set the minimum interval in milliseconds between attempts to enqueue a
page needing to be pruned.
|
void |
CleanupManagerMXBean.setPollInterval(long interval)
Set the interval in milliseconds between cleanup polling actions
|
void |
IOMeterMXBean.setQuiescentIOthreshold(long quiescentIO) |
void |
JournalManagerMXBean.setRollbackPruningEnabled(boolean rollbackPruning) |
void |
JournalManagerMXBean.setSlowIoAlertThreshold(long slowIoAlertThreshold) |
void |
JournalManagerMXBean.setUrgentFileCountThreshold(int threshold) |
void |
AlertMonitorMXBean.setWarnLogTimeInterval(long warnLogTimeInterval)
Set the interval between successive notifications for this monitor when
its
AlertMonitor.AlertLevel.WARN . |
void |
JournalManagerMXBean.setWritePagePruningEnabled(boolean rollbackPruning) |
long |
IOMeterMXBean.totalBytes(String operation) |
long |
IOMeterMXBean.totalOperations(String operation) |
int |
JournalManagerMXBean.urgency() |
Modifier and Type | Method and Description |
---|---|
void |
AlertMonitorMXBean.poll(boolean force)
Called periodically to emit log messages
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.