public static interface OverflowManager.IOverflowManagerCounters
OverflowManager
.Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.