public class HadoopIngestionSpec extends IngestionSpec<HadoopIOConfig,HadoopTuningConfig>
Constructor and Description |
---|
HadoopIngestionSpec(DataSchema dataSchema,
HadoopIOConfig ioConfig,
HadoopTuningConfig tuningConfig) |
Modifier and Type | Method and Description |
---|---|
DataSchema |
getDataSchema() |
HadoopIOConfig |
getIOConfig() |
HadoopTuningConfig |
getTuningConfig() |
static HadoopIngestionSpec |
updateSegmentListIfDatasourcePathSpecIsUsed(HadoopIngestionSpec spec,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
UsedSegmentLister segmentLister) |
HadoopIngestionSpec |
withDataSchema(DataSchema schema) |
HadoopIngestionSpec |
withIOConfig(HadoopIOConfig config) |
HadoopIngestionSpec |
withTuningConfig(HadoopTuningConfig config) |
public HadoopIngestionSpec(DataSchema dataSchema, HadoopIOConfig ioConfig, HadoopTuningConfig tuningConfig)
public DataSchema getDataSchema()
getDataSchema
in class IngestionSpec<HadoopIOConfig,HadoopTuningConfig>
public HadoopIOConfig getIOConfig()
getIOConfig
in class IngestionSpec<HadoopIOConfig,HadoopTuningConfig>
public HadoopTuningConfig getTuningConfig()
getTuningConfig
in class IngestionSpec<HadoopIOConfig,HadoopTuningConfig>
public HadoopIngestionSpec withDataSchema(DataSchema schema)
public HadoopIngestionSpec withIOConfig(HadoopIOConfig config)
public HadoopIngestionSpec withTuningConfig(HadoopTuningConfig config)
public static HadoopIngestionSpec updateSegmentListIfDatasourcePathSpecIsUsed(HadoopIngestionSpec spec, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, UsedSegmentLister segmentLister) throws IOException
IOException
Copyright © 2011–2015. All rights reserved.