public class Vwap extends java.lang.Object
Constructor and Description |
---|
Vwap() |
Modifier and Type | Method and Description |
---|---|
static com.ibm.streamsx.topology.TStream<Bargain> |
createVwapTopology()
Create the Vwap topology, returning the resultant bargains stream.
|
static void |
main(java.lang.String[] args)
Run the Vwap topology, printing the bargains to stdout.
|
static com.ibm.streamsx.topology.TStream<Bargain> |
realBargains(com.ibm.streamsx.topology.TStream<Bargain> bargains) |
public Vwap()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- java.lang.Exception
public static com.ibm.streamsx.topology.TStream<Bargain> createVwapTopology()
public static com.ibm.streamsx.topology.TStream<Bargain> realBargains(com.ibm.streamsx.topology.TStream<Bargain> bargains)