Uses of Interface
net.esper.adapter.InputAdapter

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 
 

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 of the ReadableAdapter interface.
 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.