Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

addDataSource(Configuration, DatasourceIngestionSpec, List<WindowedDataSegment>, long) - Static method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
addInputPaths(Job) - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
Job instance should have Configuration set (by calling HadoopDruidIndexerConfig.addJobProperties(Job) or via injected system properties) before this method is called.
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in class org.apache.druid.indexer.path.GranularUnprocessedPathSpec
 
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in class org.apache.druid.indexer.path.MultiplePathSpec
 
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in interface org.apache.druid.indexer.path.PathSpec
 
addInputPaths(HadoopDruidIndexerConfig, Job) - Method in class org.apache.druid.indexer.path.StaticPathSpec
 
addToMultipleInputs(HadoopDruidIndexerConfig, Job, String, Class<? extends InputFormat>) - Static method in class org.apache.druid.indexer.path.StaticPathSpec
 
addToMultipleInputs(HadoopDruidIndexerConfig, Job, Set<String>, Class<? extends InputFormat>) - Static method in class org.apache.druid.indexer.path.StaticPathSpec
 
authenticate() - Static method in class org.apache.druid.indexer.JobHelper
Does authenticate against a secured hadoop cluster In case of any bug fix make sure to fix the code at HdfsStorageAuthentication#authenticate as well.

B

Bucket - Class in org.apache.druid.indexer
 
Bucket(int, DateTime, int) - Constructor for class org.apache.druid.indexer.Bucket
 

C

checkAppSuccessForJobIOException(IOException, Job, boolean) - Static method in class org.apache.druid.indexer.Utils
It is possible for a Hadoop Job to succeed, but for `job.waitForCompletion()` to fail because of issues with the JobHistory server.
checkAppSuccessFromYarnRM(Job) - Static method in class org.apache.druid.indexer.Utils
 
checkIfReindexingAndIsUseAggEnabled(Map<String, Object>) - Static method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
checkOutputSpecs(JobContext) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorOutputFormat
 
close() - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.druid.indexer.SortableBytes.SortableBytesGroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.druid.indexer.SortableBytes.SortableBytesSortingComparator
 
compareTo(Row) - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
config - Variable in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityReducer
 
config - Variable in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
config - Variable in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
configure(Binder) - Method in class org.apache.druid.indexer.IndexingHadoopModule
 
connectURI - Variable in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
copyFileToZipStream(File, ZipOutputStream, Progressable) - Static method in class org.apache.druid.indexer.JobHelper
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 

D

DataSegmentAndIndexZipFilePath - Class in org.apache.druid.indexer
holds a DataSegment with the temporary file path where the corresponding index zip file is currently stored and the final path where the index zip file should eventually be moved to.
DataSegmentAndIndexZipFilePath(DataSegment, String, String) - Constructor for class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
DatasourceIngestionSpec - Class in org.apache.druid.indexer.hadoop
 
DatasourceIngestionSpec(String, Interval, List<Interval>, List<DataSegment>, DimFilter, List<String>, List<String>, boolean, TransformSpec) - Constructor for class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
DatasourceInputFormat - Class in org.apache.druid.indexer.hadoop
 
DatasourceInputFormat() - Constructor for class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
DatasourceInputSplit - Class in org.apache.druid.indexer.hadoop
 
DatasourceInputSplit() - Constructor for class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
DatasourceInputSplit(List<WindowedDataSegment>, String[]) - Constructor for class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
DatasourcePathSpec - Class in org.apache.druid.indexer.path
 
DatasourcePathSpec(List<WindowedDataSegment>, DatasourceIngestionSpec, Long, boolean) - Constructor for class org.apache.druid.indexer.path.DatasourcePathSpec
 
DatasourceRecordReader - Class in org.apache.druid.indexer.hadoop
 
DatasourceRecordReader() - Constructor for class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
deserialize(ByteArrayDataInput) - Method in class org.apache.druid.indexer.InputRowSerde.DoubleIndexSerdeTypeHelper
 
deserialize(ByteArrayDataInput) - Method in class org.apache.druid.indexer.InputRowSerde.FloatIndexSerdeTypeHelper
 
deserialize(ByteArrayDataInput) - Method in interface org.apache.druid.indexer.InputRowSerde.IndexSerdeTypeHelper
 
deserialize(ByteArrayDataInput) - Method in class org.apache.druid.indexer.InputRowSerde.LongIndexSerdeTypeHelper
 
deserialize(ByteArrayDataInput) - Method in class org.apache.druid.indexer.InputRowSerde.StringIndexSerdeTypeHelper
 
DetermineCardinalityMapper() - Constructor for class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityMapper
 
DetermineCardinalityReducer() - Constructor for class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityReducer
 
DetermineHashedPartitionsJob - Class in org.apache.druid.indexer
Determines appropriate ShardSpecs for a job by determining approximate cardinality of data set using HyperLogLog
DetermineHashedPartitionsJob(HadoopDruidIndexerConfig) - Constructor for class org.apache.druid.indexer.DetermineHashedPartitionsJob
 
DetermineHashedPartitionsJob.DetermineCardinalityMapper - Class in org.apache.druid.indexer
 
DetermineHashedPartitionsJob.DetermineCardinalityReducer - Class in org.apache.druid.indexer
 
DetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner - Class in org.apache.druid.indexer
 
DetermineHashedPartitionsPartitioner() - Constructor for class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner
 
DeterminePartitionsDimSelectionAssumeGroupedMapper() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionAssumeGroupedMapper
 
DeterminePartitionsDimSelectionCombiner() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionCombiner
 
DeterminePartitionsDimSelectionOutputFormat() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat
 
DeterminePartitionsDimSelectionPartitioner() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPartitioner
 
DeterminePartitionsDimSelectionPostGroupByMapper() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPostGroupByMapper
 
DeterminePartitionsDimSelectionReducer() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer
 
DeterminePartitionsGroupByMapper() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByMapper
 
DeterminePartitionsGroupByReducer() - Constructor for class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByReducer
 
DeterminePartitionsJob - Class in org.apache.druid.indexer
Determines appropriate ShardSpecs for a job by determining whether or not partitioning is necessary, and if so, choosing the best dimension that satisfies the criteria:

Must have exactly one value per row. Must not generate oversized partitions.

DeterminePartitionsJob.DeterminePartitionsDimSelectionAssumeGroupedMapper - Class in org.apache.druid.indexer
This DimSelection mapper runs on raw input data that we assume has already been grouped.
DeterminePartitionsJob.DeterminePartitionsDimSelectionCombiner - Class in org.apache.druid.indexer
 
DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat - Class in org.apache.druid.indexer
 
DeterminePartitionsJob.DeterminePartitionsDimSelectionPartitioner - Class in org.apache.druid.indexer
 
DeterminePartitionsJob.DeterminePartitionsDimSelectionPostGroupByMapper - Class in org.apache.druid.indexer
This DimSelection mapper runs on data generated by our GroupBy job.
DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer - Class in org.apache.druid.indexer
 
DeterminePartitionsJob.DeterminePartitionsGroupByMapper - Class in org.apache.druid.indexer
 
DeterminePartitionsJob.DeterminePartitionsGroupByReducer - Class in org.apache.druid.indexer
 
distributedClassPath(String) - Static method in class org.apache.druid.indexer.JobHelper
 
distributedClassPath(Path) - Static method in class org.apache.druid.indexer.JobHelper
 
DoubleIndexSerdeTypeHelper() - Constructor for class org.apache.druid.indexer.InputRowSerde.DoubleIndexSerdeTypeHelper
 

E

ensurePaths(HadoopDruidIndexerConfig) - Static method in class org.apache.druid.indexer.JobHelper
 
equals(Object) - Method in class org.apache.druid.indexer.Bucket
 
equals(Object) - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
equals(Object) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
equals(Object) - Method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
equals(Object) - Method in class org.apache.druid.indexer.HadoopKerberosConfig
 
equals(Object) - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
equals(Object) - Method in class org.apache.druid.indexer.path.MultiplePathSpec
 
equals(Object) - Method in class org.apache.druid.indexer.path.StaticPathSpec
 
exists(JobContext, FileSystem, Path) - Static method in class org.apache.druid.indexer.Utils
 

F

FloatIndexSerdeTypeHelper() - Constructor for class org.apache.druid.indexer.InputRowSerde.FloatIndexSerdeTypeHelper
 
fromBytes(Map<String, InputRowSerde.IndexSerdeTypeHelper>, byte[], AggregatorFactory[]) - Static method in class org.apache.druid.indexer.InputRowSerde
 
fromBytes(byte[], int, int) - Static method in class org.apache.druid.indexer.SortableBytes
 
fromBytesWritable(BytesWritable) - Static method in class org.apache.druid.indexer.SortableBytes
 
fromConfiguration(Configuration) - Static method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
fromDistributedFileSystem(String) - Static method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
fromFile(File) - Static method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
fromGroupKey(byte[]) - Static method in class org.apache.druid.indexer.Bucket
 
fromSpec(HadoopIngestionSpec) - Static method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
fromString(String) - Static method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
FSSpideringIterator - Class in org.apache.druid.indexer.hadoop
An iterator that walks through the file tree for a given Path and returns FileStatus for every file encountered within the hierarchy.
FSSpideringIterator(FileSystem, FileStatus[]) - Constructor for class org.apache.druid.indexer.hadoop.FSSpideringIterator
 

G

get() - Method in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
getActualSpec() - Method in class org.apache.druid.indexer.HadoopyShardSpec
 
getAllowedProperties() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getAppendableIndexSpec() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getAwaitSegmentAvailabilityTimeoutMillis() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getChildren() - Method in class org.apache.druid.indexer.path.MultiplePathSpec
 
getConf() - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner
 
getConf() - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPartitioner
 
getConf() - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorPartitioner
 
