public class OverflowCounters extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
AtomicLong |
asynchronousOverflowCounter
#of asynchronous overflows that have taken place.
|
AtomicLong |
asynchronousOverflowFailedCounter
The #of asynchronous overflow operations which fail.
|
AtomicLong |
asynchronousOverflowMillis
The elapsed milliseconds for asynchronous overflow processing to date.
|
AtomicLong |
asynchronousOverflowStartMillis
The time in milliseconds since the epoch at which the most recent
asynchronous overflow started.
|
AtomicLong |
asynchronousOverflowTaskCancelledCounter
The #of asynchronous overflow tasks (index partition splits, joins, or
moves) that were canceled due to timeout.
|
AtomicLong |
asynchronousOverflowTaskFailedCounter
The #of asynchronous overflow tasks (index partition splits, joins, or
moves) that failed.
|
AtomicLong |
indexPartitionBuildCounter
#of successful index partition incremental build operations.
|
AtomicLong |
indexPartitionJoinCounter
#of successful index partition join operations.
|
AtomicLong |
indexPartitionMergeCounter
#of successful index partition compacting merge operations.
|
AtomicLong |
indexPartitionMoveCounter
#of successful index partition move operations.
|
AtomicLong |
indexPartitionReceiveCounter
#of successful index partition move operations where this service was the
target of the move (it received the index partition).
|
AtomicLong |
indexPartitionSplitCounter
#of successful index partition split operations.
|
AtomicLong |
indexPartitionTailSplitCounter
#of successful index partition tail split operations.
|
AtomicLong |
synchronousOverflowCounter
#of synchronous overflows that have taken place.
|
AtomicLong |
synchronousOverflowMillis
The elapsed milliseconds for synchronous overflow processing to date.
|
Constructor and Description |
---|
OverflowCounters()
Constructor with zeros for the counter values.
|
Modifier and Type | Method and Description |
---|---|
void |
add(OverflowCounters c) |
OverflowCounters |
clone() |
CounterSet |
getCounters() |
public final AtomicLong synchronousOverflowCounter
public final AtomicLong synchronousOverflowMillis
public final AtomicLong asynchronousOverflowStartMillis
public final AtomicLong asynchronousOverflowCounter
public final AtomicLong asynchronousOverflowMillis
public final AtomicLong asynchronousOverflowFailedCounter
AsynchronousOverflowTask
public final AtomicLong asynchronousOverflowTaskFailedCounter
public final AtomicLong asynchronousOverflowTaskCancelledCounter
public final AtomicLong indexPartitionBuildCounter
public final AtomicLong indexPartitionMergeCounter
public final AtomicLong indexPartitionSplitCounter
public final AtomicLong indexPartitionTailSplitCounter
public final AtomicLong indexPartitionJoinCounter
public final AtomicLong indexPartitionMoveCounter
public final AtomicLong indexPartitionReceiveCounter
public OverflowCounters()
public OverflowCounters clone()
public void add(OverflowCounters c)
public CounterSet getCounters()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.