Class ElemToBytesFunction<V>

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

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