public static final class Cube.AggregationConfig extends Object implements Initializable<Cube.AggregationConfig>
| Constructor and Description |
|---|
AggregationConfig(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static Cube.AggregationConfig |
id(String id) |
Cube.AggregationConfig |
withChunkSize(int chunkSize) |
Cube.AggregationConfig |
withDimensions(Collection<String> dimensions) |
Cube.AggregationConfig |
withDimensions(String... dimensions) |
Cube.AggregationConfig |
withMaxChunksToConsolidate(int maxChunksToConsolidate) |
Cube.AggregationConfig |
withMeasures(Collection<String> measures) |
Cube.AggregationConfig |
withMeasures(String... measures) |
Cube.AggregationConfig |
withPartitioningKey(List<String> partitioningKey) |
Cube.AggregationConfig |
withPartitioningKey(String... partitioningKey) |
Cube.AggregationConfig |
withPredicate(AggregationPredicate predicate) |
Cube.AggregationConfig |
withReducerBufferSize(int reducerBufferSize) |
Cube.AggregationConfig |
withSorterItemsInMemory(int sorterItemsInMemory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic AggregationConfig(String id)
public String getId()
public static Cube.AggregationConfig id(String id)
public Cube.AggregationConfig withDimensions(Collection<String> dimensions)
public Cube.AggregationConfig withDimensions(String... dimensions)
public Cube.AggregationConfig withMeasures(Collection<String> measures)
public Cube.AggregationConfig withMeasures(String... measures)
public Cube.AggregationConfig withPredicate(AggregationPredicate predicate)
public Cube.AggregationConfig withPartitioningKey(List<String> partitioningKey)
public Cube.AggregationConfig withPartitioningKey(String... partitioningKey)
public Cube.AggregationConfig withChunkSize(int chunkSize)
public Cube.AggregationConfig withReducerBufferSize(int reducerBufferSize)
public Cube.AggregationConfig withSorterItemsInMemory(int sorterItemsInMemory)
public Cube.AggregationConfig withMaxChunksToConsolidate(int maxChunksToConsolidate)
Copyright © 2019. All rights reserved.