Class TransformStreamlet<R,​T>

  • All Implemented Interfaces:
    Streamlet<T>, StreamletBase<T>

    public class TransformStreamlet<R,​T>
    extends StreamletImpl<T>
    TransformStreamlet represents a Streamlet that is made up of applying the user supplied transform function to each element of the parent streamlet. It differs from the simple MapStreamlet in the sense that it provides setup/cleanup flexibility for the users to setup things and cleanup before the beginning of the computation