Class MessageAggregatorTransform<K,​V,​O>

    • Method Detail

      • prepare

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

        public void onData​(Pair<K,​V> 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.
      • toString

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