getConfig() - Method in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
getCurrentKey() - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
getCurrentValue() - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
getDataGranularity() - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
getDataSchema() - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
getDataSource() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getDataSource() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getDataSources(Configuration) - Static method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
getDimension(String) - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getDimensions() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getDimensions() - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getErrorMessage() - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob
 
getErrorMessage() - Method in class org.apache.druid.indexer.DeterminePartitionsJob
 
getErrorMessage() - Method in class org.apache.druid.indexer.HadoopDruidDetermineConfigurationJob
 
getErrorMessage() - Method in class org.apache.druid.indexer.HadoopDruidIndexerJob
 
getErrorMessage() - Method in class org.apache.druid.indexer.IndexGeneratorJob
 
getFailureMessage(Job, ObjectMapper) - Static method in class org.apache.druid.indexer.Utils
 
getFilePattern() - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
getFilter() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getFinalIndexZipFilePath() - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
getGranularitySpec() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getGroupKey() - Method in class org.apache.druid.indexer.SortableBytes
 
getIndexSpec() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getIndexSpec() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getIndexSpecForIntermediatePersists() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getIndexSpecForIntermediatePersists() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getIngestionSpec(Configuration, String) - Static method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
getIngestionSpec() - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
getInputFormat() - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
getInputFormat() - Method in class org.apache.druid.indexer.path.StaticPathSpec
 
getInputIntervals() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getInputPath() - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
getInterval() - Method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
getIntervals() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getIntervals() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getInvalidRowCount() - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorStats
 
getIOConfig() - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
getJacksonModules() - Method in class org.apache.druid.indexer.IndexingHadoopModule
 
getJobProperties() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getJobTrackerAddress(Configuration) - Static method in class org.apache.druid.indexer.JobHelper
 
getKeytab() - Method in class org.apache.druid.indexer.HadoopKerberosConfig
 
getLength() - Method in class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
getLocations() - Method in class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
getMaxBuckets() - Method in class org.apache.druid.indexer.path.GranularUnprocessedPathSpec
 
getMaxBytesInMemory() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getMaxParseExceptions() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getMaxParseExceptions() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getMaxRowsInMemory() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getMaxSplitSize(Configuration, String) - Static method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
getMaxSplitSize() - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
getMetadataStorageTablesConfig() - Method in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
getMetadataUpdateSpec() - Method in class org.apache.druid.indexer.HadoopIOConfig
 
getMetric(String) - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getMetrics() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getNumBackgroundPersistThreads() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getParseExceptionMessages() - Method in class org.apache.druid.indexer.InputRowSerde.SerializeResult
 
getParser() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getParseSpec() - Method in class org.apache.druid.indexer.HadoopyStringInputRowParser
 
getPartition(LongWritable, BytesWritable, int) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner
 
getPartition(BytesWritable, Text, int) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPartitioner
 
getPartition(BytesWritable, Writable, int) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorPartitioner
 
getPartitionsSpec() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getPartitionsSpec() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getPathFormat() - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
getPaths() - Method in class org.apache.druid.indexer.path.StaticPathSpec
 
getPathSpec() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getPathSpec() - Method in class org.apache.druid.indexer.HadoopIOConfig
 
getPrincipal() - Method in class org.apache.druid.indexer.HadoopKerberosConfig
 
getProgress() - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
getPublishedSegmentAndIndexZipFilePaths() - Method in class org.apache.druid.indexer.HadoopDruidIndexerJob
 
getPublishedSegmentAndIndexZipFilePaths(HadoopDruidIndexerConfig) - Static method in class org.apache.druid.indexer.IndexGeneratorJob
 
getRaw(String) - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat
 
getSchema() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getSegment() - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
getSegment() - Method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
getSegmentOutputPath() - Method in class org.apache.druid.indexer.HadoopIOConfig
 
getSegments() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getSegments(Configuration, String) - Static method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
getSegments() - Method in class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
getSegments() - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
getSegmentTable() - Method in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
getSerializedRow() - Method in class org.apache.druid.indexer.InputRowSerde.SerializeResult
 
getShardNum() - Method in class org.apache.druid.indexer.Bucket
 
getShardNum() - Method in class org.apache.druid.indexer.HadoopyShardSpec
 
getShardSpec(Bucket) - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getShardSpecs() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getSortKey() - Method in class org.apache.druid.indexer.SortableBytes
 
getSplits(JobContext) - Method in class org.apache.druid.indexer.hadoop.DatasourceInputFormat
 
getStats() - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob
 
getStats() - Method in class org.apache.druid.indexer.DeterminePartitionsJob
 
getStats() - Method in class org.apache.druid.indexer.HadoopDruidDetermineConfigurationJob
 
getStats() - Method in class org.apache.druid.indexer.HadoopDruidIndexerJob
 
getStats() - Method in class org.apache.druid.indexer.IndexGeneratorJob
 
getStats(JobContext, Path) - Static method in class org.apache.druid.indexer.Utils
 
