Uses of Class
org.apache.druid.segment.incremental.AppendableIndexBuilder
-
Packages that use AppendableIndexBuilder Package Description org.apache.druid.segment.incremental -
-
Uses of AppendableIndexBuilder in org.apache.druid.segment.incremental
Subclasses of AppendableIndexBuilder in org.apache.druid.segment.incremental Modifier and Type Class Description static classOnheapIncrementalIndex.BuilderMethods in org.apache.druid.segment.incremental that return AppendableIndexBuilder Modifier and Type Method Description AppendableIndexBuilderAppendableIndexSpec. builder()AppendableIndexBuilderOnheapIncrementalIndex.Spec. builder()AppendableIndexBuilderAppendableIndexBuilder. setIndexSchema(IncrementalIndexSchema incrementalIndexSchema)AppendableIndexBuilderAppendableIndexBuilder. setMaxBytesInMemory(long maxBytesInMemory)AppendableIndexBuilderAppendableIndexBuilder. setMaxRowCount(int maxRowCount)AppendableIndexBuilderAppendableIndexBuilder. setPreserveExistingMetrics(boolean preserveExistingMetrics)AppendableIndexBuilderAppendableIndexBuilder. setSimpleTestingIndexSchema(Boolean rollup, Boolean preserveExistingMetrics, AggregatorFactory... metrics)A helper method to set a simple index schema with controllable metrics and rollup, and default values for the other parameters.AppendableIndexBuilderAppendableIndexBuilder. setSimpleTestingIndexSchema(AggregatorFactory... metrics)A helper method to set a simple index schema with only metrics and default values for the other parameters.AppendableIndexBuilderAppendableIndexBuilder. setUseMaxMemoryEstimates(boolean useMaxMemoryEstimates)
-