public abstract class AbstractPendingSetMasterStats<L,HS extends AbstractSubtaskStats> extends AbstractRunnableMasterStats<L,HS>
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractPendingSetMasterStats.PendingSetStatisticsTask
Extended to report the average #of operations in the pending set for the
master and the sinks.
|
AbstractRunnableMasterStats.StatisticsTask
duplicateCount, elapsedHandleChunkNanos, elapsedSplitChunkNanos, handledChunkCount, scalingFactor, statisticsTask
chunksIn, chunksOut, chunksTransferred, elapsedRedirectNanos, elapsedSinkChunkWaitingNanos, elapsedSinkChunkWritingNanos, elapsedSinkOfferNanos, elementsIn, elementsOnSinkQueues, elementsOut, elementsTransferred, masterCreateCount, masters, redirectCount, subtaskEndCount, subtaskIdleTimeoutCount, subtaskStartCount
Constructor and Description |
---|
AbstractPendingSetMasterStats(AbstractFederation<?> fed) |
Modifier and Type | Method and Description |
---|---|
CounterSet |
getCounters() |
protected AbstractPendingSetMasterStats.PendingSetStatisticsTask |
newStatisticsTask()
Return the
AbstractRunnableMasterStats.StatisticsTask that will sample various counters of
interest and convert them into moving averages. |
getCounterSet, newSubtaskStats, toString
getActiveSinkCount, getMasterActiveCount, getMaximumPartitionCount, getSubtaskStats, getSubtaskStats
public AbstractPendingSetMasterStats(AbstractFederation<?> fed)
fed
- protected AbstractPendingSetMasterStats.PendingSetStatisticsTask newStatisticsTask()
AbstractRunnableMasterStats
AbstractRunnableMasterStats.StatisticsTask
that will sample various counters of
interest and convert them into moving averages. This be overridden to
extend the sampled counters. However, you MUST also override
AbstractRunnableMasterStats.getCounterSet()
to report any additional data.newStatisticsTask
in class AbstractRunnableMasterStats<L,HS extends AbstractSubtaskStats>
public CounterSet getCounters()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.