| Package | Description | 
|---|---|
| io.druid.data.input.avro | |
| io.druid.data.input.impl | |
| io.druid.query.aggregation | |
| io.druid.query.metadata.metadata | |
| io.druid.segment | |
| io.druid.segment.incremental | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
AvroParseSpec.withTimestampSpec(TimestampSpec spec)  | 
| Constructor and Description | 
|---|
AvroParseSpec(TimestampSpec timestampSpec,
             DimensionsSpec dimensionsSpec,
             JSONPathSpec flattenSpec)  | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampSpec | 
ParseSpec.getTimestampSpec()  | 
static TimestampSpec | 
TimestampSpec.mergeTimestampSpec(List<TimestampSpec> toMerge)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
TimeAndDimsParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
RegexParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
ParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
JavaScriptParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
JSONParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
JSONLowercaseParseSpec.withTimestampSpec(TimestampSpec spec)
Deprecated.  
  | 
ParseSpec | 
DelimitedParseSpec.withTimestampSpec(TimestampSpec spec)  | 
ParseSpec | 
CSVParseSpec.withTimestampSpec(TimestampSpec spec)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TimestampSpec | 
TimestampSpec.mergeTimestampSpec(List<TimestampSpec> toMerge)  | 
| Constructor and Description | 
|---|
CSVParseSpec(TimestampSpec timestampSpec,
            DimensionsSpec dimensionsSpec,
            String listDelimiter,
            List<String> columns)
Deprecated.  
 | 
CSVParseSpec(TimestampSpec timestampSpec,
            DimensionsSpec dimensionsSpec,
            String listDelimiter,
            List<String> columns,
            boolean hasHeaderRow,
            int skipHeaderRows)  | 
DelimitedParseSpec(TimestampSpec timestampSpec,
                  DimensionsSpec dimensionsSpec,
                  String delimiter,
                  String listDelimiter,
                  List<String> columns)
Deprecated.  
 | 
DelimitedParseSpec(TimestampSpec timestampSpec,
                  DimensionsSpec dimensionsSpec,
                  String delimiter,
                  String listDelimiter,
                  List<String> columns,
                  boolean hasHeaderRow,
                  int skipHeaderRows)  | 
JavaScriptParseSpec(TimestampSpec timestampSpec,
                   DimensionsSpec dimensionsSpec,
                   String function,
                   JavaScriptConfig config)  | 
JSONLowercaseParseSpec(TimestampSpec timestampSpec,
                      DimensionsSpec dimensionsSpec)
Deprecated.  
  | 
JSONParseSpec(TimestampSpec ts,
             DimensionsSpec dims)
Deprecated.  
 | 
JSONParseSpec(TimestampSpec timestampSpec,
             DimensionsSpec dimensionsSpec,
             JSONPathSpec flattenSpec,
             Map<String,Boolean> featureSpec)  | 
ParseSpec(TimestampSpec timestampSpec,
         DimensionsSpec dimensionsSpec)  | 
RegexParseSpec(TimestampSpec timestampSpec,
              DimensionsSpec dimensionsSpec,
              String listDelimiter,
              List<String> columns,
              String pattern)  | 
TimeAndDimsParseSpec(TimestampSpec timestampSpec,
                    DimensionsSpec dimensionsSpec)  | 
| Constructor and Description | 
|---|
TimestampAggregator(String name,
                   BaseObjectColumnValueSelector selector,
                   TimestampSpec timestampSpec,
                   Comparator<Long> comparator,
                   Long initValue)  | 
TimestampBufferAggregator(BaseObjectColumnValueSelector selector,
                         TimestampSpec timestampSpec,
                         Comparator<Long> comparator,
                         Long initValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampSpec | 
SegmentAnalysis.getTimestampSpec()  | 
| Constructor and Description | 
|---|
SegmentAnalysis(String id,
               List<org.joda.time.Interval> interval,
               Map<String,ColumnAnalysis> columns,
               long size,
               long numRows,
               Map<String,AggregatorFactory> aggregators,
               TimestampSpec timestampSpec,
               Granularity queryGranularity,
               Boolean rollup)  | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampSpec | 
Metadata.getTimestampSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
Metadata | 
Metadata.setTimestampSpec(TimestampSpec timestampSpec)  | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampSpec | 
IncrementalIndexSchema.getTimestampSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
IncrementalIndexSchema.Builder | 
IncrementalIndexSchema.Builder.withTimestampSpec(TimestampSpec timestampSpec)  | 
| Constructor and Description | 
|---|
IncrementalIndexSchema(long minTimestamp,
                      TimestampSpec timestampSpec,
                      Granularity gran,
                      VirtualColumns virtualColumns,
                      DimensionsSpec dimensionsSpec,
                      AggregatorFactory[] metrics,
                      boolean rollup)  | 
Copyright © 2011–2018. All rights reserved.