Class ByteToElemFunction<V>

java.lang.Object
org.apache.beam.runners.twister2.translators.functions.ByteToElemFunction<V>
All Implemented Interfaces:
edu.iu.dsc.tws.api.compute.modifiers.Closable, edu.iu.dsc.tws.api.tset.fn.MapFunc<WindowedValue<V>,byte[]>, edu.iu.dsc.tws.api.tset.fn.TFunction<WindowedValue<V>,byte[]>, Serializable

public class ByteToElemFunction<V> extends Object implements edu.iu.dsc.tws.api.tset.fn.MapFunc<WindowedValue<V>,byte[]>
ByteToWindow function.
See Also: