Package | Description |
---|---|
com.espertech.esperio.csv |
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events
streams
|
com.espertech.esperio.file |
File dataflow classes.
|
Modifier and Type | Method and Description |
---|---|
AdapterInputSource |
CSVInputAdapterSpec.getAdapterInputSource() |
Modifier and Type | Method and Description |
---|---|
void |
CSVInputAdapterSpec.setAdapterInputSource(AdapterInputSource adapterInputSource) |
Constructor and Description |
---|
CSVInputAdapter(AdapterInputSource adapterInputSource,
java.lang.String eventTypeName)
Ctor for adapters that will be passed to an AdapterCoordinator.
|
CSVInputAdapter(com.espertech.esper.client.EPServiceProvider epService,
AdapterInputSource adapterInputSource,
java.lang.String eventTypeName)
Ctor.
|
CSVInputAdapterSpec(AdapterInputSource adapterInputSource,
java.lang.String eventTypeName)
Ctor.
|
CSVReader(AdapterInputSource adapterInputSource)
Ctor.
|
CSVSource(AdapterInputSource source)
Ctor.
|
Constructor and Description |
---|
FileSourceCSV(AdapterInputSource adapterInputSource,
boolean hasHeaderLine,
boolean hasTitleLine,
java.lang.Integer numLoops,
java.lang.String[] propertyNames,
java.lang.String dateFormat) |
FileSourceLineUnformatted(AdapterInputSource inputSource,
java.lang.String filenameOrUri,
java.lang.String propertyNameLine,
java.lang.String propertyNameFile) |