getTargetPartitionSize() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getTimestamp() - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getTimestampFromEpoch() - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
getTmpIndexZipFilePath() - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
getTransformSpec() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
getTuningConfig() - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
getType() - Method in class org.apache.druid.indexer.InputRowSerde.DoubleIndexSerdeTypeHelper
 
getType() - Method in class org.apache.druid.indexer.InputRowSerde.FloatIndexSerdeTypeHelper
 
getType() - Method in interface org.apache.druid.indexer.InputRowSerde.IndexSerdeTypeHelper
 
getType() - Method in class org.apache.druid.indexer.InputRowSerde.LongIndexSerdeTypeHelper
 
getType() - Method in class org.apache.druid.indexer.InputRowSerde.StringIndexSerdeTypeHelper
 
getType() - Method in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
getTypeHelperMap(DimensionsSpec) - Static method in class org.apache.druid.indexer.InputRowSerde
 
getUniqueId() - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
getURIFromSegment(DataSegment) - Static method in class org.apache.druid.indexer.JobHelper
 
getUseCombiner() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getUserAllowedHadoopPrefix() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getVersion() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
getWorkingPath() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
getWorkingPath() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
GranularityPathSpec - Class in org.apache.druid.indexer.path
 
GranularityPathSpec() - Constructor for class org.apache.druid.indexer.path.GranularityPathSpec
 
granularitySpec - Variable in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
GranularUnprocessedPathSpec - Class in org.apache.druid.indexer.path
 
GranularUnprocessedPathSpec() - Constructor for class org.apache.druid.indexer.path.GranularUnprocessedPathSpec
 

H

HadoopDruidDetermineConfigurationJob - Class in org.apache.druid.indexer
 
HadoopDruidDetermineConfigurationJob(HadoopDruidIndexerConfig) - Constructor for class org.apache.druid.indexer.HadoopDruidDetermineConfigurationJob
 
HadoopDruidIndexerConfig - Class in org.apache.druid.indexer
 
HadoopDruidIndexerConfig(HadoopIngestionSpec) - Constructor for class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
HadoopDruidIndexerConfig.IndexJobCounters - Enum in org.apache.druid.indexer
 
HadoopDruidIndexerJob - Class in org.apache.druid.indexer
 
HadoopDruidIndexerJob(HadoopDruidIndexerConfig, MetadataStorageUpdaterJobHandler) - Constructor for class org.apache.druid.indexer.HadoopDruidIndexerJob
 
HadoopDruidIndexerMapper<KEYOUT,VALUEOUT> - Class in org.apache.druid.indexer
 
HadoopDruidIndexerMapper() - Constructor for class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
HadoopGlobPathSplitter - Class in org.apache.druid.indexer.path
 
HadoopGlobPathSplitter() - Constructor for class org.apache.druid.indexer.path.HadoopGlobPathSplitter
 
HadoopIngestionSpec - Class in org.apache.druid.indexer
 
HadoopIngestionSpec(DataSchema, HadoopIOConfig, HadoopTuningConfig, String) - Constructor for class org.apache.druid.indexer.HadoopIngestionSpec
 
HadoopIngestionSpec(DataSchema, HadoopIOConfig, HadoopTuningConfig) - Constructor for class org.apache.druid.indexer.HadoopIngestionSpec
 
HadoopIOConfig - Class in org.apache.druid.indexer
 
HadoopIOConfig(Map<String, Object>, MetadataStorageUpdaterJobSpec, String) - Constructor for class org.apache.druid.indexer.HadoopIOConfig
 
HadoopKerberosConfig - Class in org.apache.druid.indexer
 
HadoopKerberosConfig(String, String) - Constructor for class org.apache.druid.indexer.HadoopKerberosConfig
 
HadoopTuningConfig - Class in org.apache.druid.indexer
 
HadoopTuningConfig(String, String, DimensionBasedPartitionsSpec, Map<Long, List<HadoopyShardSpec>>, IndexSpec, IndexSpec, AppendableIndexSpec, Integer, Long, boolean, Boolean, boolean, Boolean, Map<String, String>, boolean, Boolean, Integer, Integer, boolean, boolean, List<String>, Boolean, Integer, Boolean, Long) - Constructor for class org.apache.druid.indexer.HadoopTuningConfig
 
HadoopWorkingDirCleaner - Class in org.apache.druid.indexer
Used by ResetCluster to delete the Hadoop Working Path.
HadoopWorkingDirCleaner() - Constructor for class org.apache.druid.indexer.HadoopWorkingDirCleaner
 
HadoopyShardSpec - Class in org.apache.druid.indexer
ShardSpec + a shard ID that is unique across this run.
HadoopyShardSpec(ShardSpec, int) - Constructor for class org.apache.druid.indexer.HadoopyShardSpec
 
HadoopyStringInputRowParser - Class in org.apache.druid.indexer
 
HadoopyStringInputRowParser(ParseSpec) - Constructor for class org.apache.druid.indexer.HadoopyStringInputRowParser
 
