Class EmptyComponents.EmptyTransform<I,​O>

    • Constructor Detail

      • EmptyTransform

        public EmptyTransform​(java.lang.String name)
        Default constructor.
        Parameters:
        name - name of the empty transform.
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • prepare

        public void prepare​(Transform.Context context,
                            OutputCollector<O> outputCollector)
        Description copied from interface: Transform
        Prepare the transform.
        Parameters:
        context - of the transform.
        outputCollector - that collects outputs.
      • onData

        public void onData​(I element)
        Description copied from interface: Transform
        On data received.
        Parameters:
        element - data received.
      • close

        public void close()
        Description copied from interface: Transform
        Close the transform.