public abstract class IngestionSpec<IOConfigType extends IOConfig,TuningConfigType extends TuningConfig> extends Object
| Constructor and Description | 
|---|
IngestionSpec(DataSchema dataSchema,
             IOConfigType ioConfig,
             TuningConfigType tuningConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSchema | 
getDataSchema()  | 
IOConfigType | 
getIOConfig()  | 
TuningConfigType | 
getTuningConfig()  | 
public IngestionSpec(DataSchema dataSchema, IOConfigType ioConfig, TuningConfigType tuningConfig)
public DataSchema getDataSchema()
public IOConfigType getIOConfig()
public TuningConfigType getTuningConfig()
Copyright © 2011–2018. All rights reserved.