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

Method getIter

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

Returns an iterator over the events in the window. Note: This is only supported when using windowing with persistence BaseStatefulWindowedBolt#withPersistence(). @return an Iterator over the events in the current window. @throws UnsupportedOperationException if not

()

Source from the content-addressed store, hash-verified

45 * @throws UnsupportedOperationException if not using {@link BaseStatefulWindowedBolt#withPersistence()}
46 */
47 default Iterator<T> getIter() {
48 throw new UnsupportedOperationException("Not implemented");
49 }
50

Callers 1

executeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected