http://git-wip-us.apache.org/repos/asf/kafka-site/blob/2e200cfc/10/javadoc/deprecated-list.html ---------------------------------------------------------------------- diff --git a/10/javadoc/deprecated-list.html b/10/javadoc/deprecated-list.html new file mode 100644 index 0000000..6b55803 --- /dev/null +++ b/10/javadoc/deprecated-list.html @@ -0,0 +1,1034 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_152) on Wed Nov 01 13:25:44 GMT 2017 --> +<title>Deprecated List (kafka 1.0.0 API)</title> +<meta name="date" content="2017-11-01"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Deprecated List (kafka 1.0.0 API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="overview-summary.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li><a href="overview-tree.html">Tree</a></li> +<li class="navBarCell1Rev">Deprecated</li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> +<li><a href="deprecated-list.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Deprecated API" class="title">Deprecated API</h1> +<h2 title="Contents">Contents</h2> +<ul> +<li><a href="#interface">Deprecated Interfaces</a></li> +<li><a href="#class">Deprecated Classes</a></li> +<li><a href="#exception">Deprecated Exceptions</a></li> +<li><a href="#field">Deprecated Fields</a></li> +<li><a href="#method">Deprecated Methods</a></li> +<li><a href="#constructor">Deprecated Constructors</a></li> +</ul> +</div> +<div class="contentContainer"><a name="interface"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation"> +<caption><span>Deprecated Interfaces</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Interface and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/security/auth/PrincipalBuilder.html" title="interface in org.apache.kafka.common.security.auth">org.apache.kafka.common.security.auth.PrincipalBuilder</a> +<div class="block"><span class="deprecationComment">As of Kafka 1.0.0, use <a href="org/apache/kafka/common/security/auth/KafkaPrincipalBuilder.html" title="interface in org.apache.kafka.common.security.auth"><code>KafkaPrincipalBuilder</code></a> instead. This will be removed in + a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/processor/StateStoreSupplier.html" title="interface in org.apache.kafka.streams.processor">org.apache.kafka.streams.processor.StateStoreSupplier</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/state/StoreSupplier.html" title="interface in org.apache.kafka.streams.state"><code>StoreSupplier</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/state/Stores.InMemoryKeyValueFactory.html" title="interface in org.apache.kafka.streams.state">org.apache.kafka.streams.state.Stores.InMemoryKeyValueFactory</a></td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/state/Stores.PersistentKeyValueFactory.html" title="interface in org.apache.kafka.streams.state">org.apache.kafka.streams.state.Stores.PersistentKeyValueFactory</a></td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="class"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation"> +<caption><span>Deprecated Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/security/auth/DefaultPrincipalBuilder.html" title="class in org.apache.kafka.common.security.auth">org.apache.kafka.common.security.auth.DefaultPrincipalBuilder</a> +<div class="block"><span class="deprecationComment">As of Kafka 1.0.0. This will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStreamBuilder.html" title="class in org.apache.kafka.streams.kstream">org.apache.kafka.streams.kstream.KStreamBuilder</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/streams/StreamsBuilder.html" title="class in org.apache.kafka.streams"><code>StreamsBuilder</code></a> instead</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/processor/TopologyBuilder.html" title="class in org.apache.kafka.streams.processor">org.apache.kafka.streams.processor.TopologyBuilder</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/Topology.html" title="class in org.apache.kafka.streams"><code>Topology</code></a> instead</span></div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="exception"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Exceptions table, listing deprecated exceptions, and an explanation"> +<caption><span>Deprecated Exceptions</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Exceptions and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/errors/GroupCoordinatorNotAvailableException.html" title="class in org.apache.kafka.common.errors">org.apache.kafka.common.errors.GroupCoordinatorNotAvailableException</a> +<div class="block"><span class="deprecationComment">As of Kafka 0.11, this has been replaced by <a href="org/apache/kafka/common/errors/CoordinatorNotAvailableException.html" title="class in org.apache.kafka.common.errors"><code>CoordinatorNotAvailableException</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/errors/GroupLoadInProgressException.html" title="class in org.apache.kafka.common.errors">org.apache.kafka.common.errors.GroupLoadInProgressException</a> +<div class="block"><span class="deprecationComment">As of Kafka 0.11, this has been replaced by <a href="org/apache/kafka/common/errors/CoordinatorLoadInProgressException.html" title="class in org.apache.kafka.common.errors"><code>CoordinatorLoadInProgressException</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/errors/NotCoordinatorForGroupException.html" title="class in org.apache.kafka.common.errors">org.apache.kafka.common.errors.NotCoordinatorForGroupException</a> +<div class="block"><span class="deprecationComment">As of Kafka 0.11, this has been replaced by <a href="org/apache/kafka/common/errors/NotCoordinatorException.html" title="class in org.apache.kafka.common.errors"><code>NotCoordinatorException</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/errors/TopologyBuilderException.html" title="class in org.apache.kafka.streams.errors">org.apache.kafka.streams.errors.TopologyBuilderException</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/Topology.html" title="class in org.apache.kafka.streams"><code>Topology</code></a> instead of <a href="org/apache/kafka/streams/processor/TopologyBuilder.html" title="class in org.apache.kafka.streams.processor"><code>TopologyBuilder</code></a></span></div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="field"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation"> +<caption><span>Deprecated Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SslConfigs.html#DEFAULT_PRINCIPAL_BUILDER_CLASS">org.apache.kafka.common.config.SslConfigs.DEFAULT_PRINCIPAL_BUILDER_CLASS</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release. In recent versions, + the config is optional and there is no default.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#DEFAULT_SASL_ENABLED_MECHANISMS">org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_ENABLED_MECHANISMS</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#DEFAULT_SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES">org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/StreamsConfig.html#KEY_SERDE_CLASS_CONFIG">org.apache.kafka.streams.StreamsConfig.KEY_SERDE_CLASS_CONFIG</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/streams/StreamsConfig.html#DEFAULT_KEY_SERDE_CLASS_CONFIG"><code>StreamsConfig.DEFAULT_KEY_SERDE_CLASS_CONFIG</code></a> instead.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SslConfigs.html#PRINCIPAL_BUILDER_CLASS_CONFIG">org.apache.kafka.common.config.SslConfigs.PRINCIPAL_BUILDER_CLASS_CONFIG</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SslConfigs.html#PRINCIPAL_BUILDER_CLASS_DOC">org.apache.kafka.common.config.SslConfigs.PRINCIPAL_BUILDER_CLASS_DOC</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#SASL_ENABLED_MECHANISMS">org.apache.kafka.common.config.SaslConfigs.SASL_ENABLED_MECHANISMS</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#SASL_ENABLED_MECHANISMS_DOC">org.apache.kafka.common.config.SaslConfigs.SASL_ENABLED_MECHANISMS_DOC</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES">org.apache.kafka.common.config.SaslConfigs.SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SaslConfigs.html#SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES_DOC">org.apache.kafka.common.config.SaslConfigs.SASL_KERBEROS_PRINCIPAL_TO_LOCAL_RULES_DOC</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SslConfigs.html#SSL_CLIENT_AUTH_CONFIG">org.apache.kafka.common.config.SslConfigs.SSL_CLIENT_AUTH_CONFIG</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/config/SslConfigs.html#SSL_CLIENT_AUTH_DOC">org.apache.kafka.common.config.SslConfigs.SSL_CLIENT_AUTH_DOC</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This field will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/StreamsConfig.html#TIMESTAMP_EXTRACTOR_CLASS_CONFIG">org.apache.kafka.streams.StreamsConfig.TIMESTAMP_EXTRACTOR_CLASS_CONFIG</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/streams/StreamsConfig.html#DEFAULT_TIMESTAMP_EXTRACTOR_CLASS_CONFIG"><code>StreamsConfig.DEFAULT_TIMESTAMP_EXTRACTOR_CLASS_CONFIG</code></a> instead.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/StreamsConfig.html#VALUE_SERDE_CLASS_CONFIG">org.apache.kafka.streams.StreamsConfig.VALUE_SERDE_CLASS_CONFIG</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/streams/StreamsConfig.html#DEFAULT_VALUE_SERDE_CLASS_CONFIG"><code>StreamsConfig.DEFAULT_VALUE_SERDE_CLASS_CONFIG</code></a> instead.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/StreamsConfig.html#ZOOKEEPER_CONNECT_CONFIG">org.apache.kafka.streams.StreamsConfig.ZOOKEEPER_CONNECT_CONFIG</a> +<div class="block"><span class="deprecationComment">Kakfa Streams does not use Zookeeper anymore and this parameter will be ignored.</span></div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="method"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> +<caption><span>Deprecated Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.SessionWindows-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<T>, Aggregator<? super K, ? super V, T>, Merger<? super K, T>, SessionWindows, Serde<T>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, sessionMerger, Materialized.with(null, aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.SessionWindows-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<T>, Aggregator<? super K, ? super V, T>, Merger<? super K, T>, SessionWindows, Serde<T>, StateStoreSupplier<SessionStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, sessionMerger, Materialized.as(KeyValueByteStoreSupplier).withValueSerde(aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.SessionWindows-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<T>, Aggregator<? super K, ? super V, T>, Merger<? super K, T>, SessionWindows, Serde<T>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Merger-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, sessionMerger, Materialized.as(queryableStoreName).withValueSerde(aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KGroupedTable.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Aggregator<? super K, ? super V, VR>, Serde<VR>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, adder, subtractor, Materialized.with(null, aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedTable.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Aggregator<? super K, ? super V, VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, adder, subtractor, Materialized.as(queryableStoreName).withValueSerde(aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedTable.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Aggregator<? super K, ? super V, VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, adder, subtractor, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedTable.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Aggregator<? super K, ? super V, VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, adder, subtractor, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Serde<VR>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, Materialized.with(null, aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, Materialized.as(queryableStoreName).withValueSerde(aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Windows-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Windows<W>, Serde<VR>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>TimeWindowedKStream.aggregate(Initializer, Aggregator, Materialized)</code></a> aggregate(initializer, aggregator, Materialized.with(null, aggValueSerde))}</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Windows-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Windows<W>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, Materialized.as(queryableStoreName).withValueSerde(aggValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Windows-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.aggregate(Initializer<VR>, Aggregator<? super K, ? super V, VR>, Windows<W>, StateStoreSupplier<WindowStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#aggregate-org.apache.kafka.streams.kstream.Initializer-org.apache.kafka.streams.kstream.Aggregator-org.apache.kafka.streams.kstream.Materialized-"><code>aggregate(initializer, aggregator, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/clients/producer/RecordMetadata.html#checksum--">org.apache.kafka.clients.producer.RecordMetadata.checksum()</a> +<div class="block"><span class="deprecationComment">As of Kafka 0.11.0. Because of the potential for message format conversion on the broker, the + computed checksum may not match what was stored on the broker, or what will be returned to the consumer. + It is therefore unsafe to depend on this checksum for end-to-end delivery guarantees. Additionally, + message format v2 does not include a record-level checksum (for performance, the record checksum + was replaced with a batch checksum). To maintain compatibility, a partial checksum computed from + the record timestamp, serialized key size, and serialized value size is returned instead, but + this should not be depended on for end-to-end reliability.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/clients/consumer/ConsumerRecord.html#checksum--">org.apache.kafka.clients.consumer.ConsumerRecord.checksum()</a> +<div class="block"><span class="deprecationComment">As of Kafka 0.11.0. Because of the potential for message format conversion on the broker, the + checksum returned by the broker may not match what was computed by the producer. + It is therefore unsafe to depend on this checksum for end-to-end delivery guarantees. Additionally, + message format v2 does not include a record-level checksum (for performance, the record checksum + was replaced with a batch checksum). To maintain compatibility, a partial checksum computed from + the record timestamp, serialized key size, and serialized value size is returned instead, but + this should not be depended on for end-to-end reliability.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.SessionWindows-">org.apache.kafka.streams.kstream.KGroupedStream.count(SessionWindows)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#count--"><code>count()</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.SessionWindows-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.count(SessionWindows, StateStoreSupplier<SessionStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.SessionWindows-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.count(SessionWindows, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#count-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedTable.count(StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(KeyValueByteStoreSupplier)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.count(StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#count-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedTable.count(String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.count(String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.Windows-">org.apache.kafka.streams.kstream.KGroupedStream.count(Windows<W>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#count--"><code>count()</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.Windows-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.count(Windows<W>, StateStoreSupplier<WindowStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#count-org.apache.kafka.streams.kstream.Windows-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.count(Windows<W>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#count-org.apache.kafka.streams.kstream.Materialized-"><code>count(Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/state/Stores.html#create-java.lang.String-">org.apache.kafka.streams.state.Stores.create(String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/state/Stores.html#persistentKeyValueStore-java.lang.String-"><code>Stores.persistentKeyValueStore(String)</code></a>, <a href="org/apache/kafka/streams/state/Stores.html#persistentWindowStore-java.lang.String-long-int-long-boolean-"><code>Stores.persistentWindowStore(String, long, int, long, boolean)</code></a> + <a href="org/apache/kafka/streams/state/Stores.html#persistentSessionStore-java.lang.String-long-"><code>Stores.persistentSessionStore(String, long)</code></a>, <a href="org/apache/kafka/streams/state/Stores.html#lruMap-java.lang.String-int-"><code>Stores.lruMap(String, int)</code></a>, or <a href="org/apache/kafka/streams/state/Stores.html#inMemoryKeyValueStore-java.lang.String-"><code>Stores.inMemoryKeyValueStore(String)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#filter-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.filter(Predicate<? super K, ? super V>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#filter-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.kstream.Materialized-"><code>filter(predicate, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#filter-org.apache.kafka.streams.kstream.Predicate-java.lang.String-">org.apache.kafka.streams.kstream.KTable.filter(Predicate<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#filter-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.kstream.Materialized-"><code>filter(predicate, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#filterNot-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.filterNot(Predicate<? super K, ? super V>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#filterNot-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.kstream.Materialized-"><code>filterNot(predicate, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#filterNot-org.apache.kafka.streams.kstream.Predicate-java.lang.String-">org.apache.kafka.streams.kstream.KTable.filterNot(Predicate<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#filter-org.apache.kafka.streams.kstream.Predicate-org.apache.kafka.streams.kstream.Materialized-"><code>filterNot(predicate, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#foreach-org.apache.kafka.streams.kstream.ForeachAction-">org.apache.kafka.streams.kstream.KTable.foreach(ForeachAction<? super K, ? super V>)</a> +<div class="block"><span class="deprecationComment">Use the Interactive Queries APIs (e.g., <a href="org/apache/kafka/streams/KafkaStreams.html#store-java.lang.String-org.apache.kafka.streams.state.QueryableStoreType-"><code>KafkaStreams.store(String, QueryableStoreType)</code></a> + followed by <a href="org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#all--"><code>ReadOnlyKeyValueStore.all()</code></a>) to iterate over the keys of a KTable. Alternatively + convert to a <a href="org/apache/kafka/streams/kstream/KStream.html" title="interface in org.apache.kafka.streams.kstream"><code>KStream</code></a> using <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> and then use + <a href="org/apache/kafka/streams/kstream/KStream.html#foreach-org.apache.kafka.streams.kstream.ForeachAction-"><code>foreach(action)</code></a> on the result.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/common/security/auth/KafkaPrincipal.html#fromString-java.lang.String-">org.apache.kafka.common.security.auth.KafkaPrincipal.fromString(String)</a> +<div class="block"><span class="deprecationComment">As of 1.0.0. This method will be removed in a future major release.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#groupBy-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KTable.groupBy(KeyValueMapper<? super K, ? super V, KeyValue<KR, VR>>, Serde<KR>, Serde<VR>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#groupBy-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.streams.kstream.Serialized-"><code>groupBy(selector, Serialized.with(keySerde, valueSerde)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#groupBy-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.groupBy(KeyValueMapper<? super K, ? super V, KR>, Serde<KR>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#groupBy-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.streams.kstream.Serialized-"><code>groupBy(selector, Serialized.with(keySerde, valSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#groupByKey-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.groupByKey(Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#groupByKey-org.apache.kafka.streams.kstream.Serialized-"><code>groupByKey(Serialized.with(keySerde, valSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#join-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.join(KStream<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, JoinWindows, Serde<K>, Serde<V>, Serde<VO>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#join-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.streams.kstream.Joined-"><code>join(otherStream, joiner, windows, Joined.with(keySerde, thisValueSerde, otherValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.join(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>join(other, joiner, Materialized.as(queryableStoreName).withValueSerde(joinSerde)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.join(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>join(other, joiner, Materialized.as(KeyValueByteStoreSupplier)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.join(KTable<K, VT>, ValueJoiner<? super V, ? super VT, ? extends VR>, Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#join-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Joined-"><code>join(table, joiner, Joined.with(keySerde, valSerde, null))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/StreamsConfig.html#keySerde--">org.apache.kafka.streams.StreamsConfig.keySerde()</a></td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#leftJoin-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.leftJoin(KStream<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, JoinWindows, Serde<K>, Serde<V>, Serde<VO>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#leftJoin-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.streams.kstream.Joined-"><code>leftJoin(otherStream, joiner, windows, Joined.with(keySerde, thisValSerde, otherValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.leftJoin(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>leftJoin(other, joiner, Materialized.as(queryableStoreName).withValueSerde(joinSerde)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.leftJoin(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>leftJoin(other, joiner, Materialized.as(KeyValueByteStoreSupplier)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.leftJoin(KTable<K, VT>, ValueJoiner<? super V, ? super VT, ? extends VR>, Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#leftJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Joined-"><code>leftJoin(table, joiner, Joined.with(keySerde, valSerde, null))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#mapValues-org.apache.kafka.streams.kstream.ValueMapper-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.mapValues(ValueMapper<? super V, ? extends VR>, Serde<VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#mapValues-org.apache.kafka.streams.kstream.ValueMapper-org.apache.kafka.streams.kstream.Materialized-"><code>mapValues(mapper, Materialized.as(KeyValueByteStoreSupplier).withValueSerde(valueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#mapValues-org.apache.kafka.streams.kstream.ValueMapper-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.mapValues(ValueMapper<? super V, ? extends VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#mapValues-org.apache.kafka.streams.kstream.ValueMapper-org.apache.kafka.streams.kstream.Materialized-"><code>mapValues(mapper, Materialized.as(queryableStoreName).withValueSerde(valueSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/connect/sink/SinkTask.html#onPartitionsAssigned-java.util.Collection-">org.apache.kafka.connect.sink.SinkTask.onPartitionsAssigned(Collection<TopicPartition>)</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/connect/sink/SinkTask.html#open-java.util.Collection-"><code>SinkTask.open(Collection)</code></a> for partition initialization.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/connect/sink/SinkTask.html#onPartitionsRevoked-java.util.Collection-">org.apache.kafka.connect.sink.SinkTask.onPartitionsRevoked(Collection<TopicPartition>)</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/kafka/connect/sink/SinkTask.html#close-java.util.Collection-"><code>SinkTask.close(Collection)</code></a> instead for partition cleanup.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#outerJoin-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.outerJoin(KStream<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, JoinWindows, Serde<K>, Serde<V>, Serde<VO>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#outerJoin-org.apache.kafka.streams.kstream.KStream-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.JoinWindows-org.apache.kafka.streams.kstream.Joined-"><code>outerJoin(otherStream, joiner, windows, Joined.with(keySerde, thisValueSerde, otherValueSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#outerJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.outerJoin(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, Serde<VR>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#outerJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>outerJoin(other, joiner, Materialized.as(queryableStoreName).withValueSerde(joinSerde)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#outerJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.outerJoin(KTable<K, VO>, ValueJoiner<? super V, ? super VO, ? extends VR>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#outerJoin-org.apache.kafka.streams.kstream.KTable-org.apache.kafka.streams.kstream.ValueJoiner-org.apache.kafka.streams.kstream.Materialized-"><code>outerJoin(other, joiner, Materialized.as(KeyValueByteStoreSupplier)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/clients/consumer/NoOffsetForPartitionException.html#partition--">org.apache.kafka.clients.consumer.NoOffsetForPartitionException.partition()</a> +<div class="block"><span class="deprecationComment">please use <a href="org/apache/kafka/clients/consumer/NoOffsetForPartitionException.html#partitions"><code>NoOffsetForPartitionException.partitions</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print--">org.apache.kafka.streams.kstream.KStream.print()</a> +<div class="block"><span class="deprecationComment">use <code>print(Printed)</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#print--">org.apache.kafka.streams.kstream.KTable.print()</a> +<div class="block"><span class="deprecationComment">Use the Interactive Queries APIs (e.g., <a href="org/apache/kafka/streams/KafkaStreams.html#store-java.lang.String-org.apache.kafka.streams.state.QueryableStoreType-"><code>KafkaStreams.store(String, QueryableStoreType)</code></a> + followed by <a href="org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#all--"><code>ReadOnlyKeyValueStore.all()</code></a>) to iterate over the keys of a KTable. Alternatively + convert to a <a href="org/apache/kafka/streams/kstream/KStream.html" title="interface in org.apache.kafka.streams.kstream"><code>KStream</code></a> using <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> and then use + <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut())</code></a> on the result.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.KeyValueMapper-">org.apache.kafka.streams.kstream.KStream.print(KeyValueMapper<? super K, ? super V, String>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withKeyValueMapper(mapper)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.print(KeyValueMapper<? super K, ? super V, String>, Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withKeyValueMapper(mapper)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.KeyValueMapper-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KStream.print(KeyValueMapper<? super K, ? super V, String>, Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withLabel(label).withKeyValueMapper(mapper)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.KeyValueMapper-java.lang.String-">org.apache.kafka.streams.kstream.KStream.print(KeyValueMapper<? super K, ? super V, String>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withLabel(label).withKeyValueMapper(mapper)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KStream.print(Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withKeyValueMapper(...)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#print-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-">org.apache.kafka.streams.kstream.KTable.print(Serde<K>, Serde<V>)</a> +<div class="block"><span class="deprecationComment">Use the Interactive Queries APIs (e.g., <a href="org/apache/kafka/streams/KafkaStreams.html#store-java.lang.String-org.apache.kafka.streams.state.QueryableStoreType-"><code>KafkaStreams.store(String, QueryableStoreType)</code></a> + followed by <a href="org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#all--"><code>ReadOnlyKeyValueStore.all()</code></a>) to iterate over the keys of a KTable. Alternatively + convert to a <a href="org/apache/kafka/streams/kstream/KStream.html" title="interface in org.apache.kafka.streams.kstream"><code>KStream</code></a> using <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> and then use + <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withKeyValueMapper(...)</code></a> on the result.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KStream.print(Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withLabel(label).withKeyValueMapper(...)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#print-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.print(Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">Use the Interactive Queries APIs (e.g., <a href="org/apache/kafka/streams/KafkaStreams.html#store-java.lang.String-org.apache.kafka.streams.state.QueryableStoreType-"><code>KafkaStreams.store(String, QueryableStoreType)</code></a> + followed by <a href="org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#all--"><code>ReadOnlyKeyValueStore.all()</code></a>) to iterate over the keys of a KTable. Alternatively + convert to a <a href="org/apache/kafka/streams/kstream/KStream.html" title="interface in org.apache.kafka.streams.kstream"><code>KStream</code></a> using <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> and then use + <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withLabel(label).withKeyValueMapper(...)</code></a> on the result.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#print-java.lang.String-">org.apache.kafka.streams.kstream.KStream.print(String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut()</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#print-java.lang.String-">org.apache.kafka.streams.kstream.KTable.print(String)</a> +<div class="block"><span class="deprecationComment">Use the Interactive Queries APIs (e.g., <a href="org/apache/kafka/streams/KafkaStreams.html#store-java.lang.String-org.apache.kafka.streams.state.QueryableStoreType-"><code>KafkaStreams.store(String, QueryableStoreType)</code></a> + followed by <a href="org/apache/kafka/streams/state/ReadOnlyKeyValueStore.html#all--"><code>ReadOnlyKeyValueStore.all()</code></a>) to iterate over the keys of a KTable. Alternatively + convert to a <a href="org/apache/kafka/streams/kstream/KStream.html" title="interface in org.apache.kafka.streams.kstream"><code>KStream</code></a> using <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> and then use + <a href="org/apache/kafka/streams/kstream/KStream.html#print-org.apache.kafka.streams.kstream.Printed-"><code>print(Printed.toSysOut().withLabel(lable))</code></a> on the result.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/Transformer.html#punctuate-long-">org.apache.kafka.streams.kstream.Transformer.punctuate(long)</a> +<div class="block"><span class="deprecationComment">Please use <a href="org/apache/kafka/streams/processor/Punctuator.html" title="interface in org.apache.kafka.streams.processor"><code>Punctuator</code></a> functional interface instead.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/ValueTransformer.html#punctuate-long-">org.apache.kafka.streams.kstream.ValueTransformer.punctuate(long)</a> +<div class="block"><span class="deprecationComment">Please use <a href="org/apache/kafka/streams/processor/Punctuator.html" title="interface in org.apache.kafka.streams.processor"><code>Punctuator</code></a> functional interface instead.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/processor/Processor.html#punctuate-long-">org.apache.kafka.streams.processor.Processor.punctuate(long)</a> +<div class="block"><span class="deprecationComment">Please use <a href="org/apache/kafka/streams/processor/Punctuator.html" title="interface in org.apache.kafka.streams.processor"><code>Punctuator</code></a> functional interface instead.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedTable.reduce(Reducer<V>, Reducer<V>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(adder, subtractor, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedTable.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Reducer-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedTable.reduce(Reducer<V>, Reducer<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedTable.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(adder, subtractor, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.SessionWindows-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, SessionWindows)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-"><code>reduce(reducer)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.SessionWindows-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, SessionWindows, StateStoreSupplier<SessionStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.SessionWindows-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, SessionWindows, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.SessionWindows-"><code>windowedBy(sessionWindows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/SessionWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Windows-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, Windows<W>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-"><code>reduce(reducer)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Windows-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, Windows<W>, StateStoreSupplier<WindowStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(KeyValueByteStoreSupplier))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KGroupedStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Windows-java.lang.String-">org.apache.kafka.streams.kstream.KGroupedStream.reduce(Reducer<V>, Windows<W>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KGroupedStream.html#windowedBy-org.apache.kafka.streams.kstream.Windows-"><code>windowedBy(windows)</code></a> followed by + <a href="org/apache/kafka/streams/kstream/TimeWindowedKStream.html#reduce-org.apache.kafka.streams.kstream.Reducer-org.apache.kafka.streams.kstream.Materialized-"><code>reduce(reducer, Materialized.as(queryableStoreName))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/processor/ProcessorContext.html#schedule-long-">org.apache.kafka.streams.processor.ProcessorContext.schedule(long)</a> +<div class="block"><span class="deprecationComment">Please use <a href="org/apache/kafka/streams/processor/ProcessorContext.html#schedule-long-org.apache.kafka.streams.processor.PunctuationType-org.apache.kafka.streams.processor.Punctuator-"><code>ProcessorContext.schedule(long, PunctuationType, Punctuator)</code></a> instead.</span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KStream.through(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#through-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>through(topic, Produced.with(keySerde, valSerde, partitioner))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde, partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-"><code>StreamsBuilder#table(topic)</code></a> to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde, partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(KeyValueBytesStoreSupplier))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde, partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(queryableStoreName))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KStream.through(Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#through-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>through(topic, Produced.with(keySerde, valSerde))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde))</code></a> + and <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-"><code>StreamsBuilder#table(topic)</code></a> to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, String, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(KeyValueBytesStoreSupplier)</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(Serde<K>, Serde<V>, String, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(queryableStoreName))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#through-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KStream.through(StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#through-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>through(topic, Produced.withStreamPartitioner(partitioner))</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.streamPartitioner(partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-"><code>StreamsBuilder#table(topic)</code></a> to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.through(StreamPartitioner<? super K, ? super V>, String, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.streamPartitioner(partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(KeyValueBytesStoreSupplier)</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(StreamPartitioner<? super K, ? super V>, String, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.streamPartitioner(partitioner))</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(queryableStoreName))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-"><code>to(topic)</code></a> and + and <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-"><code>StreamsBuilder#table(topic)</code></a> to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-java.lang.String-org.apache.kafka.streams.processor.StateStoreSupplier-">org.apache.kafka.streams.kstream.KTable.through(String, StateStoreSupplier<KeyValueStore>)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-"><code>to(topic)</code></a> and + and <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(KeyValueBytesStoreSupplier))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#through-java.lang.String-java.lang.String-">org.apache.kafka.streams.kstream.KTable.through(String, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-"><code>to(topic)</code></a> and + <a href="org/apache/kafka/streams/StreamsBuilder.html#table-java.lang.String-org.apache.kafka.streams.kstream.Materialized-"><code>StreamsBuilder#table(topic, Materialized.as(queryableStoreName))</code></a> + to read back as a <code>KTable</code></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#to-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KStream.to(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde, partitioner)</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KTable.html#to-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-org.apache.kafka.streams.processor.StreamPartitioner-java.lang.String-">org.apache.kafka.streams.kstream.KTable.to(Serde<K>, Serde<V>, StreamPartitioner<? super K, ? super V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KTable.html#toStream--"><code>KTable.toStream()</code></a> followed by + <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde, partioner)</code></a></span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/kafka/streams/kstream/KStream.html#to-org.apache.kafka.common.serialization.Serde-org.apache.kafka.common.serialization.Serde-java.lang.String-">org.apache.kafka.streams.kstream.KStream.to(Serde<K>, Serde<V>, String)</a> +<div class="block"><span class="deprecationComment">use <a href="org/apache/kafka/streams/kstream/KStream.html#to-java.lang.String-org.apache.kafka.streams.kstream.Produced-"><code>to(topic, Produced.with(keySerde, valSerde))</code></a></span></div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="org/apache
<TRUNCATED>
