blob: 0ec5ea46e82bf4ea2bed38c52f8d017c9f64a759 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>BaseStatefulWindowedBolt (Storm 2.6.2 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.storm.topology.base, class: BaseStatefulWindowedBolt">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/BaseStatefulWindowedBolt.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.storm.topology.base</a></div>
<h1 title="Class BaseStatefulWindowedBolt" class="title">Class BaseStatefulWindowedBolt&lt;T extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance"><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">org.apache.storm.topology.base.BaseWindowedBolt</a>
<div class="inheritance">org.apache.storm.topology.base.BaseStatefulWindowedBolt&lt;T&gt;</div>
</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></code>, <code><a href="../IComponent.html" title="interface in org.apache.storm.topology">IComponent</a></code>, <code><a href="../IStatefulComponent.html" title="interface in org.apache.storm.topology">IStatefulComponent</a>&lt;T&gt;</code>, <code><a href="../IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology">IStatefulWindowedBolt</a>&lt;T&gt;</code>, <code><a href="../IWindowedBolt.html" title="interface in org.apache.storm.topology">IWindowedBolt</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public abstract class </span><span class="element-name type-name-label">BaseStatefulWindowedBolt&lt;T extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</span>
<span class="extends-implements">extends <a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a>
implements <a href="../IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology">IStatefulWindowedBolt</a>&lt;T&gt;</span></div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="../../../../../serialized-form.html#org.apache.storm.topology.base.BaseStatefulWindowedBolt">Serialized Form</a></li>
</ul>
</dd>
</dl>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-org.apache.storm.topology.base.BaseWindowedBolt">Nested classes/interfaces inherited from class&nbsp;org.apache.storm.topology.base.<a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></h2>
<code><a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>, <a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a></code></div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.apache.storm.topology.base.BaseWindowedBolt">Fields inherited from class&nbsp;org.apache.storm.topology.base.<a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></h3>
<code><a href="BaseWindowedBolt.html#timestampExtractor">timestampExtractor</a>, <a href="BaseWindowedBolt.html#windowConfiguration">windowConfiguration</a></code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" class="member-name-link">BaseStatefulWindowedBolt</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isPersistent()" class="member-name-link">isPersistent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">If the stateful windowed bolt should have its windows persisted in state and maintain a subset of events in memory.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#maxEventsInMemory()" class="member-name-link">maxEventsInMemory</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">The maximum number of window events to keep in memory.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#preCommit(long)" class="member-name-link">preCommit</a><wbr>(long&nbsp;txid)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">This is a hook for the component to perform some actions just before the framework commits its state.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#prePrepare(long)" class="member-name-link">prePrepare</a><wbr>(long&nbsp;txid)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">This is a hook for the component to perform some actions just before the framework prepares its state.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#preRollback()" class="member-name-link">preRollback</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">This is a hook for the component to perform some actions just before the framework rolls back the prepared state.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withLag(org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withLag</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;duration)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify the maximum time lag of the tuple timestamp in milliseconds.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withLateTupleStream(java.lang.String)" class="member-name-link">withLateTupleStream</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;streamName)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify a stream id on which late tuples are going to be emitted.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withMaxEventsInMemory(long)" class="member-name-link">withMaxEventsInMemory</a><wbr>(long&nbsp;maxEventsInMemory)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">The maximum number of window events to keep in memory.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withMessageIdField(java.lang.String)" class="member-name-link">withMessageIdField</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fieldName)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify the name of the field in the tuple that holds the message id.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withPersistence()" class="member-name-link">withPersistence</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">If set, the stateful windowed bolt would use the backend state for window persistence and only keep a sub-set of events in memory as
specified by <a href="#withMaxEventsInMemory(long)"><code>withMaxEventsInMemory(long)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withTimestampExtractor(org.apache.storm.windowing.TimestampExtractor)" class="member-name-link">withTimestampExtractor</a><wbr>(<a href="../../windowing/TimestampExtractor.html" title="interface in org.apache.storm.windowing">TimestampExtractor</a>&nbsp;timestampExtractor)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify the timestamp extractor implementation.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withTimestampField(java.lang.String)" class="member-name-link">withTimestampField</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fieldName)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify a field in the tuple that represents the timestamp as a long value.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)" class="member-name-link">withTumblingWindow</a><wbr>(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;count)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">A count based tumbling window.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withTumblingWindow</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;duration)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">A time duration based tumbling window.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWatermarkInterval(org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withWatermarkInterval</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;interval)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Specify the watermark event generation interval.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">A tuple count based window that slides with every incoming tuple.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Count)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;slidingInterval)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tuple count based sliding window configuration.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;slidingInterval)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Tuple count and time duration based sliding window configuration.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">A time duration based window that slides with every incoming tuple.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Count)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;slidingInterval)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Time duration and count based sliding window configuration.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Duration)" class="member-name-link">withWindow</a><wbr>(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;slidingInterval)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Time duration based sliding window configuration.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.storm.topology.base.BaseWindowedBolt">Methods inherited from class&nbsp;org.apache.storm.topology.base.<a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></h3>
<code><a href="BaseWindowedBolt.html#cleanup()">cleanup</a>, <a href="BaseWindowedBolt.html#declareOutputFields(org.apache.storm.topology.OutputFieldsDeclarer)">declareOutputFields</a>, <a href="BaseWindowedBolt.html#getComponentConfiguration()">getComponentConfiguration</a>, <a href="BaseWindowedBolt.html#getTimestampExtractor()">getTimestampExtractor</a>, <a href="BaseWindowedBolt.html#prepare(java.util.Map,org.apache.storm.task.TopologyContext,org.apache.storm.task.OutputCollector)">prepare</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.storm.topology.IComponent">Methods inherited from interface&nbsp;org.apache.storm.topology.<a href="../IComponent.html" title="interface in org.apache.storm.topology">IComponent</a></h3>
<code><a href="../IComponent.html#declareOutputFields(org.apache.storm.topology.OutputFieldsDeclarer)">declareOutputFields</a>, <a href="../IComponent.html#getComponentConfiguration()">getComponentConfiguration</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.storm.topology.IStatefulComponent">Methods inherited from interface&nbsp;org.apache.storm.topology.<a href="../IStatefulComponent.html" title="interface in org.apache.storm.topology">IStatefulComponent</a></h3>
<code><a href="../IStatefulComponent.html#initState(T)">initState</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.storm.topology.IWindowedBolt">Methods inherited from interface&nbsp;org.apache.storm.topology.<a href="../IWindowedBolt.html" title="interface in org.apache.storm.topology">IWindowedBolt</a></h3>
<code><a href="../IWindowedBolt.html#cleanup()">cleanup</a>, <a href="../IWindowedBolt.html#execute(org.apache.storm.windowing.TupleWindow)">execute</a>, <a href="../IWindowedBolt.html#getTimestampExtractor()">getTimestampExtractor</a>, <a href="../IWindowedBolt.html#prepare(java.util.Map,org.apache.storm.task.TopologyContext,org.apache.storm.task.OutputCollector)">prepare</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;()">
<h3>BaseStatefulWindowedBolt</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">BaseStatefulWindowedBolt</span>()</div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Count)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;slidingInterval)</span></div>
<div class="block">Tuple count based sliding window configuration.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Count)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the number of tuples in the window</dd>
<dd><code>slidingInterval</code> - the number of tuples after which the window slides</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;slidingInterval)</span></div>
<div class="block">Tuple count and time duration based sliding window configuration.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count,org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the number of tuples in the window</dd>
<dd><code>slidingInterval</code> - the time duration after which the window slides</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Count)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;slidingInterval)</span></div>
<div class="block">Time duration and count based sliding window configuration.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Count)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the time duration of the window</dd>
<dd><code>slidingInterval</code> - the number of tuples after which the window slides</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength,
<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;slidingInterval)</span></div>
<div class="block">Time duration based sliding window configuration.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration,org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the time duration of the window</dd>
<dd><code>slidingInterval</code> - the time duration after which the window slides</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;windowLength)</span></div>
<div class="block">A tuple count based window that slides with every incoming tuple.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the number of tuples in the window</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;windowLength)</span></div>
<div class="block">A time duration based window that slides with every incoming tuple.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>windowLength</code> - the time duration of the window</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)">
<h3>withTumblingWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withTumblingWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Count.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Count</a>&nbsp;count)</span></div>
<div class="block">A count based tumbling window.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Count)">withTumblingWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>count</code> - the number of tuples after which the window tumbles</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withTumblingWindow</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withTumblingWindow</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;duration)</span></div>
<div class="block">A time duration based tumbling window.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withTumblingWindow(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withTumblingWindow</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>duration</code> - the time duration after which the window tumbles</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withTimestampField(java.lang.String)">
<h3>withTimestampField</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withTimestampField</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fieldName)</span></div>
<div class="block">Specify a field in the tuple that represents the timestamp as a long value. If this field is not present in the incoming tuple, an
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link"><code>IllegalArgumentException</code></a> will be thrown. The field MUST contain a timestamp in milliseconds</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withTimestampField(java.lang.String)">withTimestampField</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>fieldName</code> - the name of the field that contains the timestamp</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withTimestampExtractor(org.apache.storm.windowing.TimestampExtractor)">
<h3>withTimestampExtractor</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withTimestampExtractor</span><wbr><span class="parameters">(<a href="../../windowing/TimestampExtractor.html" title="interface in org.apache.storm.windowing">TimestampExtractor</a>&nbsp;timestampExtractor)</span></div>
<div class="block">Specify the timestamp extractor implementation.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withTimestampExtractor(org.apache.storm.windowing.TimestampExtractor)">withTimestampExtractor</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>timestampExtractor</code> - the <a href="../../windowing/TimestampExtractor.html" title="interface in org.apache.storm.windowing"><code>TimestampExtractor</code></a> implementation</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withLateTupleStream(java.lang.String)">
<h3>withLateTupleStream</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withLateTupleStream</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;streamName)</span></div>
<div class="block">Specify a stream id on which late tuples are going to be emitted. They are going to be accessible via the <a href="../WindowedBoltExecutor.html#LATE_TUPLE_FIELD"><code>WindowedBoltExecutor.LATE_TUPLE_FIELD</code></a> field. It must be defined on a per-component basis, and in
conjunction with the <a href="BaseWindowedBolt.html#withTimestampField(java.lang.String)"><code>BaseWindowedBolt.withTimestampField(java.lang.String)</code></a>, otherwise <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link"><code>IllegalArgumentException</code></a> will be thrown.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withLateTupleStream(java.lang.String)">withLateTupleStream</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>streamName</code> - the name of the stream used to emit late tuples on</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withLag(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withLag</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withLag</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;duration)</span></div>
<div class="block">Specify the maximum time lag of the tuple timestamp in milliseconds. It means that the tuple timestamps cannot be out of order by
more than this amount.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withLag(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withLag</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>duration</code> - the max lag duration</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withWatermarkInterval(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">
<h3>withWatermarkInterval</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withWatermarkInterval</span><wbr><span class="parameters">(<a href="BaseWindowedBolt.Duration.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt.Duration</a>&nbsp;interval)</span></div>
<div class="block">Specify the watermark event generation interval. For tuple based timestamps, watermark events are used to track the progress of time</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="BaseWindowedBolt.html#withWatermarkInterval(org.apache.storm.topology.base.BaseWindowedBolt.Duration)">withWatermarkInterval</a></code>&nbsp;in class&nbsp;<code><a href="BaseWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseWindowedBolt</a></code></dd>
<dt>Parameters:</dt>
<dd><code>interval</code> - the interval at which watermark events are generated</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withMessageIdField(java.lang.String)">
<h3>withMessageIdField</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withMessageIdField</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fieldName)</span></div>
<div class="block">Specify the name of the field in the tuple that holds the message id. This is used to track the windowing boundaries and
re-evaluating the windowing operation during recovery of IStatefulWindowedBolt</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>fieldName</code> - the name of the field that contains the message id</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="withPersistence()">
<h3>withPersistence</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withPersistence</span>()</div>
<div class="block">If set, the stateful windowed bolt would use the backend state for window persistence and only keep a sub-set of events in memory as
specified by <a href="#withMaxEventsInMemory(long)"><code>withMaxEventsInMemory(long)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="withMaxEventsInMemory(long)">
<h3>withMaxEventsInMemory</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="BaseStatefulWindowedBolt.html" title="class in org.apache.storm.topology.base">BaseStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a>&gt;</span>&nbsp;<span class="element-name">withMaxEventsInMemory</span><wbr><span class="parameters">(long&nbsp;maxEventsInMemory)</span></div>
<div class="block">The maximum number of window events to keep in memory. This is meaningful only if <a href="#withPersistence()"><code>withPersistence()</code></a> is also set. As the
number of events in memory grows close to the maximum, the events that are less likely to be used again are evicted and persisted.
The default value for this is <code>1,000,000</code>.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>maxEventsInMemory</code> - the maximum number of window events to keep in memory</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="isPersistent()">
<h3>isPersistent</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isPersistent</span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../IStatefulWindowedBolt.html#isPersistent()">IStatefulWindowedBolt</a></code></span></div>
<div class="block">If the stateful windowed bolt should have its windows persisted in state and maintain a subset of events in memory.
<p>
The default is to keep all the window events in memory.
</p></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../IStatefulWindowedBolt.html#isPersistent()">isPersistent</a></code>&nbsp;in interface&nbsp;<code><a href="../IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology">IStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a> extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</code></dd>
<dt>Returns:</dt>
<dd>true if the windows should be persisted</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="maxEventsInMemory()">
<h3>maxEventsInMemory</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">long</span>&nbsp;<span class="element-name">maxEventsInMemory</span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../IStatefulWindowedBolt.html#maxEventsInMemory()">IStatefulWindowedBolt</a></code></span></div>
<div class="block">The maximum number of window events to keep in memory.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../IStatefulWindowedBolt.html#maxEventsInMemory()">maxEventsInMemory</a></code>&nbsp;in interface&nbsp;<code><a href="../IStatefulWindowedBolt.html" title="interface in org.apache.storm.topology">IStatefulWindowedBolt</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a> extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="preCommit(long)">
<h3>preCommit</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">preCommit</span><wbr><span class="parameters">(long&nbsp;txid)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../IStatefulComponent.html#preCommit(long)">IStatefulComponent</a></code></span></div>
<div class="block">This is a hook for the component to perform some actions just before the framework commits its state.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../IStatefulComponent.html#preCommit(long)">preCommit</a></code>&nbsp;in interface&nbsp;<code><a href="../IStatefulComponent.html" title="interface in org.apache.storm.topology">IStatefulComponent</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a> extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="prePrepare(long)">
<h3>prePrepare</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">prePrepare</span><wbr><span class="parameters">(long&nbsp;txid)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../IStatefulComponent.html#prePrepare(long)">IStatefulComponent</a></code></span></div>
<div class="block">This is a hook for the component to perform some actions just before the framework prepares its state.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../IStatefulComponent.html#prePrepare(long)">prePrepare</a></code>&nbsp;in interface&nbsp;<code><a href="../IStatefulComponent.html" title="interface in org.apache.storm.topology">IStatefulComponent</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a> extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="preRollback()">
<h3>preRollback</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">preRollback</span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../IStatefulComponent.html#preRollback()">IStatefulComponent</a></code></span></div>
<div class="block">This is a hook for the component to perform some actions just before the framework rolls back the prepared state.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../IStatefulComponent.html#preRollback()">preRollback</a></code>&nbsp;in interface&nbsp;<code><a href="../IStatefulComponent.html" title="interface in org.apache.storm.topology">IStatefulComponent</a>&lt;<a href="BaseStatefulWindowedBolt.html" title="type parameter in BaseStatefulWindowedBolt">T</a> extends <a href="../../state/State.html" title="interface in org.apache.storm.state">State</a>&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>