blob: 5ee30ff18dd9111417cf90d35d630c4ed7e8b68e [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Class org.apache.storm.streams.PairStream (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.streams, class: PairStream">
<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="../PairStream.html" title="class in org.apache.storm.streams">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 Class org.apache.storm.streams.PairStream" class="title">Uses of Class<br>org.apache.storm.streams.PairStream</h1>
</div>
<div class="caption"><span>Packages that use <a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</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.streams">org.apache.storm.streams</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.streams">
<h2>Uses of <a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a> in <a href="../package-summary.html">org.apache.storm.streams</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.storm.streams</a> that return <a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</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>&lt;A,<wbr>
R&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#aggregateByKey(org.apache.storm.streams.operations.CombinerAggregator)" class="member-name-link">aggregateByKey</a><wbr>(<a href="../operations/CombinerAggregator.html" title="interface in org.apache.storm.streams.operations">CombinerAggregator</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>A,<wbr>? extends R&gt;&nbsp;aggregator)</code></div>
<div class="col-last even-row-color">
<div class="block">Aggregates the values for each key of this stream using the given <a href="../operations/CombinerAggregator.html" title="interface in org.apache.storm.streams.operations"><code>CombinerAggregator</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#aggregateByKey(R,org.apache.storm.streams.operations.BiFunction,org.apache.storm.streams.operations.BiFunction)" class="member-name-link">aggregateByKey</a><wbr>(R&nbsp;initialValue,
<a href="../operations/BiFunction.html" title="interface in org.apache.storm.streams.operations">BiFunction</a>&lt;? super R,<wbr>? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? extends R&gt;&nbsp;accumulator,
<a href="../operations/BiFunction.html" title="interface in org.apache.storm.streams.operations">BiFunction</a>&lt;? super R,<wbr>? super R,<wbr>? extends R&gt;&nbsp;combiner)</code></div>
<div class="col-last odd-row-color">
<div class="block">Aggregates the values for each key of this stream using the given initial value, accumulator and combiner.</div>
</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#branch(org.apache.storm.streams.operations.Predicate...)" class="member-name-link">branch</a><wbr>(<a href="../operations/Predicate.html" title="interface in org.apache.storm.streams.operations">Predicate</a>&lt;? super <a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&gt;...&nbsp;predicates)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns an array of streams by splitting the given stream into multiple branches based on the given predicates.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;V1&gt;&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#coGroupByKey(org.apache.storm.streams.PairStream)" class="member-name-link">coGroupByKey</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Groups the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#countByKey()" class="member-name-link">countByKey</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Counts the values for each key of this stream.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#filter(org.apache.storm.streams.operations.Predicate)" class="member-name-link">filter</a><wbr>(<a href="../operations/Predicate.html" title="interface in org.apache.storm.streams.operations">Predicate</a>&lt;? super <a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&gt;&nbsp;predicate)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns a stream consisting of the elements of this stream that matches the given filter.</div>
</div>
<div class="col-first even-row-color"><code>&lt;K,<wbr>
V&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;K,<wbr>V&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../Stream.html#flatMapToPair(org.apache.storm.streams.operations.PairFlatMapFunction)" class="member-name-link">flatMapToPair</a><wbr>(<a href="../operations/PairFlatMapFunction.html" title="interface in org.apache.storm.streams.operations">PairFlatMapFunction</a>&lt;? super <a href="../Stream.html" title="type parameter in Stream">T</a>,<wbr>? extends K,<wbr>? extends V&gt;&nbsp;function)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a stream consisting of the results of replacing each value of this stream with the key-value pairs produced by applying the
provided mapping function to each value.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#flatMapValues(org.apache.storm.streams.operations.FlatMapFunction)" class="member-name-link">flatMapValues</a><wbr>(<a href="../operations/FlatMapFunction.html" title="interface in org.apache.storm.streams.operations">FlatMapFunction</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? extends R&gt;&nbsp;function)</code></div>
<div class="col-last odd-row-color">
<div class="block">Return a new stream by applying a <a href="../operations/FlatMapFunction.html" title="interface in org.apache.storm.streams.operations"><code>FlatMapFunction</code></a> function to the value of each key-value pairs in this stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#fullOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">fullOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a full outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#fullOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">fullOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a full outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#groupByKey()" class="member-name-link">groupByKey</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a new stream where the values are grouped by the keys.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#groupByKeyAndWindow(org.apache.storm.streams.windowing.Window)" class="member-name-link">groupByKeyAndWindow</a><wbr>(<a href="../windowing/Window.html" title="interface in org.apache.storm.streams.windowing">Window</a>&lt;?,<wbr>?&gt;&nbsp;window)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns a new stream where the values are grouped by keys and the given window.</div>
</div>
<div class="col-first even-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#join(org.apache.storm.streams.PairStream)" class="member-name-link">join</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Join the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#join(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">join</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last odd-row-color">
<div class="block">Join the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#leftOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">leftOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a left outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#leftOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">leftOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a left outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;K,<wbr>
V&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;K,<wbr>V&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../Stream.html#mapToPair(org.apache.storm.streams.operations.PairFunction)" class="member-name-link">mapToPair</a><wbr>(<a href="../operations/PairFunction.html" title="interface in org.apache.storm.streams.operations">PairFunction</a>&lt;? super <a href="../Stream.html" title="type parameter in Stream">T</a>,<wbr>? extends K,<wbr>? extends V&gt;&nbsp;function)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a stream of key-value pairs by applying a <a href="../operations/PairFunction.html" title="interface in org.apache.storm.streams.operations"><code>PairFunction</code></a> on each value of this stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#mapValues(org.apache.storm.streams.operations.Function)" class="member-name-link">mapValues</a><wbr>(<a href="../operations/Function.html" title="interface in org.apache.storm.streams.operations">Function</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? extends R&gt;&nbsp;function)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns a new stream by applying a <a href="../operations/Function.html" title="interface in org.apache.storm.streams.operations"><code>Function</code></a> to the value of each key-value pairs in this stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;K,<wbr>
V&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;K,<wbr>V&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">StreamBuilder.</span><code><a href="../StreamBuilder.html#newStream(org.apache.storm.topology.IRichSpout,org.apache.storm.streams.operations.mappers.PairValueMapper)" class="member-name-link">newStream</a><wbr>(<a href="../../topology/IRichSpout.html" title="interface in org.apache.storm.topology">IRichSpout</a>&nbsp;spout,
<a href="../operations/mappers/PairValueMapper.html" title="class in org.apache.storm.streams.operations.mappers">PairValueMapper</a>&lt;K,<wbr>V&gt;&nbsp;pairValueMapper)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new <a href="../PairStream.html" title="class in org.apache.storm.streams"><code>PairStream</code></a> of key-value pairs from the given <a href="../../topology/IRichSpout.html" title="interface in org.apache.storm.topology"><code>IRichSpout</code></a> by extracting key and value from tuples via the
supplied <a href="../operations/mappers/PairValueMapper.html" title="class in org.apache.storm.streams.operations.mappers"><code>PairValueMapper</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;K,<wbr>
V&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;K,<wbr>V&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">StreamBuilder.</span><code><a href="../StreamBuilder.html#newStream(org.apache.storm.topology.IRichSpout,org.apache.storm.streams.operations.mappers.PairValueMapper,int)" class="member-name-link">newStream</a><wbr>(<a href="../../topology/IRichSpout.html" title="interface in org.apache.storm.topology">IRichSpout</a>&nbsp;spout,
<a href="../operations/mappers/PairValueMapper.html" title="class in org.apache.storm.streams.operations.mappers">PairValueMapper</a>&lt;K,<wbr>V&gt;&nbsp;pairValueMapper,
int&nbsp;parallelism)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates a new <a href="../PairStream.html" title="class in org.apache.storm.streams"><code>PairStream</code></a> of key-value pairs from the given <a href="../../topology/IRichSpout.html" title="interface in org.apache.storm.topology"><code>IRichSpout</code></a> by extracting key and value from tuples via the
supplied <a href="../operations/mappers/PairValueMapper.html" title="class in org.apache.storm.streams.operations.mappers"><code>PairValueMapper</code></a> and with the given value of parallelism.</div>
</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#peek(org.apache.storm.streams.operations.Consumer)" class="member-name-link">peek</a><wbr>(<a href="../operations/Consumer.html" title="interface in org.apache.storm.streams.operations">Consumer</a>&lt;? super <a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&gt;&nbsp;action)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as they are
consumed from the resulting stream.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#reduceByKey(org.apache.storm.streams.operations.Reducer)" class="member-name-link">reduceByKey</a><wbr>(<a href="../operations/Reducer.html" title="interface in org.apache.storm.streams.operations">Reducer</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&nbsp;reducer)</code></div>
<div class="col-last odd-row-color">
<div class="block">Performs a reduction on the values for each key of this stream by repeatedly applying the reducer.</div>
</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#reduceByKeyAndWindow(org.apache.storm.streams.operations.Reducer,org.apache.storm.streams.windowing.Window)" class="member-name-link">reduceByKeyAndWindow</a><wbr>(<a href="../operations/Reducer.html" title="interface in org.apache.storm.streams.operations">Reducer</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;&nbsp;reducer,
<a href="../windowing/Window.html" title="interface in org.apache.storm.streams.windowing">Window</a>&lt;?,<wbr>?&gt;&nbsp;window)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a new stream where the values that arrive within a window having the same key will be reduced by repeatedly applying the
reducer.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#repartition(int)" class="member-name-link">repartition</a><wbr>(int&nbsp;parallelism)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns a new stream with the given value of parallelism.</div>
</div>
<div class="col-first even-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#rightOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">rightOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a right outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#rightOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">rightOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a right outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;V&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../Stream.html" title="type parameter in Stream">T</a>,<wbr>V&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../Stream.html#stateQuery(org.apache.storm.streams.StreamState)" class="member-name-link">stateQuery</a><wbr>(<a href="../StreamState.html" title="class in org.apache.storm.streams">StreamState</a>&lt;<a href="../Stream.html" title="type parameter in Stream">T</a>,<wbr>V&gt;&nbsp;streamState)</code></div>
<div class="col-last even-row-color">
<div class="block">Queries the given stream state with the values in this stream as the keys.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../StreamState.html" title="type parameter in StreamState">K</a>,<wbr><a href="../StreamState.html" title="type parameter in StreamState">V</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">StreamState.</span><code><a href="../StreamState.html#toPairStream()" class="member-name-link">toPairStream</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#window(org.apache.storm.streams.windowing.Window)" class="member-name-link">window</a><wbr>(<a href="../windowing/Window.html" title="interface in org.apache.storm.streams.windowing">Window</a>&lt;?,<wbr>?&gt;&nbsp;window)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns a new stream consisting of the elements that fall within the window as specified by the window parameter.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.storm.streams</a> with parameters of type <a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</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>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>&gt;,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;V1&gt;&gt;&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#coGroupByKey(org.apache.storm.streams.PairStream)" class="member-name-link">coGroupByKey</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last even-row-color">
<div class="block">Groups the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#fullOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">fullOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a full outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#fullOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">fullOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a full outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#join(org.apache.storm.streams.PairStream)" class="member-name-link">join</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Join the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#join(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">join</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last even-row-color">
<div class="block">Join the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#leftOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">leftOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a left outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#leftOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">leftOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a left outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first odd-row-color"><code>&lt;V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr><a href="../Pair.html" title="class in org.apache.storm.streams">Pair</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>V1&gt;&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#rightOuterJoin(org.apache.storm.streams.PairStream)" class="member-name-link">rightOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream)</code></div>
<div class="col-last odd-row-color">
<div class="block">Does a right outer join of the values of this stream with the values having the same key from the other stream.</div>
</div>
<div class="col-first even-row-color"><code>&lt;R,<wbr>
V1&gt;&nbsp;<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>R&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PairStream.</span><code><a href="../PairStream.html#rightOuterJoin(org.apache.storm.streams.PairStream,org.apache.storm.streams.operations.ValueJoiner)" class="member-name-link">rightOuterJoin</a><wbr>(<a href="../PairStream.html" title="class in org.apache.storm.streams">PairStream</a>&lt;<a href="../PairStream.html" title="type parameter in PairStream">K</a>,<wbr>V1&gt;&nbsp;otherStream,
<a href="../operations/ValueJoiner.html" title="interface in org.apache.storm.streams.operations">ValueJoiner</a>&lt;? super <a href="../PairStream.html" title="type parameter in PairStream">V</a>,<wbr>? super V1,<wbr>? extends R&gt;&nbsp;valueJoiner)</code></div>
<div class="col-last even-row-color">
<div class="block">Does a right outer join of the values of this stream with the values having the same key from the other stream.</div>
</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>