T - public class SplitStreamMapper<T> extends Object implements org.apache.flink.api.common.functions.MapFunction<SplitStreamType<T>,T>
SplitStreamType<T> away, ie, extracts the wrapped record of type T. Can be used to get
a "clean" stream from a Spout/Bolt that declared multiple output streams (after the streams got separated using
.split(...) and
.select(...)).| Constructor and Description |
|---|
SplitStreamMapper() |
public T map(SplitStreamType<T> value) throws Exception
map in interface org.apache.flink.api.common.functions.MapFunction<SplitStreamType<T>,T>ExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.