public static interface OverflowManager.IIndexPartitionTaskCounters
Modifier and Type | Field and Description |
---|---|
static String |
BuildCount
The #of index partition build operations which have completed
successfully.
|
static String |
ConcurrentBuildCount
The #of index partitions build tasks that are executing concurrently
on this data service.
|
static String |
ConcurrentMergeCount
The #of index partitions merge tasks that are executing concurrently
on this data service.
|
static String |
JoinCount
The #of index partition join operations which have completed
successfully.
|
static String |
MergeCount
The #of index partition merge (compacting merge) operations which
have completed successfully.
|
static String |
MoveCount
The #of index partition move operations which have completed
successfully.
|
static String |
ReceiveCount
The #of index partitions received by this data service in response to
an index partition move from another data service.
|
static String |
RunningBuilds
The running index partition builds for this service.
|
static String |
SplitCount
The #of index partition split operations which have completed
successfully.
|
static String |
TailSplitCount
The #of index partition tail split operations which have completed
successfully.
|
static final String BuildCount
static final String MergeCount
static final String SplitCount
static final String TailSplitCount
static final String JoinCount
static final String MoveCount
static final String ReceiveCount
static final String ConcurrentBuildCount
static final String ConcurrentMergeCount
static final String RunningBuilds
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.