com.bigdata.resources
Interface OverflowManager.IIndexPartitionTaskCounters

Enclosing class:
OverflowManager

public static interface OverflowManager.IIndexPartitionTaskCounters

Performance counters for the index partition tasks.

Version:
$Id: OverflowManager.java 4523 2011-05-18 18:14:45Z thompsonbry $
Author:
Bryan Thompson

Field Summary
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.
 

Field Detail

BuildCount

static final String BuildCount
The #of index partition build operations which have completed successfully.

See Also:
Constant Field Values

MergeCount

static final String MergeCount
The #of index partition merge (compacting merge) operations which have completed successfully.

See Also:
Constant Field Values

SplitCount

static final String SplitCount
The #of index partition split operations which have completed successfully.

See Also:
Constant Field Values

TailSplitCount

static final String TailSplitCount
The #of index partition tail split operations which have completed successfully.

See Also:
Constant Field Values

JoinCount

static final String JoinCount
The #of index partition join operations which have completed successfully.

See Also:
Constant Field Values

MoveCount

static final String MoveCount
The #of index partition move operations which have completed successfully.

See Also:
Constant Field Values

ReceiveCount

static final String ReceiveCount
The #of index partitions received by this data service in response to an index partition move from another data service.

See Also:
Constant Field Values

ConcurrentBuildCount

static final String ConcurrentBuildCount
The #of index partitions build tasks that are executing concurrently on this data service.

See Also:
Constant Field Values

ConcurrentMergeCount

static final String ConcurrentMergeCount
The #of index partitions merge tasks that are executing concurrently on this data service.

See Also:
Constant Field Values

RunningBuilds

static final String RunningBuilds
The running index partition builds for this service. The vast majority of any of the index partition tasks (split, move, join, etc.) lies in the index segment build operations. Therefore you can use the tasks reported here to see the majority of the effort for asynchronous overflow operations.

See Also:
Constant Field Values


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.