public static interface IndexManager.IIndexManagerCounters
IndexManager
.Modifier and Type | Field and Description |
---|---|
static String |
IndexCacheCapacity
The capacity of the index cache.
|
static String |
IndexCacheSize
The approximate #of open indices.
|
static String |
IndexCount
The #of named indices on the live journal.
|
static String |
IndexSegmentCacheCapacity
The capacity of the
IndexSegment cache. |
static String |
IndexSegmentCacheSize
The approximate #of open
IndexSegment s. |
static String |
IndexSegmentOpenLeafByteCount
The #of bytes on disk occupied by the
IndexSegment leaves
which are currently loaded into memory (their in-memory profile can
not be directly captured by the java runtime, but you can get it from
a heap dump). |
static String |
IndexSegmentOpenLeafCount
The approximate #of
IndexSegment leaves that are buffered in
memory. |
static String |
Indices
The parent under which the per-index partition performance counters
are listed.
|
static String |
StaleLocatorCacheCapacity
The capacity of the cache of stale locators.
|
static String |
StaleLocatorCacheSize
The #of stale locators in the cache.
|
static String |
StaleLocators
The stale locators, including the
StaleLocatorReason for each
one. |
static final String Indices
static final String StaleLocatorCacheCapacity
StaleLocatorException
,
Constant Field Valuesstatic final String StaleLocatorCacheSize
StaleLocatorException
,
Constant Field Valuesstatic final String StaleLocators
StaleLocatorReason
for each
one.static final String IndexCount
static final String IndexCacheCapacity
static final String IndexCacheSize
static final String IndexSegmentCacheCapacity
IndexSegment
cache.static final String IndexSegmentCacheSize
IndexSegment
s.static final String IndexSegmentOpenLeafCount
IndexSegment
leaves that are buffered in
memory.static final String IndexSegmentOpenLeafByteCount
IndexSegment
leaves
which are currently loaded into memory (their in-memory profile can
not be directly captured by the java runtime, but you can get it from
a heap dump). Likewise, you can directly obtain the #of bytes on disk
per leaf from the IndexSegmentCheckpoint
or from
DumpFederation
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.