Class ByteToWindowFunctionPrimitive<K,V>
java.lang.Object
org.apache.beam.runners.twister2.translators.functions.ByteToWindowFunctionPrimitive<K,V>
- All Implemented Interfaces:
edu.iu.dsc.tws.api.compute.modifiers.Closable
,edu.iu.dsc.tws.api.tset.fn.MapFunc<WindowedValue<KV<K,
,V>>, edu.iu.dsc.tws.api.comms.structs.Tuple<byte[], byte[]>> edu.iu.dsc.tws.api.tset.fn.TFunction<WindowedValue<KV<K,
,V>>, edu.iu.dsc.tws.api.comms.structs.Tuple<byte[], byte[]>> Serializable
public class ByteToWindowFunctionPrimitive<K,V>
extends Object
implements edu.iu.dsc.tws.api.tset.fn.MapFunc<WindowedValue<KV<K,V>>,edu.iu.dsc.tws.api.comms.structs.Tuple<byte[],byte[]>>
ByteToWindow function.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionByteToWindowFunctionPrimitive
(Coder<K> inputKeyCoder, WindowedValues.WindowedValueCoder<V> wvCoder) -
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
-
ByteToWindowFunctionPrimitive
public ByteToWindowFunctionPrimitive() -
ByteToWindowFunctionPrimitive
public ByteToWindowFunctionPrimitive(Coder<K> inputKeyCoder, WindowedValues.WindowedValueCoder<V> wvCoder)
-
-
Method Details
-
map
-
prepare
public void prepare(edu.iu.dsc.tws.api.tset.TSetContext context) -
readResolve
- Throws:
ObjectStreamException
-