blob: 30a3ed24c015763d34a4e65d2bd56a2c42c65634 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.apache.storm.trident.operation.CombinerAggregator (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="use: package: org.apache.storm.trident.operation, interface: CombinerAggregator">
<meta name="generator" content="javadoc/ClassUseWriter">
<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-use-page">
<script type="text/javascript">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><a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">Class</a></li>
<li class="nav-bar-cell1-rev">Use</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#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<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">
<div class="header">
<h1 title="Uses of Interface org.apache.storm.trident.operation.CombinerAggregator" class="title">Uses of Interface<br>org.apache.storm.trident.operation.CombinerAggregator</h1>
</div>
<div class="caption"><span>Packages that use <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.apache.storm.starter.trident">org.apache.storm.starter.trident</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.apache.storm.trident">org.apache.storm.trident</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.apache.storm.trident.fluent">org.apache.storm.trident.fluent</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.apache.storm.trident.operation.builtin">org.apache.storm.trident.operation.builtin</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.apache.storm.trident.operation.impl">org.apache.storm.trident.operation.impl</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.apache.storm.trident.state">org.apache.storm.trident.state</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.apache.storm.trident.state.map">org.apache.storm.trident.state.map</a></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.apache.storm.starter.trident">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../../../starter/trident/package-summary.html">org.apache.storm.starter.trident</a></h2>
<div class="caption"><span>Classes in <a href="../../../starter/trident/package-summary.html">org.apache.storm.starter.trident</a> that implement <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../../starter/trident/TridentReach.One.html" class="type-name-link" title="class in org.apache.storm.starter.trident">TridentReach.One</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../../package-summary.html">org.apache.storm.trident</a></h2>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.apache.storm.trident</a> with parameters of type <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<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"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#aggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#aggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#partitionAggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#partitionAggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#persistentAggregate(org.apache.storm.trident.state.StateFactory,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateFactory.html" title="interface in org.apache.storm.trident.state">StateFactory</a>&nbsp;stateFactory,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#persistentAggregate(org.apache.storm.trident.state.StateFactory,org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateFactory.html" title="interface in org.apache.storm.trident.state">StateFactory</a>&nbsp;stateFactory,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#persistentAggregate(org.apache.storm.trident.state.StateSpec,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateSpec.html" title="class in org.apache.storm.trident.state">StateSpec</a>&nbsp;spec,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.</span><code><a href="../../Stream.html#persistentAggregate(org.apache.storm.trident.state.StateSpec,org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateSpec.html" title="class in org.apache.storm.trident.state">StateSpec</a>&nbsp;spec,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident.fluent">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../../fluent/package-summary.html">org.apache.storm.trident.fluent</a></h2>
<div class="caption"><span>Methods in <a href="../../fluent/package-summary.html">org.apache.storm.trident.fluent</a> with parameters of type <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<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"><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedFullAggregatorDeclarer</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChainedAggregatorDeclarer.</span><code><a href="../../fluent/ChainedAggregatorDeclarer.html#aggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedFullAggregatorDeclarer</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ChainedAggregatorDeclarer.</span><code><a href="../../fluent/ChainedAggregatorDeclarer.html#aggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedFullAggregatorDeclarer</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChainedFullAggregatorDeclarer.</span><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html#aggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedFullAggregatorDeclarer</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ChainedFullAggregatorDeclarer.</span><code><a href="../../fluent/ChainedFullAggregatorDeclarer.html#aggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#aggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../Stream.html" title="class in org.apache.storm.trident">Stream</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#aggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">aggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedPartitionAggregatorDeclarer</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChainedAggregatorDeclarer.</span><code><a href="../../fluent/ChainedAggregatorDeclarer.html#partitionAggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedPartitionAggregatorDeclarer</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ChainedAggregatorDeclarer.</span><code><a href="../../fluent/ChainedAggregatorDeclarer.html#partitionAggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedPartitionAggregatorDeclarer</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ChainedPartitionAggregatorDeclarer.</span><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html#partitionAggregate(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html" title="interface in org.apache.storm.trident.fluent">ChainedPartitionAggregatorDeclarer</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ChainedPartitionAggregatorDeclarer.</span><code><a href="../../fluent/ChainedPartitionAggregatorDeclarer.html#partitionAggregate(org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">partitionAggregate</a><wbr>(<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#persistentAggregate(org.apache.storm.trident.state.StateFactory,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateFactory.html" title="interface in org.apache.storm.trident.state">StateFactory</a>&nbsp;stateFactory,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#persistentAggregate(org.apache.storm.trident.state.StateFactory,org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateFactory.html" title="interface in org.apache.storm.trident.state">StateFactory</a>&nbsp;stateFactory,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#persistentAggregate(org.apache.storm.trident.state.StateSpec,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateSpec.html" title="class in org.apache.storm.trident.state">StateSpec</a>&nbsp;spec,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../TridentState.html" title="class in org.apache.storm.trident">TridentState</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">GroupedStream.</span><code><a href="../../fluent/GroupedStream.html#persistentAggregate(org.apache.storm.trident.state.StateSpec,org.apache.storm.tuple.Fields,org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields)" class="member-name-link">persistentAggregate</a><wbr>(<a href="../../state/StateSpec.html" title="class in org.apache.storm.trident.state">StateSpec</a>&nbsp;spec,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields,
<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;functionFields)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident.operation.builtin">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../builtin/package-summary.html">org.apache.storm.trident.operation.builtin</a></h2>
<div class="caption"><span>Classes in <a href="../builtin/package-summary.html">org.apache.storm.trident.operation.builtin</a> that implement <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../builtin/Count.html" class="type-name-link" title="class in org.apache.storm.trident.operation.builtin">Count</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../builtin/Sum.html" class="type-name-link" title="class in org.apache.storm.trident.operation.builtin">Sum</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident.operation.impl">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../impl/package-summary.html">org.apache.storm.trident.operation.impl</a></h2>
<div class="caption"><span>Constructors in <a href="../impl/package-summary.html">org.apache.storm.trident.operation.impl</a> with parameters of type <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../impl/CombinerAggregatorCombineImpl.html#%3Cinit%3E(org.apache.storm.trident.operation.CombinerAggregator)" class="member-name-link">CombinerAggregatorCombineImpl</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../impl/CombinerAggregatorInitImpl.html#%3Cinit%3E(org.apache.storm.trident.operation.CombinerAggregator)" class="member-name-link">CombinerAggregatorInitImpl</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../impl/CombinerAggStateUpdater.html#%3Cinit%3E(org.apache.storm.trident.operation.CombinerAggregator)" class="member-name-link">CombinerAggStateUpdater</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident.state">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../../state/package-summary.html">org.apache.storm.trident.state</a></h2>
<div class="caption"><span>Methods in <a href="../../state/package-summary.html">org.apache.storm.trident.state</a> that return <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<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"><code><a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">CombinerValueUpdater.</span><code><a href="../../state/CombinerValueUpdater.html#getAgg()" class="member-name-link">getAgg</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Constructors in <a href="../../state/package-summary.html">org.apache.storm.trident.state</a> with parameters of type <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../state/CombinerValueUpdater.html#%3Cinit%3E(org.apache.storm.trident.operation.CombinerAggregator,java.lang.Object)" class="member-name-link">CombinerValueUpdater</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<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>&nbsp;arg)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.apache.storm.trident.state.map">
<h2>Uses of <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a> in <a href="../../state/map/package-summary.html">org.apache.storm.trident.state.map</a></h2>
<div class="caption"><span>Constructors in <a href="../../state/map/package-summary.html">org.apache.storm.trident.state.map</a> with parameters of type <a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../state/map/MapCombinerAggStateUpdater.html#%3Cinit%3E(org.apache.storm.trident.operation.CombinerAggregator,org.apache.storm.tuple.Fields,org.apache.storm.tuple.Fields)" class="member-name-link">MapCombinerAggStateUpdater</a><wbr>(<a href="../CombinerAggregator.html" title="interface in org.apache.storm.trident.operation">CombinerAggregator</a>&nbsp;agg,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;groupFields,
<a href="../../../tuple/Fields.html" title="class in org.apache.storm.tuple">Fields</a>&nbsp;inputFields)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
</ul>
</section>
</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>