| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
Druids.TimeseriesQueryBuilder.getAggregatorSpecs() |
| Modifier and Type | Method and Description |
|---|---|
Druids.TimeseriesQueryBuilder |
Druids.TimeseriesQueryBuilder.aggregators(List<AggregatorFactory> a) |
static byte[] |
QueryCacheHelper.computeAggregatorBytes(List<AggregatorFactory> aggregatorSpecs) |
static int |
DruidMetrics.findNumComplexAggs(List<AggregatorFactory> aggs) |
static Aggregator[] |
QueryRunnerHelper.makeAggregators(Cursor cursor,
List<AggregatorFactory> aggregatorSpecs) |
static void |
Queries.verifyAggregations(List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountAggregatorFactory |
class |
DoubleMaxAggregatorFactory |
class |
DoubleMinAggregatorFactory |
class |
DoubleSumAggregatorFactory |
class |
FilteredAggregatorFactory |
class |
HistogramAggregatorFactory |
class |
JavaScriptAggregatorFactory |
class |
LongMaxAggregatorFactory |
class |
LongMinAggregatorFactory |
class |
LongSumAggregatorFactory |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
FilteredAggregatorFactory.getAggregator() |
AggregatorFactory |
LongSumAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
LongMinAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
LongMaxAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
JavaScriptAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
HistogramAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
FilteredAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
DoubleSumAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
DoubleMinAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
DoubleMaxAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
CountAggregatorFactory.getCombiningFactory() |
abstract AggregatorFactory |
AggregatorFactory.getCombiningFactory()
Returns an AggregatorFactory that can be used to combine the output of aggregators from this factory.
|
AggregatorFactory |
LongSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
JavaScriptAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
AggregatorFactory.getMergingFactory(AggregatorFactory other)
Returns an AggregatorFactory that can be used to merge the output of aggregators from this factory and
other factory.
|
static AggregatorFactory[] |
AggregatorFactory.mergeAggregators(List<AggregatorFactory[]> aggregatorsList)
Merges the list of AggregatorFactory[] (presumable from metadata of some segments being merged) and
returns merged AggregatorFactory[] (for the metadata for merged segment).
|
| Modifier and Type | Method and Description |
|---|---|
static com.metamx.common.Pair<List<AggregatorFactory>,List<PostAggregator>> |
AggregatorUtil.condensedAggregators(List<AggregatorFactory> aggList,
List<PostAggregator> postAggList,
String metric) |
List<AggregatorFactory> |
LongSumAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
LongMinAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
LongMaxAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
JavaScriptAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
HistogramAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
FilteredAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
DoubleSumAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
DoubleMinAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
DoubleMaxAggregatorFactory.getRequiredColumns() |
List<AggregatorFactory> |
CountAggregatorFactory.getRequiredColumns() |
abstract List<AggregatorFactory> |
AggregatorFactory.getRequiredColumns()
Gets a list of all columns that this AggregatorFactory will scan
|
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
LongSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
LongMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
JavaScriptAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleSumAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMinAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
DoubleMaxAggregatorFactory.getMergingFactory(AggregatorFactory other) |
AggregatorFactory |
AggregatorFactory.getMergingFactory(AggregatorFactory other)
Returns an AggregatorFactory that can be used to merge the output of aggregators from this factory and
other factory.
|
Object |
MetricManipulationFn.manipulate(AggregatorFactory factory,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
static com.metamx.common.Pair<List<AggregatorFactory>,List<PostAggregator>> |
AggregatorUtil.condensedAggregators(List<AggregatorFactory> aggList,
List<PostAggregator> postAggList,
String metric) |
| Constructor and Description |
|---|
AggregatorFactoryNotMergeableException(AggregatorFactory af1,
AggregatorFactory af2) |
FilteredAggregatorFactory(AggregatorFactory delegate,
DimFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CardinalityAggregatorFactory |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
CardinalityAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
CardinalityAggregatorFactory.getMergingFactory(AggregatorFactory other) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
CardinalityAggregatorFactory.getRequiredColumns() |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
CardinalityAggregatorFactory.getMergingFactory(AggregatorFactory other) |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperUniquesAggregatorFactory |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
HyperUniquesAggregatorFactory.getCombiningFactory() |
AggregatorFactory |
HyperUniquesAggregatorFactory.getMergingFactory(AggregatorFactory other) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
HyperUniquesAggregatorFactory.getRequiredColumns() |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory |
HyperUniquesAggregatorFactory.getMergingFactory(AggregatorFactory other) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
GroupByQuery.getAggregatorSpecs() |
| Modifier and Type | Method and Description |
|---|---|
GroupByQuery.Builder |
GroupByQuery.Builder.addAggregator(AggregatorFactory aggregator) |
| Modifier and Type | Method and Description |
|---|---|
GroupByQuery.Builder |
GroupByQuery.Builder.setAggregatorSpecs(List<AggregatorFactory> aggregatorSpecs) |
| Constructor and Description |
|---|
GroupByQuery(DataSource dataSource,
QuerySegmentSpec querySegmentSpec,
DimFilter dimFilter,
QueryGranularity granularity,
List<DimensionSpec> dimensions,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs,
HavingSpec havingSpec,
LimitSpec limitSpec,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
static com.metamx.common.Pair<Grouper<io.druid.query.groupby.epinephelinae.RowBasedGrouperHelper.RowBasedKey>,com.metamx.common.guava.Accumulator<Grouper<io.druid.query.groupby.epinephelinae.RowBasedGrouperHelper.RowBasedKey>,io.druid.data.input.Row>> |
RowBasedGrouperHelper.createGrouperAccumulatorPair(GroupByQuery query,
boolean isInputRaw,
GroupByQueryConfig config,
ByteBuffer buffer,
int concurrencyHint,
LimitedTemporaryStorage temporaryStorage,
com.fasterxml.jackson.databind.ObjectMapper spillMapper,
AggregatorFactory[] aggregatorFactories) |
| Constructor and Description |
|---|
BufferGrouper(ByteBuffer buffer,
Grouper.KeySerde<KeyType> keySerde,
ColumnSelectorFactory columnSelectorFactory,
AggregatorFactory[] aggregatorFactories,
int bufferGrouperMaxSize,
float maxLoadFactor,
int initialBuckets) |
ConcurrentGrouper(ByteBuffer buffer,
Grouper.KeySerdeFactory<KeyType> keySerdeFactory,
ColumnSelectorFactory columnSelectorFactory,
AggregatorFactory[] aggregatorFactories,
int bufferGrouperMaxSize,
float bufferGrouperMaxLoadFactor,
int bufferGrouperInitialBuckets,
LimitedTemporaryStorage temporaryStorage,
com.fasterxml.jackson.databind.ObjectMapper spillMapper,
int concurrencyHint) |
SpillingGrouper(ByteBuffer buffer,
Grouper.KeySerdeFactory<KeyType> keySerdeFactory,
ColumnSelectorFactory columnSelectorFactory,
AggregatorFactory[] aggregatorFactories,
int bufferGrouperMaxSize,
float bufferGrouperMaxLoadFactor,
int bufferGrouperInitialBuckets,
LimitedTemporaryStorage temporaryStorage,
com.fasterxml.jackson.databind.ObjectMapper spillMapper,
boolean spillingAllowed) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<com.metamx.common.guava.Sequence<io.druid.data.input.Row>,com.metamx.common.guava.Sequence<io.druid.data.input.Row>> |
NoopLimitSpec.build(List<DimensionSpec> dimensions,
List<AggregatorFactory> aggs,
List<PostAggregator> postAggs) |
com.google.common.base.Function<com.metamx.common.guava.Sequence<io.druid.data.input.Row>,com.metamx.common.guava.Sequence<io.druid.data.input.Row>> |
LimitSpec.build(List<DimensionSpec> dimensions,
List<AggregatorFactory> aggs,
List<PostAggregator> postAggs)
Returns a function that applies a limit to an input sequence that is assumed to be sorted on dimensions.
|
com.google.common.base.Function<com.metamx.common.guava.Sequence<io.druid.data.input.Row>,com.metamx.common.guava.Sequence<io.druid.data.input.Row>> |
DefaultLimitSpec.build(List<DimensionSpec> dimensions,
List<AggregatorFactory> aggs,
List<PostAggregator> postAggs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AggregatorFactory> |
SegmentAnalysis.getAggregators() |
| Constructor and Description |
|---|
SegmentAnalysis(String id,
List<org.joda.time.Interval> interval,
Map<String,ColumnAnalysis> columns,
long size,
long numRows,
Map<String,AggregatorFactory> aggregators,
io.druid.data.input.impl.TimestampSpec timestampSpec,
QueryGranularity queryGranularity,
Boolean rollup) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
TimeseriesQuery.getAggregatorSpecs() |
| Constructor and Description |
|---|
TimeseriesBinaryFn(QueryGranularity granularity,
List<AggregatorFactory> aggregations) |
TimeseriesQuery(DataSource dataSource,
QuerySegmentSpec querySegmentSpec,
boolean descending,
DimFilter dimFilter,
QueryGranularity granularity,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatorFactory> |
TopNQueryBuilder.getAggregatorSpecs() |
List<AggregatorFactory> |
TopNQuery.getAggregatorSpecs() |
| Modifier and Type | Method and Description |
|---|---|
TopNQueryBuilder |
TopNQueryBuilder.aggregators(List<AggregatorFactory> a) |
protected static String[] |
TopNQueryQueryToolChest.extractFactoryName(List<AggregatorFactory> aggregatorFactories) |
Comparator |
TopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
Comparator |
NumericTopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
Comparator |
LexicographicTopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
Comparator |
InvertedTopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
Comparator |
DimensionTopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
Comparator |
AlphaNumericTopNMetricSpec.getComparator(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
TopNResultBuilder |
TopNMetricSpec.getResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
TopNResultBuilder |
NumericTopNMetricSpec.getResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
TopNResultBuilder |
LexicographicTopNMetricSpec.getResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
TopNResultBuilder |
InvertedTopNMetricSpec.getResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
TopNResultBuilder |
DimensionTopNMetricSpec.getResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
protected static Aggregator[] |
BaseTopNAlgorithm.makeAggregators(Cursor cursor,
List<AggregatorFactory> aggregatorSpecs) |
protected static BufferAggregator[] |
BaseTopNAlgorithm.makeBufferAggregators(Cursor cursor,
List<AggregatorFactory> aggregatorSpecs) |
void |
TopNMetricSpec.verifyPreconditions(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
void |
NumericTopNMetricSpec.verifyPreconditions(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
void |
LexicographicTopNMetricSpec.verifyPreconditions(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
void |
InvertedTopNMetricSpec.verifyPreconditions(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
void |
DimensionTopNMetricSpec.verifyPreconditions(List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
| Constructor and Description |
|---|
TopNBinaryFn(TopNResultMerger merger,
QueryGranularity granularity,
DimensionSpec dimSpec,
TopNMetricSpec topNMetricSpec,
int threshold,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs) |
TopNLexicographicResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
int threshold,
String previousStop,
Comparator comparator,
List<AggregatorFactory> aggFactories) |
TopNNumericResultBuilder(org.joda.time.DateTime timestamp,
DimensionSpec dimSpec,
String metricName,
int threshold,
Comparator comparator,
List<AggregatorFactory> aggFactories,
List<PostAggregator> postAggs) |
TopNQuery(DataSource dataSource,
DimensionSpec dimensionSpec,
TopNMetricSpec topNMetricSpec,
int threshold,
QuerySegmentSpec querySegmentSpec,
DimFilter dimFilter,
QueryGranularity granularity,
List<AggregatorFactory> aggregatorSpecs,
List<PostAggregator> postAggregatorSpecs,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory[] |
Metadata.getAggregators() |
| Modifier and Type | Method and Description |
|---|---|
File |
IndexMerger.append(List<IndexableAdapter> indexes,
AggregatorFactory[] aggregators,
File outDir,
IndexSpec indexSpec) |
File |
IndexMerger.append(List<IndexableAdapter> indexes,
AggregatorFactory[] aggregators,
File outDir,
IndexSpec indexSpec,
ProgressIndicator progress) |
protected File |
IndexMergerV9.makeIndexFiles(List<IndexableAdapter> adapters,
AggregatorFactory[] metricAggs,
File outDir,
ProgressIndicator progress,
List<String> mergedDimensions,
List<String> mergedMetrics,
com.google.common.base.Function<ArrayList<Iterable<Rowboat>>,Iterable<Rowboat>> rowMergerFn,
IndexSpec indexSpec) |
protected File |
IndexMerger.makeIndexFiles(List<IndexableAdapter> indexes,
AggregatorFactory[] metricAggs,
File outDir,
ProgressIndicator progress,
List<String> mergedDimensions,
List<String> mergedMetrics,
com.google.common.base.Function<ArrayList<Iterable<Rowboat>>,Iterable<Rowboat>> rowMergerFn,
IndexSpec indexSpec) |
File |
IndexMerger.merge(List<IndexableAdapter> indexes,
boolean rollup,
AggregatorFactory[] metricAggs,
File outDir,
IndexSpec indexSpec) |
File |
IndexMerger.merge(List<IndexableAdapter> indexes,
boolean rollup,
AggregatorFactory[] metricAggs,
File outDir,
IndexSpec indexSpec,
ProgressIndicator progress) |
static Metadata |
Metadata.merge(List<Metadata> toBeMerged,
AggregatorFactory[] overrideMergedAggregators) |
File |
IndexMerger.mergeQueryableIndex(List<QueryableIndex> indexes,
boolean rollup,
AggregatorFactory[] metricAggs,
File outDir,
IndexSpec indexSpec) |
File |
IndexMerger.mergeQueryableIndex(List<QueryableIndex> indexes,
boolean rollup,
AggregatorFactory[] metricAggs,
File outDir,
IndexSpec indexSpec,
ProgressIndicator progress) |
Metadata |
Metadata.setAggregators(AggregatorFactory[] aggregators) |
| Constructor and Description |
|---|
AggFactoryStringIndexed(AggregatorFactory[] metricAggs) |
RowboatMergeFunction(AggregatorFactory[] metricAggs) |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFactory[] |
IncrementalIndex.getMetricAggs() |
AggregatorFactory[] |
IncrementalIndexSchema.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
OnheapIncrementalIndex.addToFacts(AggregatorFactory[] metrics,
boolean deserializeComplexMetrics,
boolean reportParseExceptions,
io.druid.data.input.InputRow row,
AtomicInteger numEntries,
IncrementalIndex.TimeAndDims key,
ThreadLocal<io.druid.data.input.InputRow> rowContainer,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier) |
protected Integer |
OffheapIncrementalIndex.addToFacts(AggregatorFactory[] metrics,
boolean deserializeComplexMetrics,
boolean reportParseExceptions,
io.druid.data.input.InputRow row,
AtomicInteger numEntries,
IncrementalIndex.TimeAndDims key,
ThreadLocal<io.druid.data.input.InputRow> rowContainer,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier) |
protected abstract Integer |
IncrementalIndex.addToFacts(AggregatorFactory[] metrics,
boolean deserializeComplexMetrics,
boolean reportParseExceptions,
io.druid.data.input.InputRow row,
AtomicInteger numEntries,
IncrementalIndex.TimeAndDims key,
ThreadLocal<io.druid.data.input.InputRow> rowContainer,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier) |
protected Aggregator[] |
OnheapIncrementalIndex.initAggs(AggregatorFactory[] metrics,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier,
boolean deserializeComplexMetrics) |
protected BufferAggregator[] |
OffheapIncrementalIndex.initAggs(AggregatorFactory[] metrics,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier,
boolean deserializeComplexMetrics) |
protected abstract AggregatorType[] |
IncrementalIndex.initAggs(AggregatorFactory[] metrics,
com.google.common.base.Supplier<io.druid.data.input.InputRow> rowSupplier,
boolean deserializeComplexMetrics) |
static ColumnSelectorFactory |
IncrementalIndex.makeColumnSelectorFactory(AggregatorFactory agg,
com.google.common.base.Supplier<io.druid.data.input.InputRow> in,
boolean deserializeComplexMetrics,
Map<String,ColumnCapabilitiesImpl> columnCapabilities) |
IncrementalIndexSchema.Builder |
IncrementalIndexSchema.Builder.withMetrics(AggregatorFactory[] metrics) |
| Constructor and Description |
|---|
IncrementalIndexSchema(long minTimestamp,
io.druid.data.input.impl.TimestampSpec timestampSpec,
QueryGranularity gran,
io.druid.data.input.impl.DimensionsSpec dimensionsSpec,
AggregatorFactory[] metrics,
boolean rollup) |
MetricDesc(int index,
AggregatorFactory factory) |
OffheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
AggregatorFactory[] metrics,
boolean deserializeComplexMetrics,
boolean reportParseExceptions,
boolean sortFacts,
int maxRowCount,
StupidPool<ByteBuffer> bufferPool) |
OffheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
AggregatorFactory[] metrics,
int maxRowCount,
StupidPool<ByteBuffer> bufferPool) |
OffheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
boolean rollup,
AggregatorFactory[] metrics,
int maxRowCount,
StupidPool<ByteBuffer> bufferPool) |
OnheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
AggregatorFactory[] metrics,
boolean deserializeComplexMetrics,
boolean reportParseExceptions,
boolean sortFacts,
int maxRowCount) |
OnheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
AggregatorFactory[] metrics,
int maxRowCount) |
OnheapIncrementalIndex(long minTimestamp,
QueryGranularity gran,
boolean rollup,
AggregatorFactory[] metrics,
int maxRowCount) |
Copyright © 2011–2016. All rights reserved.