See: Description
Interface | Description |
---|---|
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.
|
CoordinatedAdapter |
An Adapter that can be coordinated by an AdapterCoordinator.
|
SendableEvent |
A wrapper that packages an event up so that it can be
sent into the caller-specified runtime.
|
Class | 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.
|
AdapterCoordinatorImpl |
An implementation of AdapterCoordinator.
|
AdapterInputSource |
An input source for adapters.
|
BasicTypeCoercer |
Coercer for using the constructor to perform the coercion.
|
BasicTypeCoercerDateFormat |
Date format coercion.
|
CSVInputAdapter |
An event Adapter that uses a CSV file for a source.
|
CSVInputAdapterSpec |
A spec for CSVAdapters.
|
CSVPropertyOrderHelper |
A utility for resolving property order information based on a
propertyTypes map and the first record of a CSV file (which
might represent the title row).
|
CSVReader |
A source that processes a CSV file and returns CSV records
from that file.
|
CSVSource |
A wrapper for a Reader or an InputStream.
|
DirectSender |
Sender that sends without a threadpool.
|
SendableBeanEvent |
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
|
SendableEventComparator |
A comparator that orders SendableEvents first on sendTime, and
then on schedule slot.
|
SendableMapEvent |
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
|
SenderThreadPool |
Implementation of Sender to send to esper engine using a thread pool
|
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams