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:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.iu.dsc.tws.api.compute.modifiers.Closable
reset
Methods inherited from interface edu.iu.dsc.tws.api.tset.fn.TFunction
close
-
Constructor Details
-
ByteToElemFunction
public ByteToElemFunction() -
ByteToElemFunction
-
-
Method Details
-
map
- Specified by:
map
in interfaceedu.iu.dsc.tws.api.tset.fn.MapFunc<WindowedValue<V>,
byte[]>
-
prepare
public void prepare(edu.iu.dsc.tws.api.tset.TSetContext context) - Specified by:
prepare
in interfaceedu.iu.dsc.tws.api.tset.fn.TFunction<WindowedValue<V>,
byte[]>
-
readResolve
- Throws:
ObjectStreamException
-