Class IngestionSpec<IOConfigType extends IOConfig,TuningConfigType extends TuningConfig>
- java.lang.Object
-
- org.apache.druid.segment.indexing.IngestionSpec<IOConfigType,TuningConfigType>
-
- Direct Known Subclasses:
FireDepartment
public abstract class IngestionSpec<IOConfigType extends IOConfig,TuningConfigType extends TuningConfig> extends Object
-
-
Constructor Summary
Constructors Constructor Description IngestionSpec(DataSchema dataSchema, IOConfigType ioConfig, TuningConfigType tuningConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSchemagetDataSchema()IOConfigTypegetIOConfig()TuningConfigTypegetTuningConfig()
-
-
-
Constructor Detail
-
IngestionSpec
public IngestionSpec(DataSchema dataSchema, IOConfigType ioConfig, TuningConfigType tuningConfig)
-
-
Method Detail
-
getDataSchema
public DataSchema getDataSchema()
-
getIOConfig
public IOConfigType getIOConfig()
-
getTuningConfig
public TuningConfigType getTuningConfig()
-
-