Class IncrementalIndexSchema.Builder
- java.lang.Object
-
- org.apache.druid.segment.incremental.IncrementalIndexSchema.Builder
-
- Enclosing class:
- IncrementalIndexSchema
public static class IncrementalIndexSchema.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IncrementalIndexSchemabuild()IncrementalIndexSchema.BuilderwithDimensionsSpec(DimensionsSpec dimensionsSpec)IncrementalIndexSchema.BuilderwithDimensionsSpec(InputRowParser parser)Deprecated.IncrementalIndexSchema.BuilderwithMetrics(AggregatorFactory... metrics)IncrementalIndexSchema.BuilderwithMinTimestamp(long minTimestamp)IncrementalIndexSchema.BuilderwithQueryGranularity(Granularity gran)IncrementalIndexSchema.BuilderwithRollup(boolean rollup)IncrementalIndexSchema.BuilderwithTimestampSpec(TimestampSpec timestampSpec)IncrementalIndexSchema.BuilderwithVirtualColumns(VirtualColumns virtualColumns)
-
-
-
Method Detail
-
withMinTimestamp
public IncrementalIndexSchema.Builder withMinTimestamp(long minTimestamp)
-
withTimestampSpec
public IncrementalIndexSchema.Builder withTimestampSpec(TimestampSpec timestampSpec)
-
withQueryGranularity
public IncrementalIndexSchema.Builder withQueryGranularity(Granularity gran)
-
withVirtualColumns
public IncrementalIndexSchema.Builder withVirtualColumns(VirtualColumns virtualColumns)
-
withDimensionsSpec
public IncrementalIndexSchema.Builder withDimensionsSpec(@Nullable DimensionsSpec dimensionsSpec)
-
withDimensionsSpec
@Deprecated public IncrementalIndexSchema.Builder withDimensionsSpec(@Nullable InputRowParser parser)
Deprecated.
-
withMetrics
public IncrementalIndexSchema.Builder withMetrics(AggregatorFactory... metrics)
-
withRollup
public IncrementalIndexSchema.Builder withRollup(boolean rollup)
-
build
public IncrementalIndexSchema build()
-
-