| <!DOCTYPE HTML> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (17) --> |
| <title>StreamJoined (kafka 3.6.1 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.kafka.streams.kstream, class: StreamJoined"> |
| <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.5.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="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: </li> |
| <li>Nested | </li> |
| <li><a href="#field-summary">Field</a> | </li> |
| <li><a href="#constructor-summary">Constr</a> | </li> |
| <li><a href="#method-summary">Method</a></li> |
| </ul> |
| <ul class="sub-nav-list"> |
| <li>Detail: </li> |
| <li><a href="#field-detail">Field</a> | </li> |
| <li><a href="#constructor-detail">Constr</a> | </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> <a href="package-summary.html">org.apache.kafka.streams.kstream</a></div> |
| <h1 title="Class StreamJoined" class="title">Class StreamJoined<K,<wbr>V1,<wbr>V2></h1> |
| </div> |
| <div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/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">org.apache.kafka.streams.kstream.StreamJoined<K,<wbr>V1,<wbr>V2></div> |
| </div> |
| <section class="class-description" id="class-description"> |
| <dl class="notes"> |
| <dt>Type Parameters:</dt> |
| <dd><code>K</code> - the key type</dd> |
| <dd><code>V1</code> - this value type</dd> |
| <dd><code>V2</code> - other value type</dd> |
| </dl> |
| <hr> |
| <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">StreamJoined<K,<wbr>V1,<wbr>V2></span> |
| <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> |
| <div class="block">Class used to configure the name of the join processor, the repartition topic name, |
| state stores or state store names in Stream-Stream join.</div> |
| </section> |
| <section class="summary"> |
| <ul class="summary-list"> |
| <!-- =========== FIELD SUMMARY =========== --> |
| <li> |
| <section class="field-summary" id="field-summary"> |
| <h2>Field Summary</h2> |
| <div class="caption"><span>Fields</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">Field</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color"><code>protected final <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>></code></div> |
| <div class="col-second even-row-color"><code><a href="#keySerde" class="member-name-link">keySerde</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>protected final boolean</code></div> |
| <div class="col-second odd-row-color"><code><a href="#loggingEnabled" class="member-name-link">loggingEnabled</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#name" class="member-name-link">name</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>protected final <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#otherStoreSupplier" class="member-name-link">otherStoreSupplier</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected final <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color"><code><a href="#otherValueSerde" class="member-name-link">otherValueSerde</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>protected final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#storeName" class="member-name-link">storeName</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected final <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#thisStoreSupplier" class="member-name-link">thisStoreSupplier</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>protected final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>></code></div> |
| <div class="col-second odd-row-color"><code><a href="#topicConfig" class="member-name-link">topicConfig</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>protected final <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>></code></div> |
| <div class="col-second even-row-color"><code><a href="#valueSerde" class="member-name-link">valueSerde</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| </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 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>protected </code></div> |
| <div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(org.apache.kafka.streams.kstream.StreamJoined)" class="member-name-link">StreamJoined</a><wbr>(<a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>> streamJoined)</code></div> |
| <div class="col-last even-row-color"> </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-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static 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-tab1 method-summary-table-tab4"><code>static <K,<wbr> |
| V1,<wbr> |
| V2> <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#as(java.lang.String)" class="member-name-link">as</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> storeName)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Creates a <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance using the provided name for the state stores and hence the changelog |
| topics for the join stores.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <K,<wbr> |
| V1,<wbr> |
| V2> <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#with(org.apache.kafka.common.serialization.Serde,org.apache.kafka.common.serialization.Serde,org.apache.kafka.common.serialization.Serde)" class="member-name-link">with</a><wbr>(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><K> keySerde, |
| <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><V1> valueSerde, |
| <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><V2> otherValueSerde)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Creates a <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance with the provided serdes to configure the stores |
| for the join.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <K,<wbr> |
| V1,<wbr> |
| V2> <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#with(org.apache.kafka.streams.state.WindowBytesStoreSupplier,org.apache.kafka.streams.state.WindowBytesStoreSupplier)" class="member-name-link">with</a><wbr>(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> storeSupplier, |
| <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> otherStoreSupplier)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| <div class="block">Creates a StreamJoined instance with the provided store suppliers.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withKeySerde(org.apache.kafka.common.serialization.Serde)" class="member-name-link">withKeySerde</a><wbr>(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>> keySerde)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<K></code></a> for the key</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withLoggingDisabled()" class="member-name-link">withLoggingDisabled</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Disable change logging for both state stores.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withLoggingEnabled(java.util.Map)" class="member-name-link">withLoggingEnabled</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> config)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configures logging for both state stores.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withName(java.lang.String)" class="member-name-link">withName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Set the name to use for the join processor and the repartition topic(s) if required.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withOtherStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)" class="member-name-link">withOtherStoreSupplier</a><wbr>(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> otherStoreSupplier)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configure with the provided <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>WindowBytesStoreSupplier</code></a> for the other store supplier.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withOtherValueSerde(org.apache.kafka.common.serialization.Serde)" class="member-name-link">withOtherValueSerde</a><wbr>(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>> otherValueSerde)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<V2></code></a> for the other value</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withStoreName(java.lang.String)" class="member-name-link">withStoreName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> storeName)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Sets the base store name to use for both sides of the join.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withThisStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)" class="member-name-link">withThisStoreSupplier</a><wbr>(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> thisStoreSupplier)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configure with the provided <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>WindowBytesStoreSupplier</code></a> for this store supplier.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#withValueSerde(org.apache.kafka.common.serialization.Serde)" class="member-name-link">withValueSerde</a><wbr>(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>> valueSerde)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<V1></code></a> for this value</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <section class="details"> |
| <ul class="details-list"> |
| <!-- ============ FIELD DETAIL =========== --> |
| <li> |
| <section class="field-details" id="field-detail"> |
| <h2>Field Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="keySerde"> |
| <h3>keySerde</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>></span> <span class="element-name">keySerde</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="valueSerde"> |
| <h3>valueSerde</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>></span> <span class="element-name">valueSerde</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="otherValueSerde"> |
| <h3>otherValueSerde</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">otherValueSerde</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="thisStoreSupplier"> |
| <h3>thisStoreSupplier</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a></span> <span class="element-name">thisStoreSupplier</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="otherStoreSupplier"> |
| <h3>otherStoreSupplier</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a></span> <span class="element-name">otherStoreSupplier</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="name"> |
| <h3>name</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name">name</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="storeName"> |
| <h3>storeName</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name">storeName</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="loggingEnabled"> |
| <h3>loggingEnabled</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type">boolean</span> <span class="element-name">loggingEnabled</span></div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="topicConfig"> |
| <h3>topicConfig</h3> |
| <div class="member-signature"><span class="modifiers">protected final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>></span> <span class="element-name">topicConfig</span></div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <!-- ========= CONSTRUCTOR DETAIL ======== --> |
| <li> |
| <section class="constructor-details" id="constructor-detail"> |
| <h2>Constructor Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="<init>(org.apache.kafka.streams.kstream.StreamJoined)"> |
| <h3>StreamJoined</h3> |
| <div class="member-signature"><span class="modifiers">protected</span> <span class="element-name">StreamJoined</span><wbr><span class="parameters">(<a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>> streamJoined)</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="with(org.apache.kafka.streams.state.WindowBytesStoreSupplier,org.apache.kafka.streams.state.WindowBytesStoreSupplier)"> |
| <h3>with</h3> |
| <div class="member-signature"><span class="modifiers">public static</span> <span class="type-parameters"><K,<wbr> |
| V1,<wbr> |
| V2></span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></span> <span class="element-name">with</span><wbr><span class="parameters">(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> storeSupplier, |
| <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> otherStoreSupplier)</span></div> |
| <div class="block">Creates a StreamJoined instance with the provided store suppliers. The store suppliers must implement |
| the <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>WindowBytesStoreSupplier</code></a> interface. The store suppliers must provide unique names or a |
| <a href="../errors/StreamsException.html" title="class in org.apache.kafka.streams.errors"><code>StreamsException</code></a> is thrown.</div> |
| <dl class="notes"> |
| <dt>Type Parameters:</dt> |
| <dd><code>K</code> - the key type</dd> |
| <dd><code>V1</code> - this value type</dd> |
| <dd><code>V2</code> - other value type</dd> |
| <dt>Parameters:</dt> |
| <dd><code>storeSupplier</code> - this store supplier</dd> |
| <dd><code>otherStoreSupplier</code> - other store supplier</dd> |
| <dt>Returns:</dt> |
| <dd><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="as(java.lang.String)"> |
| <h3>as</h3> |
| <div class="member-signature"><span class="modifiers">public static</span> <span class="type-parameters"><K,<wbr> |
| V1,<wbr> |
| V2></span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></span> <span class="element-name">as</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> storeName)</span></div> |
| <div class="block">Creates a <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance using the provided name for the state stores and hence the changelog |
| topics for the join stores. The name for the stores will be ${applicationId}-<storeName>-this-join and ${applicationId}-<storeName>-other-join |
| or ${applicationId}-<storeName>-outer-this-join and ${applicationId}-<storeName>-outer-other-join depending if the join is an inner-join |
| or an outer join. The changelog topics will have the -changelog suffix. The user should note that even though the join stores will have a |
| specified name, the stores will remain unavailable for querying. |
| |
| Please note that if you are using <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> to replace deprecated <a href="KStream.html#join(org.apache.kafka.streams.kstream.KStream,org.apache.kafka.streams.kstream.ValueJoiner,org.apache.kafka.streams.kstream.JoinWindows)"><code>KStream.join(org.apache.kafka.streams.kstream.KStream<K, VO>, org.apache.kafka.streams.kstream.ValueJoiner<? super V, ? super VO, ? extends VR>, org.apache.kafka.streams.kstream.JoinWindows)</code></a> functions with |
| <a href="Joined.html" title="class in org.apache.kafka.streams.kstream"><code>Joined</code></a> parameters in order to set the name for the join processors, you would need to create the <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> |
| object first and then call <a href="#withName(java.lang.String)"><code>withName(java.lang.String)</code></a></div> |
| <dl class="notes"> |
| <dt>Type Parameters:</dt> |
| <dd><code>K</code> - The key type</dd> |
| <dd><code>V1</code> - This value type</dd> |
| <dd><code>V2</code> - Other value type</dd> |
| <dt>Parameters:</dt> |
| <dd><code>storeName</code> - The name to use for the store</dd> |
| <dt>Returns:</dt> |
| <dd><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="with(org.apache.kafka.common.serialization.Serde,org.apache.kafka.common.serialization.Serde,org.apache.kafka.common.serialization.Serde)"> |
| <h3>with</h3> |
| <div class="member-signature"><span class="modifiers">public static</span> <span class="type-parameters"><K,<wbr> |
| V1,<wbr> |
| V2></span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><K,<wbr>V1,<wbr>V2></span> <span class="element-name">with</span><wbr><span class="parameters">(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><K> keySerde, |
| <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><V1> valueSerde, |
| <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><V2> otherValueSerde)</span></div> |
| <div class="block">Creates a <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance with the provided serdes to configure the stores |
| for the join.</div> |
| <dl class="notes"> |
| <dt>Type Parameters:</dt> |
| <dd><code>K</code> - The key type</dd> |
| <dd><code>V1</code> - This value type</dd> |
| <dd><code>V2</code> - Other value type</dd> |
| <dt>Parameters:</dt> |
| <dd><code>keySerde</code> - The key serde</dd> |
| <dd><code>valueSerde</code> - This value serde</dd> |
| <dd><code>otherValueSerde</code> - Other value serde</dd> |
| <dt>Returns:</dt> |
| <dd><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withName(java.lang.String)"> |
| <h3>withName</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withName</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</span></div> |
| <div class="block">Set the name to use for the join processor and the repartition topic(s) if required.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>name</code> - the name to use</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withStoreName(java.lang.String)"> |
| <h3>withStoreName</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withStoreName</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> storeName)</span></div> |
| <div class="block">Sets the base store name to use for both sides of the join. The name for the state stores and hence the changelog |
| topics for the join stores. The name for the stores will be ${applicationId}-<storeName>-this-join and ${applicationId}-<storeName>-other-join |
| or ${applicationId}-<storeName>-outer-this-join and ${applicationId}-<storeName>-outer-other-join depending if the join is an inner-join |
| or an outer join. The changelog topics will have the -changelog suffix. The user should note that even though the join stores will have a |
| specified name, the stores will remain unavailable for querying.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>storeName</code> - the storeName to use</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> instance</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withKeySerde(org.apache.kafka.common.serialization.Serde)"> |
| <h3>withKeySerde</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withKeySerde</span><wbr><span class="parameters">(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>> keySerde)</span></div> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<K></code></a> for the key</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>keySerde</code> - the serde to use for the key</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with the keySerde</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withValueSerde(org.apache.kafka.common.serialization.Serde)"> |
| <h3>withValueSerde</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withValueSerde</span><wbr><span class="parameters">(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>> valueSerde)</span></div> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<V1></code></a> for this value</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>valueSerde</code> - the serde to use for this value (calling or left side of the join)</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with the valueSerde</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withOtherValueSerde(org.apache.kafka.common.serialization.Serde)"> |
| <h3>withOtherValueSerde</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withOtherValueSerde</span><wbr><span class="parameters">(<a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization">Serde</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>> otherValueSerde)</span></div> |
| <div class="block">Configure with the provided <a href="../../common/serialization/Serde.html" title="interface in org.apache.kafka.common.serialization"><code>Serde<V2></code></a> for the other value</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>otherValueSerde</code> - the serde to use for the other value (other or right side of the join)</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with the otherValueSerde</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withThisStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)"> |
| <h3>withThisStoreSupplier</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withThisStoreSupplier</span><wbr><span class="parameters">(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> thisStoreSupplier)</span></div> |
| <div class="block">Configure with the provided <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>WindowBytesStoreSupplier</code></a> for this store supplier. Please note |
| this method only provides the store supplier for the left side of the join. If you wish to also provide a |
| store supplier for the right (i.e., other) side you must use the <a href="#withOtherStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)"><code>withOtherStoreSupplier(WindowBytesStoreSupplier)</code></a> |
| method</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>thisStoreSupplier</code> - the store supplier to use for this store supplier (calling or left side of the join)</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with thisStoreSupplier</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withOtherStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)"> |
| <h3>withOtherStoreSupplier</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withOtherStoreSupplier</span><wbr><span class="parameters">(<a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state">WindowBytesStoreSupplier</a> otherStoreSupplier)</span></div> |
| <div class="block">Configure with the provided <a href="../state/WindowBytesStoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>WindowBytesStoreSupplier</code></a> for the other store supplier. Please note |
| this method only provides the store supplier for the right side of the join. If you wish to also provide a |
| store supplier for the left side you must use the <a href="#withThisStoreSupplier(org.apache.kafka.streams.state.WindowBytesStoreSupplier)"><code>withThisStoreSupplier(WindowBytesStoreSupplier)</code></a> |
| method</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>otherStoreSupplier</code> - the store supplier to use for the other store supplier (other or right side of the join)</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with otherStoreSupplier</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withLoggingEnabled(java.util.Map)"> |
| <h3>withLoggingEnabled</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withLoggingEnabled</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> config)</span></div> |
| <div class="block">Configures logging for both state stores. The changelog will be created with the provided configs. |
| <p> |
| Note: Any unrecognized configs will be ignored</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>config</code> - configs applied to the changelog topic</dd> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with logging enabled</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="withLoggingDisabled()"> |
| <h3>withLoggingDisabled</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream">StreamJoined</a><<a href="StreamJoined.html" title="type parameter in StreamJoined">K</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V1</a>,<wbr><a href="StreamJoined.html" title="type parameter in StreamJoined">V2</a>></span> <span class="element-name">withLoggingDisabled</span>()</div> |
| <div class="block">Disable change logging for both state stores.</div> |
| <dl class="notes"> |
| <dt>Returns:</dt> |
| <dd>a new <a href="StreamJoined.html" title="class in org.apache.kafka.streams.kstream"><code>StreamJoined</code></a> configured with logging disabled</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="toString()"> |
| <h3>toString</h3> |
| <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name">toString</span>()</div> |
| <dl class="notes"> |
| <dt>Overrides:</dt> |
| <dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd> |
| </dl> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <!-- ========= END OF CLASS DATA ========= --> |
| </main> |
| </div> |
| </div> |
| </body> |
| </html> |