vwap

Class Vwap

  • java.lang.Object
    • vwap.Vwap


  • public class Vwap
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Vwap() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vwap

        public Vwap()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Run the Vwap topology, printing the bargains to stdout.
        Parameters:
        args -
        Throws:
        java.lang.Exception
      • createVwapTopology

        public static com.ibm.streamsx.topology.TStream<BargaincreateVwapTopology()
        Create the Vwap topology, returning the resultant bargains stream.
      • realBargains

        public static com.ibm.streamsx.topology.TStream<BargainrealBargains(com.ibm.streamsx.topology.TStream<Bargain> bargains)
streamsx.topology @ IBMStreams GitHub