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.
|
Class and Description |
---|
AbstractCoordinatedAdapter
A skeleton implementation for coordinated adapter reading, for adapters that
can do timestamp-coordinated input.
|
AbstractSendableEvent
Base class for sendable event, provides timestamp and schedule slot.
|
AbstractSender
Sender that abstracts the send processin terms of threading or further pre-processing.
|
AbstractTypeCoercer
Coercer for type conversion.
|
AdapterCoordinator
A AdapterCoordinator coordinates several Adapters so that the events they
send into the runtime engine arrive in some well-defined order, in
effect making the several Adapters into one large sending Adapter.
|
AdapterInputSource
An input source for adapters.
|
BasicTypeCoercer
Coercer for using the constructor to perform the coercion.
|
CoordinatedAdapter
An Adapter that can be coordinated by an AdapterCoordinator.
|
CSVInputAdapterSpec
A spec for CSVAdapters.
|
DirectSender
Sender that sends without a threadpool.
|
SendableEvent
A wrapper that packages an event up so that it can be
sent into the caller-specified runtime.
|
Class and Description |
---|
AdapterInputSource
An input source for adapters.
|