public class TradingVolume extends Object
The sample Jet pipeline uses a mock data source that generates random trade events. It calculates for each stock the rolling sum of the amount of money that changed hands trading it (i.e., the current traded volume on that stock). The sample also starts a GUI window that visualizes the rising traded volume of all stocks.
Constructor and Description |
---|
TradingVolume() |
public static void main(String[] args)
Copyright © 2020 Hazelcast, Inc.. All rights reserved.