public static interface StoreManager.IStoreManagerCounters
StoreManager
.Modifier and Type | Field and Description |
---|---|
static String |
BytesDeleted
The #of bytes in resources that have been deleted by the
StoreManager after they became release free. |
static String |
BytesUnderManagement
The #of bytes currently under management by the
StoreManager . |
static String |
DataDir
The configured data directory.
|
static String |
DataDirBytesAvailable
The #of bytes available on the disk volume on which the data
directory is located.
|
static String |
IsOpen
true iff StoreManager.isOpen() |
static String |
IsRunning
true iff StoreManager.isRunning() |
static String |
IsStarting
true iff StoreManager.isStarting() |
static String |
JournalBytesUnderManagement
The #of bytes in journals currently under management by the
StoreManager . |
static String |
JournalDeleteCount
#of journals which have been deleted.
|
static String |
JournalReopenCount |
static String |
LastCommitTime
The most recent commit time.
|
static String |
LastCommitTimePreserved
The most recent commit time preserved when resources were last purged
from the
StoreManger . |
static String |
LastOverflowTime
The timestamp associated with the last synchronous overflow event.
|
static String |
ManagedJournalCount
#of journals currently under management.
|
static String |
ManagedSegmentStoreCount
#of index segments currently under management."
|
static String |
MaximumJournalSizeAtOverflow
The maximum extent of any journal managed by this service as of the
time when it was closed out by synchronous overflow processing.
|
static String |
PurgeResourcesMillis
The elapsed milliseconds to date required to purge old resources from
the file system.
|
static String |
ReleaseTime
The current release time for the
StoreManager . |
static String |
SegmentBytesUnderManagement
The #of bytes in index segments currently under management by the
StoreManager . |
static String |
SegmentStoreDeleteCount
#of index segments which have been deleted.
|
static String |
SegmentStoreReopenCount |
static String |
StoreCacheCapacity |
static String |
StoreCacheSize |
static String |
TmpDir
The configured tmp directory.
|
static String |
TmpDirBytesAvailable
The #of bytes available on the disk volume on which the temporary
directory is located.
|
static final String DataDir
static final String TmpDir
static final String IsOpen
true
iff StoreManager.isOpen()
static final String IsStarting
true
iff StoreManager.isStarting()
static final String IsRunning
true
iff StoreManager.isRunning()
static final String StoreCacheCapacity
static final String StoreCacheSize
static final String ManagedJournalCount
static final String ManagedSegmentStoreCount
static final String JournalReopenCount
static final String SegmentStoreReopenCount
static final String JournalDeleteCount
static final String SegmentStoreDeleteCount
static final String BytesUnderManagement
StoreManager
.static final String JournalBytesUnderManagement
StoreManager
.static final String SegmentBytesUnderManagement
StoreManager
.static final String BytesDeleted
StoreManager
after they became release free.static final String DataDirBytesAvailable
static final String TmpDirBytesAvailable
static final String MaximumJournalSizeAtOverflow
static final String PurgeResourcesMillis
static final String ReleaseTime
StoreManager
.static final String LastOverflowTime
static final String LastCommitTimePreserved
StoreManger
.StoreManager#purgeResources
,
Constant Field Valuesstatic final String LastCommitTime
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.