hashCode() - Method in class org.apache.druid.indexer.Bucket
 
hashCode() - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
hashCode() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
hashCode() - Method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
hashCode() - Method in class org.apache.druid.indexer.HadoopKerberosConfig
 
hashCode() - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
hashCode() - Method in class org.apache.druid.indexer.path.MultiplePathSpec
 
hashCode() - Method in class org.apache.druid.indexer.path.StaticPathSpec
 
hasNext() - Method in class org.apache.druid.indexer.hadoop.FSSpideringIterator
 

I

INDEX_IO - Static variable in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
INDEX_ZIP - Static variable in class org.apache.druid.indexer.JobHelper
 
IndexGeneratorCombiner() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorCombiner
 
IndexGeneratorJob - Class in org.apache.druid.indexer
 
IndexGeneratorJob(HadoopDruidIndexerConfig) - Constructor for class org.apache.druid.indexer.IndexGeneratorJob
 
IndexGeneratorJob.IndexGeneratorCombiner - Class in org.apache.druid.indexer
 
IndexGeneratorJob.IndexGeneratorMapper - Class in org.apache.druid.indexer
 
IndexGeneratorJob.IndexGeneratorOutputFormat - Class in org.apache.druid.indexer
 
IndexGeneratorJob.IndexGeneratorPartitioner - Class in org.apache.druid.indexer
 
IndexGeneratorJob.IndexGeneratorReducer - Class in org.apache.druid.indexer
 
IndexGeneratorJob.IndexGeneratorStats - Class in org.apache.druid.indexer
 
IndexGeneratorMapper() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorMapper
 
IndexGeneratorOutputFormat() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorOutputFormat
 
IndexGeneratorPartitioner() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorPartitioner
 
IndexGeneratorReducer() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
IndexGeneratorStats() - Constructor for class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorStats
 
IndexingHadoopModule - Class in org.apache.druid.indexer
 
IndexingHadoopModule() - Constructor for class org.apache.druid.indexer.IndexingHadoopModule
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 
injectDruidProperties(Configuration, HadoopDruidIndexerConfig) - Static method in class org.apache.druid.indexer.JobHelper
 
injectSystemProperties(Configuration, HadoopDruidIndexerConfig) - Static method in class org.apache.druid.indexer.JobHelper
 
