Package com.espertech.esperio.csv


package com.espertech.esperio.csv

CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams

  • Class
    Description
    A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
    Base class for sendable event, provides timestamp and schedule slot.
    Sender that abstracts the send processin terms of threading or further pre-processing.
    Coercer for type conversion.
    A AdapterCoordinator coordinates several Adapters so that the events they send into the runtime runtime arrive in some well-defined order, in effect making the several Adapters into one large sending Adapter.
    An implementation of AdapterCoordinator.
    An input source for adapters.
    Coercer for using the constructor to perform the coercion.
    Date format coercion.
    An Adapter that can be coordinated by an AdapterCoordinator.
    An event Adapter that uses a CSV file for a source.
    A spec for CSVAdapters.
    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).
    A source that processes a CSV file and returns CSV records from that file.
    A wrapper for a Reader or an InputStream.
    Sender that sends without a threadpool.
    An implementation of SendableEvent that wraps a Map event for sending into the runtime.
    A wrapper that packages an event up so that it can be sent into the caller-specified runtime.
    A comparator that orders SendableEvents first on sendTime, and then on schedule slot.
    An implementation of SendableEvent that wraps a Map event for sending into the runtime.
    Implementation of Sender to send to esper runtime using a thread pool