You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


How Data is handled in StreamPipes

Real-time Example Primitive








Real-time Example List


Example Missing for story telling

Any Ideas?




Data Layer

Stored as a LinkedTreeMap

A map of comparable keys to values. Unlike `TreeMap`, this class uses insertion order for iteration order. Comparison order is only used as an optimization for efficient insertion and removal.







  • No labels