|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface OverflowManager.IOverflowManagerCounters
Performance counters for the OverflowManager.
| Field Summary | |
|---|---|
static String |
AsynchronousOverflowCount
The #of asynchronous overflow events that have taken place. |
static String |
AsynchronousOverflowFailedCount
The #of asynchronous overflow operations which have failed. |
static String |
AsynchronousOverflowMillis
The elapsed time for asynchronous overflow processing to date. |
static String |
AsynchronousOverflowTaskCancelledCount
The #of asynchronous overflow tasks (split, join, merge, etc) that were canceled due to timeout.a |
static String |
AsynchronousOverflowTaskFailedCount
The #of asynchronous overflow tasks (split, join, merge, etc) which have failed. |
static String |
OverflowAllowed
true iff overflow processing is currently permitted. |
static String |
OverflowEnabled
true iff overflow processing is enabled as a
configuration option. |
static String |
ShouldOverflow
true iff synchronous overflow should be initiated
based on an examination of the state of the live journal and whether
or not overflow processing is enabled and currently allowed. |
static String |
SynchronousOverflowCount
The #of synchronous overflow events that have taken place. |
static String |
SynchronousOverflowMillis
The elapsed time for synchronous overflow processing to date. |
| Field Detail |
|---|
static final String OverflowEnabled
true iff overflow processing is enabled as a
configuration option.
static final String OverflowAllowed
true iff overflow processing is currently permitted.
static final String ShouldOverflow
true iff synchronous overflow should be initiated
based on an examination of the state of the live journal and whether
or not overflow processing is enabled and currently allowed.
static final String SynchronousOverflowCount
static final String SynchronousOverflowMillis
static final String AsynchronousOverflowMillis
static final String AsynchronousOverflowCount
static final String AsynchronousOverflowFailedCount
static final String AsynchronousOverflowTaskFailedCount
static final String AsynchronousOverflowTaskCancelledCount
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||