Class GeneralReduceByKeyStreamlet<R,​K,​T>

  • All Implemented Interfaces:
    Streamlet<KeyValue<K,​T>>, StreamletBase<KeyValue<K,​T>>

    public class GeneralReduceByKeyStreamlet<R,​K,​T>
    extends StreamletImpl<KeyValue<K,​T>>
    GeneralReduceByKeyStreamlet represents a KVStreamlet that is the result of applying user supplied reduceFn on all elements. GeneralReduceByKeyStreamlet's elements are of KeyValue type where the key is KeyWindowInfo<K> type and the value is of type T.