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