public static class IncrementalIndexSchema.Builder extends Object
Constructor and Description |
---|
IncrementalIndexSchema.Builder() |
Modifier and Type | Method and Description |
---|---|
IncrementalIndexSchema |
build() |
IncrementalIndexSchema.Builder |
withDimensionsSpec(io.druid.data.input.impl.DimensionsSpec dimensionsSpec) |
IncrementalIndexSchema.Builder |
withDimensionsSpec(io.druid.data.input.impl.InputRowParser parser) |
IncrementalIndexSchema.Builder |
withMetrics(AggregatorFactory[] metrics) |
IncrementalIndexSchema.Builder |
withMinTimestamp(long minTimestamp) |
IncrementalIndexSchema.Builder |
withQueryGranularity(QueryGranularity gran) |
public IncrementalIndexSchema.Builder withMinTimestamp(long minTimestamp)
public IncrementalIndexSchema.Builder withQueryGranularity(QueryGranularity gran)
public IncrementalIndexSchema.Builder withDimensionsSpec(io.druid.data.input.impl.DimensionsSpec dimensionsSpec)
public IncrementalIndexSchema.Builder withDimensionsSpec(io.druid.data.input.impl.InputRowParser parser)
public IncrementalIndexSchema.Builder withMetrics(AggregatorFactory[] metrics)
public IncrementalIndexSchema build()
Copyright © 2011–2015. All rights reserved.