Package org.apache.druid.query.groupby
Class GroupByStatsProvider.AggregateStats
java.lang.Object
org.apache.druid.query.groupby.GroupByStatsProvider.AggregateStats
- Enclosing class:
GroupByStatsProvider
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateStats(long mergeBufferQueries, long mergeBufferAcquisitionTimeNs, long spilledQueries, long spilledBytes, long mergeDictionarySize) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryStats(GroupByStatsProvider.PerQueryStats perQueryStats) longlonglonglonglongreset()
-
Constructor Details
-
AggregateStats
public AggregateStats() -
AggregateStats
public AggregateStats(long mergeBufferQueries, long mergeBufferAcquisitionTimeNs, long spilledQueries, long spilledBytes, long mergeDictionarySize)
-
-
Method Details
-
getMergeBufferQueries
public long getMergeBufferQueries() -
getMergeBufferAcquisitionTimeNs
public long getMergeBufferAcquisitionTimeNs() -
getSpilledQueries
public long getSpilledQueries() -
getSpilledBytes
public long getSpilledBytes() -
getMergeDictionarySize
public long getMergeDictionarySize() -
addQueryStats
-
reset
-