public class ImpulseSource extends java.lang.Object implements edu.iu.dsc.tws.api.tset.fn.SourceFunc<WindowedValue<byte[]>>
SourceFunc which executes the impulse transform contract.| Constructor and Description |
|---|
ImpulseSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
WindowedValue<byte[]> |
next() |
public boolean hasNext()
hasNext in interface edu.iu.dsc.tws.api.tset.fn.SourceFunc<WindowedValue<byte[]>>public WindowedValue<byte[]> next()
next in interface edu.iu.dsc.tws.api.tset.fn.SourceFunc<WindowedValue<byte[]>>