innerMap(InputRow, Mapper<Object, Object, LongWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityMapper
 
innerMap(InputRow, Mapper<Object, Object, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionAssumeGroupedMapper
 
innerMap(InputRow, Mapper<Object, Object, BytesWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByMapper
 
innerMap(InputRow, Mapper<Object, Object, KEYOUT, VALUEOUT>.Context) - Method in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
innerMap(InputRow, Mapper<Object, Object, BytesWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorMapper
 
innerReduce(Reducer<BytesWritable, Text, BytesWritable, Text>.Context, SortableBytes, Iterable<DeterminePartitionsJob.DimValueCount>) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionCombiner
 
innerReduce(Reducer<BytesWritable, Text, BytesWritable, Text>.Context, SortableBytes, Iterable<DeterminePartitionsJob.DimValueCount>) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer
 
InputRowSerde - Class in org.apache.druid.indexer
 
InputRowSerde() - Constructor for class org.apache.druid.indexer.InputRowSerde
 
InputRowSerde.DoubleIndexSerdeTypeHelper - Class in org.apache.druid.indexer
 
InputRowSerde.FloatIndexSerdeTypeHelper - Class in org.apache.druid.indexer
 
InputRowSerde.IndexSerdeTypeHelper<T> - Interface in org.apache.druid.indexer
 
InputRowSerde.LongIndexSerdeTypeHelper - Class in org.apache.druid.indexer
 
InputRowSerde.SerializeResult - Class in org.apache.druid.indexer
 
InputRowSerde.StringIndexSerdeTypeHelper - Class in org.apache.druid.indexer
 
intoConfiguration(Job) - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
isCleanupOnFailure() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isCombineText() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
isCombineText() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isForceExtendableShardSpecs() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isIgnoreInvalidRows() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isIgnoreWhenNoSegments() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
isLeaveIntermediate() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isLogParseExceptions() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
isLogParseExceptions() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isOverwriteFiles() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isUpdaterJobSpecSet() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
isUseExplicitVersion() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
isUseNewAggs() - Method in class org.apache.druid.indexer.path.DatasourcePathSpec
 
isUseYarnRMJobStatusFallback() - Method in class org.apache.druid.indexer.HadoopTuningConfig
 

J

JobHelper - Class in org.apache.druid.indexer
 
JobHelper() - Constructor for class org.apache.druid.indexer.JobHelper
 
JobHelper.DataPusher - Interface in org.apache.druid.indexer
Simple interface for retry operations
JSON_MAPPER - Static variable in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 

L

LongIndexSerdeTypeHelper() - Constructor for class org.apache.druid.indexer.InputRowSerde.LongIndexSerdeTypeHelper
 

M

makeDefaultTuningConfig() - Static method in class org.apache.druid.indexer.HadoopTuningConfig
 
makeFileNamePath(Path, FileSystem, DataSegment, String, DataSegmentPusher) - Static method in class org.apache.druid.indexer.JobHelper
 
makePathAndOutputStream(JobContext, Path, boolean) - Static method in class org.apache.druid.indexer.Utils
 
makeProgressIndicator(Reducer<BytesWritable, BytesWritable, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
makeTmpPath(Path, FileSystem, DataSegment, TaskAttemptID, DataSegmentPusher) - Static method in class org.apache.druid.indexer.JobHelper
 
map(BytesWritable, NullWritable, Mapper<BytesWritable, NullWritable, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPostGroupByMapper
 
map(Object, Object, Mapper<Object, Object, KEYOUT, VALUEOUT>.Context) - Method in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
maybeDeleteIntermediatePath(boolean, HadoopIngestionSpec) - Static method in class org.apache.druid.indexer.JobHelper
 
mergeQueryableIndex(List<QueryableIndex>, AggregatorFactory[], File, ProgressIndicator) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
MetadataStorageUpdaterJob - Class in org.apache.druid.indexer
 
MetadataStorageUpdaterJob(HadoopDruidIndexerConfig, MetadataStorageUpdaterJobHandler) - Constructor for class org.apache.druid.indexer.MetadataStorageUpdaterJob
 
MetadataStorageUpdaterJobSpec - Class in org.apache.druid.indexer.updater
 
MetadataStorageUpdaterJobSpec() - Constructor for class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
MetadataStoreBasedUsedSegmentsRetriever - Class in org.apache.druid.indexer.path
 
MetadataStoreBasedUsedSegmentsRetriever(IndexerMetadataStorageCoordinator) - Constructor for class org.apache.druid.indexer.path.MetadataStoreBasedUsedSegmentsRetriever
 
MultiplePathSpec - Class in org.apache.druid.indexer.path
 
MultiplePathSpec(List<PathSpec>) - Constructor for class org.apache.druid.indexer.path.MultiplePathSpec
 

N

next() - Method in class org.apache.druid.indexer.hadoop.FSSpideringIterator
 
nextKeyValue() - Method in class org.apache.druid.indexer.hadoop.DatasourceRecordReader
 

O

of(DataSegment) - Static method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
openInputStream(JobContext, Path) - Static method in class org.apache.druid.indexer.Utils
 
openInputStream(JobContext, Path, FileSystem) - Static method in class org.apache.druid.indexer.Utils
 
org.apache.druid.indexer - package org.apache.druid.indexer
 
org.apache.druid.indexer.hadoop - package org.apache.druid.indexer.hadoop
 
org.apache.druid.indexer.path - package org.apache.druid.indexer.path
 
org.apache.druid.indexer.updater - package org.apache.druid.indexer.updater
 

P

parseBatch(Object) - Method in class org.apache.druid.indexer.HadoopyStringInputRowParser
 
partitionNum - Variable in class org.apache.druid.indexer.Bucket
Partition number of this bucket within our time window (other Buckets may occupy the same window).
PathSpec - Interface in org.apache.druid.indexer.path
 
PREAMBLE_BYTES - Static variable in class org.apache.druid.indexer.Bucket
 
prependFSIfNullScheme(FileSystem, Path) - Static method in class org.apache.druid.indexer.JobHelper
 
PROPERTIES - Static variable in class org.apache.druid.indexer.HadoopDruidIndexerConfig
Hadoop tasks running in an Indexer process need a reference to the Properties instance created in PropertiesModule so that the task sees properties that were specified in Druid's config files.
push() - Method in interface org.apache.druid.indexer.JobHelper.DataPusher
 

R

readFields(DataInput) - Method in class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
reduce(LongWritable, Iterable<BytesWritable>, Reducer<LongWritable, BytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityReducer
 
reduce(BytesWritable, Iterable<NullWritable>, Reducer<BytesWritable, NullWritable, BytesWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByReducer
 
reduce(BytesWritable, Iterable<BytesWritable>, Reducer<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorCombiner
 
reduce(BytesWritable, Iterable<BytesWritable>, Reducer<BytesWritable, BytesWritable, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
remove() - Method in class org.apache.druid.indexer.hadoop.FSSpideringIterator
 
renameIndexFilesForSegments(HadoopIngestionSpec, List<DataSegmentAndIndexZipFilePath>) - Static method in class org.apache.druid.indexer.JobHelper
Renames the index files for the segments.
retrieveUsedSegmentsForIntervals(String, List<Interval>, Segments) - Method in class org.apache.druid.indexer.path.MetadataStoreBasedUsedSegmentsRetriever
 
retrieveUsedSegmentsForIntervals(String, List<Interval>, Segments) - Method in interface org.apache.druid.indexer.path.UsedSegmentsRetriever
Retrieve (potentially, from a remote node) all segments which may include any data in the interval and are marked as used.
run(Mapper<Object, Object, LongWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityMapper
 
run(Reducer<LongWritable, BytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityReducer
 
run() - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob
 
run() - Method in class org.apache.druid.indexer.DeterminePartitionsJob
 
run() - Method in class org.apache.druid.indexer.HadoopDruidDetermineConfigurationJob
 
run() - Method in class org.apache.druid.indexer.HadoopDruidIndexerJob
 
run() - Method in class org.apache.druid.indexer.IndexGeneratorJob
 
run() - Method in class org.apache.druid.indexer.MetadataStorageUpdaterJob
 
runJobs(List<Jobby>) - Static method in class org.apache.druid.indexer.JobHelper
 
runSingleJob(Jobby) - Static method in class org.apache.druid.indexer.JobHelper
 
runTask(String[]) - Static method in class org.apache.druid.indexer.HadoopWorkingDirCleaner
 

S

SegmentInputRow - Class in org.apache.druid.indexer.hadoop
SegmentInputRow serves as a marker that these InputRow instances have already been combined and they contain the columns as they show up in the segment after ingestion, not what you would see in raw data.
SegmentInputRow(Row, List<String>) - Constructor for class org.apache.druid.indexer.hadoop.SegmentInputRow
 
segmentTable - Variable in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
serialize(ByteArrayDataOutput, Object) - Method in class org.apache.druid.indexer.InputRowSerde.DoubleIndexSerdeTypeHelper
 
serialize(ByteArrayDataOutput, Object) - Method in class org.apache.druid.indexer.InputRowSerde.FloatIndexSerdeTypeHelper
 
serialize(ByteArrayDataOutput, Object) - Method in interface org.apache.druid.indexer.InputRowSerde.IndexSerdeTypeHelper
 
serialize(ByteArrayDataOutput, Object) - Method in class org.apache.druid.indexer.InputRowSerde.LongIndexSerdeTypeHelper
 
serialize(ByteArrayDataOutput, Object) - Method in class org.apache.druid.indexer.InputRowSerde.StringIndexSerdeTypeHelper
 
serializeOutIndex(DataSegment, Configuration, Progressable, File, Path, Path, DataSegmentPusher) - Static method in class org.apache.druid.indexer.JobHelper
 
SerializeResult(byte[], List<String>) - Constructor for class org.apache.druid.indexer.InputRowSerde.SerializeResult
 
setConf(Configuration) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner
 
setConf(Configuration) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPartitioner
 
setConf(Configuration) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorPartitioner
 
setDataGranularity(Granularity) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
setFilePattern(String) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
setGranularitySpec(GranularitySpec) - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
setHadoopJobIdFile(String) - Method in class org.apache.druid.indexer.HadoopDruidDetermineConfigurationJob
 
setHadoopJobIdFile(String) - Method in class org.apache.druid.indexer.HadoopDruidIndexerJob
 
setInputFormat(Class<? extends InputFormat>) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
setInputPath(String) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
setInvalidRowCount(long) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorStats
 
setMaxBuckets(int) - Method in class org.apache.druid.indexer.path.GranularUnprocessedPathSpec
 
setPathFormat(String) - Method in class org.apache.druid.indexer.path.GranularityPathSpec
 
setReducerClass(Job) - Method in class org.apache.druid.indexer.IndexGeneratorJob
 
setShardSpecs(Map<Long, List<HadoopyShardSpec>>) - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 
setup(Mapper<Object, Object, LongWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityMapper
 
setup(Reducer<LongWritable, BytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DetermineHashedPartitionsJob.DetermineCardinalityReducer
 
setup(Mapper<Object, Object, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionAssumeGroupedMapper
 
setup(Mapper<BytesWritable, NullWritable, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionPostGroupByMapper
 
setup(Mapper<Object, Object, BytesWritable, NullWritable>.Context) - Method in class org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByMapper
 
setup(Mapper<Object, Object, KEYOUT, VALUEOUT>.Context) - Method in class org.apache.druid.indexer.HadoopDruidIndexerMapper
 
setup(Reducer<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorCombiner
 
setup(Mapper<Object, Object, BytesWritable, BytesWritable>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorMapper
 
setup(Reducer<BytesWritable, BytesWritable, BytesWritable, Text>.Context) - Method in class org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorReducer
 
setupClasspath(Path, Path, Job) - Static method in class org.apache.druid.indexer.JobHelper
Uploads jar files to hdfs and configures the classpath.
shouldRetryPredicate() - Static method in class org.apache.druid.indexer.JobHelper
 
SortableBytes - Class in org.apache.druid.indexer
 
SortableBytes(byte[], byte[]) - Constructor for class org.apache.druid.indexer.SortableBytes
 
SortableBytes.SortableBytesGroupingComparator - Class in org.apache.druid.indexer
 
SortableBytes.SortableBytesSortingComparator - Class in org.apache.druid.indexer
 
SortableBytesGroupingComparator() - Constructor for class org.apache.druid.indexer.SortableBytes.SortableBytesGroupingComparator
 
SortableBytesSortingComparator() - Constructor for class org.apache.druid.indexer.SortableBytes.SortableBytesSortingComparator
 
spiderIterable(FileSystem, Path) - Static method in class org.apache.druid.indexer.hadoop.FSSpideringIterator
 
spiderPathPropagateExceptions(FileSystem, Path) - Static method in class org.apache.druid.indexer.hadoop.FSSpideringIterator
 
splitGlob(String) - Static method in class org.apache.druid.indexer.path.HadoopGlobPathSplitter
Splits given hadoop glob path by commas.
StaticPathSpec - Class in org.apache.druid.indexer.path
 
StaticPathSpec(String, Class<? extends InputFormat>) - Constructor for class org.apache.druid.indexer.path.StaticPathSpec
 
storeStats(JobContext, Path, Map<String, Object>) - Static method in class org.apache.druid.indexer.Utils
 
StringIndexSerdeTypeHelper() - Constructor for class org.apache.druid.indexer.InputRowSerde.StringIndexSerdeTypeHelper
 

T

time - Variable in class org.apache.druid.indexer.Bucket
Start time of this bucket's time window.
toBytes(Map<String, InputRowSerde.IndexSerdeTypeHelper>, InputRow, AggregatorFactory[]) - Static method in class org.apache.druid.indexer.InputRowSerde
 
toBytes() - Method in class org.apache.druid.indexer.SortableBytes
 
toBytesWritable() - Method in class org.apache.druid.indexer.SortableBytes
 
toGroupKey(byte[]...) - Method in class org.apache.druid.indexer.Bucket
 
toString() - Method in class org.apache.druid.indexer.Bucket
 
toString() - Method in class org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
 
toString() - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
toString() - Method in class org.apache.druid.indexer.hadoop.SegmentInputRow
 
toString() - Method in class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
toString() - Method in class org.apache.druid.indexer.HadoopyShardSpec
 
toString() - Method in class org.apache.druid.indexer.SortableBytes
 
TYPE - Static variable in class org.apache.druid.indexer.path.DatasourcePathSpec
 
type - Variable in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 

U

unzipNoGuava(Path, Configuration, File, Progressable, RetryPolicy) - Static method in class org.apache.druid.indexer.JobHelper
 
updateSegmentListIfDatasourcePathSpecIsUsed(HadoopIngestionSpec, ObjectMapper, UsedSegmentsRetriever) - Static method in class org.apache.druid.indexer.HadoopIngestionSpec
 
UsedSegmentsRetriever - Interface in org.apache.druid.indexer.path
 
user - Variable in class org.apache.druid.indexer.updater.MetadataStorageUpdaterJobSpec
 
useSortableBytesAsMapOutputKey(Job, Class<? extends Partitioner>) - Static method in class org.apache.druid.indexer.SortableBytes
 
Utils - Class in org.apache.druid.indexer
 
Utils() - Constructor for class org.apache.druid.indexer.Utils
 

V

valueOf(String) - Static method in enum org.apache.druid.indexer.HadoopDruidIndexerConfig.IndexJobCounters
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.druid.indexer.HadoopDruidIndexerConfig.IndexJobCounters
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.apache.druid.indexer.HadoopDruidIndexerConfig
 

W

WindowedDataSegment - Class in org.apache.druid.indexer.hadoop
 
WindowedDataSegment(DataSegment, Interval) - Constructor for class org.apache.druid.indexer.hadoop.WindowedDataSegment
 
withDataSchema(DataSchema) - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
withDimensions(List<String>) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
withIgnoreWhenNoSegments(boolean) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
withIOConfig(HadoopIOConfig) - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
withMetrics(List<String>) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
withParseSpec(ParseSpec) - Method in class org.apache.druid.indexer.HadoopyStringInputRowParser
 
withQueryGranularity(Granularity) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
withSegmentOutputPath(String) - Method in class org.apache.druid.indexer.HadoopIOConfig
 
withShardSpecs(Map<Long, List<HadoopyShardSpec>>) - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
withTransformSpec(TransformSpec) - Method in class org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
 
withTuningConfig(HadoopTuningConfig) - Method in class org.apache.druid.indexer.HadoopIngestionSpec
 
withVersion(String) - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
withWorkingPath(String) - Method in class org.apache.druid.indexer.HadoopTuningConfig
 
write(DataOutput) - Method in class org.apache.druid.indexer.hadoop.DatasourceInputSplit
 
writeJobIdToFile(String, String) - Static method in class org.apache.druid.indexer.JobHelper
 
writeSegmentDescriptor(FileSystem, DataSegmentAndIndexZipFilePath, Path, Progressable) - Static method in class org.apache.druid.indexer.JobHelper
 

Z

zipAndCopyDir(File, OutputStream, Progressable) - Static method in class org.apache.druid.indexer.JobHelper
 
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.