Package | Description |
---|---|
io.druid.indexer | |
io.druid.segment.indexing | |
io.druid.segment.indexing.granularity |
Modifier and Type | Field and Description |
---|---|
protected GranularitySpec |
HadoopDruidIndexerMapper.granularitySpec |
Modifier and Type | Method and Description |
---|---|
GranularitySpec |
HadoopDruidIndexerConfig.getGranularitySpec() |
Modifier and Type | Method and Description |
---|---|
void |
HadoopDruidIndexerConfig.setGranularitySpec(GranularitySpec granularitySpec) |
Modifier and Type | Method and Description |
---|---|
GranularitySpec |
DataSchema.getGranularitySpec() |
Modifier and Type | Method and Description |
---|---|
DataSchema |
DataSchema.withGranularitySpec(GranularitySpec granularitySpec) |
Constructor and Description |
---|
DataSchema(String dataSource,
Map<String,Object> parser,
AggregatorFactory[] aggregators,
GranularitySpec granularitySpec,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
Modifier and Type | Class and Description |
---|---|
class |
ArbitraryGranularitySpec |
class |
UniformGranularitySpec |
Modifier and Type | Method and Description |
---|---|
GranularitySpec |
UniformGranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) |
GranularitySpec |
GranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) |
GranularitySpec |
ArbitraryGranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) |
Copyright © 2011–2017. All rights reserved.