MCPcopy Create free account
hub / github.com/apache/storm / get

Method get

storm-client/src/jvm/org/apache/storm/windowing/Window.java:35–35  ·  view source on GitHub ↗

Gets the list of events in the window. Note: If the number of tuples in windows is huge, invoking get would load all the tuples into memory and may throw an OOM exception. Use windowing with persistence (BaseStatefulWindowedBolt#withPersistence()) and {@link Window#getIte

()

Source from the content-addressed store, hash-verified

33 * @return the list of events in the window.
34 */
35 List<T> get();
36
37 /**
38 * Returns an iterator over the events in the window.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected