|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputAdapter | |
---|---|
net.esper.adapter | This package contains adapter framework classes applicable to multiple adapter implementations. |
net.esper.adapter.csv | CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams |
net.esper.adapter.jms |
Uses of InputAdapter in net.esper.adapter |
---|
Subinterfaces of InputAdapter in net.esper.adapter | |
---|---|
interface |
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. |
interface |
CoordinatedAdapter
An Adapter that can be coordinated by an AdapterCoordinator. |
Classes in net.esper.adapter that implement InputAdapter | |
---|---|
class |
AbstractCoordinatedAdapter
A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input. |
class |
AdapterCoordinatorImpl
An implementation of AdapterCoordinator. |
Methods in net.esper.adapter with parameters of type InputAdapter | |
---|---|
void |
AdapterCoordinator.coordinate(InputAdapter adapter)
Coordinate an InputAdapter. |
void |
AdapterCoordinatorImpl.coordinate(InputAdapter inputAdapter)
|
Uses of InputAdapter in net.esper.adapter.csv |
---|
Classes in net.esper.adapter.csv that implement InputAdapter | |
---|---|
class |
CSVInputAdapter
An event Adapter that uses a CSV file for a source. |
Uses of InputAdapter in net.esper.adapter.jms |
---|
Classes in net.esper.adapter.jms that implement InputAdapter | |
---|---|
class |
JMSInputAdapter
Created for ESPER. |
class |
SpringJMSTemplateInputAdapter
Input adapter for receiving engine from the JMS world using Spring JMS templates and sending these to an engine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |