public class GroupByQueryHelper extends Object
Constructor and Description |
---|
GroupByQueryHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> com.metamx.common.Pair<Queue,com.metamx.common.guava.Accumulator<Queue,T>> |
createBySegmentAccumulatorPair() |
static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> |
createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
StupidPool<ByteBuffer> bufferPool) |
public static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> createIndexAccumulatorPair(GroupByQuery query, GroupByQueryConfig config, StupidPool<ByteBuffer> bufferPool)
Copyright © 2011–2015. All rights reserved.