You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by aj...@apache.org on 2023/01/18 19:33:31 UTC

svn commit: r1906774 [39/49] - in /samza/site: ./ archive/ blog/ case-studies/ community/ contribute/ img/latest/learn/documentation/api/ learn/documentation/latest/ learn/documentation/latest/api/ learn/documentation/latest/api/javadocs/ learn/documen...

Modified: samza/site/learn/documentation/latest/operations/security.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/operations/security.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/operations/security.html (original)
+++ samza/site/learn/documentation/latest/operations/security.html Wed Jan 18 19:33:25 2023
@@ -227,6 +227,12 @@
     
       
         
+      <a class="side-navigation__group-item" data-match-active="" href="/releases/1.8.0">1.8.0</a>
+      
+        
+      <a class="side-navigation__group-item" data-match-active="" href="/releases/1.7.0">1.7.0</a>
+      
+        
       <a class="side-navigation__group-item" data-match-active="" href="/releases/1.6.0">1.6.0</a>
       
         
@@ -538,6 +544,14 @@
               
               
 
+              <li class="hide"><a href="/learn/documentation/1.8.0/operations/security">1.8.0</a></li>
+
+              
+
+              <li class="hide"><a href="/learn/documentation/1.7.0/operations/security">1.7.0</a></li>
+
+              
+
               <li class="hide"><a href="/learn/documentation/1.6.0/operations/security">1.6.0</a></li>
 
               
@@ -647,22 +661,22 @@
 
 <h4 id="securing-kafka">Securing Kafka</h4>
 
-<p>Kafka provides no security for its topics, and therefore Samza doesn&rsquo;t provide any security when using Kafka topics.</p>
+<p>Kafka provides no security for its topics, and therefore Samza doesn’t provide any security when using Kafka topics.</p>
 
-<h3 id="securing-samzas-environment">Securing Samza&rsquo;s Environment</h3>
+<h3 id="securing-samzas-environment">Securing Samza’s Environment</h3>
 
 <p>The most important thing to keep in mind when securing an environment that Samza containers run in is that <strong>Samza containers execute arbitrary user code</strong>. They must considered an adversarial application, and the environment must be locked down accordingly.</p>
 
 <h4 id="configuration">Configuration</h4>
 
-<p>Samza reads all configuration at the time a Samza job is started using the run-job.sh script. If configuration contains sensitive information, then care must be taken to provide the JobRunner with the configuration. This means implementing a ConfigFactory that understands the configuration security model, and resolves configuration to Samza&rsquo;s Config object in a secure way.</p>
+<p>Samza reads all configuration at the time a Samza job is started using the run-job.sh script. If configuration contains sensitive information, then care must be taken to provide the JobRunner with the configuration. This means implementing a ConfigFactory that understands the configuration security model, and resolves configuration to Samza’s Config object in a secure way.</p>
 
-<p>During the duration of a Samza job&rsquo;s execution, the configuration is kept in memory. The only time configuration is visible is:</p>
+<p>During the duration of a Samza job’s execution, the configuration is kept in memory. The only time configuration is visible is:</p>
 
 <ol>
-<li>When configuration is resolved using a ConfigFactory.</li>
-<li>The configuration is printed to STDOUT when run-job.sh is run.</li>
-<li>The configuration is written to the logs when a Samza container starts.</li>
+  <li>When configuration is resolved using a ConfigFactory.</li>
+  <li>The configuration is printed to STDOUT when run-job.sh is run.</li>
+  <li>The configuration is written to the logs when a Samza container starts.</li>
 </ol>
 
 <p>If configuration contains sensitive data, then these three points must be secured.</p>
@@ -689,9 +703,9 @@
 
 <!-- TODO make the security page link to the actual YARN security document, when we write it. -->
 
-<p>Samza provides out-of-the-box YARN integration. Take a look at Samza&rsquo;s YARN Security page for details.</p>
+<p>Samza provides out-of-the-box YARN integration. Take a look at Samza’s YARN Security page for details.</p>
 
-<h2 id="kafka"><a href="kafka.html">Kafka &raquo;</a></h2>
+<h2 id="kafka-"><a href="kafka.html">Kafka »</a></h2>
 
            
         </div>

Modified: samza/site/learn/documentation/latest/rest/javadocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/allclasses-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/allclasses-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/allclasses-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>All Classes (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>All Classes (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/allclasses-noframe.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/allclasses-noframe.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/allclasses-noframe.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>All Classes (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>All Classes (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/constant-values.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/constant-values.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/constant-values.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/constant-values.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Constant Field Values (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Constant Field Values (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Constant Field Values (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/deprecated-list.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/deprecated-list.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/deprecated-list.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Deprecated List (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Deprecated List (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Deprecated List (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/help-doc.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/help-doc.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/help-doc.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/help-doc.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>API Help (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>API Help (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="API Help (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/index-all.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/index-all.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/index-all.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/index-all.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Index (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Index (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Index (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/index.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/index.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/index.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/index.html Wed Jan 18 19:33:25 2023
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>samza-rest_2.11 1.7.0-SNAPSHOT API</title>
+<!-- Generated by javadoc -->
+<title>samza-rest_2.12 1.9.0-SNAPSHOT API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/JobsClient.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/JobsClient.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/JobsClient.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/JobsClient.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobsClient (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobsClient (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobsClient (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobsClient (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitor.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>LocalStoreMonitor (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>LocalStoreMonitor (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocalStoreMonitor (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="LocalStoreMonitor (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorConfig.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorConfig.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorConfig.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorConfig.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>LocalStoreMonitorConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>LocalStoreMonitorConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocalStoreMonitorConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="LocalStoreMonitorConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorFactory.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>LocalStoreMonitorFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>LocalStoreMonitorFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocalStoreMonitorFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="LocalStoreMonitorFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>LocalStoreMonitorMetrics (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>LocalStoreMonitorMetrics (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocalStoreMonitorMetrics (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="LocalStoreMonitorMetrics (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/Monitor.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/Monitor.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/Monitor.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/Monitor.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Monitor (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Monitor (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Monitor (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Monitor (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorConfig.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorConfig.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorConfig.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorConfig.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>MonitorConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>MonitorConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MonitorConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="MonitorConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorFactory.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>MonitorFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>MonitorFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MonitorFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="MonitorFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorLoader.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorLoader.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorLoader.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/MonitorLoader.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>MonitorLoader (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>MonitorLoader (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MonitorLoader (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="MonitorLoader (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/SamzaMonitorService.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/SamzaMonitorService.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/SamzaMonitorService.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/SamzaMonitorService.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaMonitorService (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaMonitorService (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaMonitorService (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaMonitorService (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.monitor (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.monitor (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.monitor (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.monitor (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.monitor (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.monitor (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/monitor/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.monitor Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.monitor Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.monitor Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.monitor Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestApplication.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestApplication.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestApplication.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestApplication.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaRestApplication (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaRestApplication (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaRestApplication (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaRestApplication (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestConfig.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestConfig.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestConfig.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestConfig.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaRestConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaRestConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaRestConfig (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaRestConfig (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestService.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestService.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestService.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/SamzaRestService.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaRestService (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaRestService (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaRestService (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaRestService (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Job.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Job.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Job.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Job.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Job (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Job (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Job (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Job (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/JobStatus.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/JobStatus.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/JobStatus.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/JobStatus.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobStatus (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobStatus (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobStatus (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobStatus (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Partition.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Partition.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Partition.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Partition.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Partition (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Partition (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Partition (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Partition (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Task.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Task.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Task.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/Task.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>Task (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>Task (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Task (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="Task (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.model (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.model (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.model Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.model Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.YarnApplication.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.YarnApplication.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.YarnApplication.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.YarnApplication.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>YarnApplicationInfo.YarnApplication (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>YarnApplicationInfo.YarnApplication (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="YarnApplicationInfo.YarnApplication (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="YarnApplicationInfo.YarnApplication (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/YarnApplicationInfo.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>YarnApplicationInfo (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>YarnApplicationInfo (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="YarnApplicationInfo (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="YarnApplicationInfo (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model.yarn (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model.yarn (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model.yarn (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model.yarn (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.model.yarn (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.model.yarn (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/model/yarn/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.model.yarn Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.model.yarn Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.model.yarn Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.model.yarn Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationFinder.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationFinder.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationFinder.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationFinder.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:08 PST 2021 -->
-<title>InstallationFinder (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>InstallationFinder (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InstallationFinder (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="InstallationFinder (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationRecord.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationRecord.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationRecord.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/InstallationRecord.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:08 PST 2021 -->
-<title>InstallationRecord (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>InstallationRecord (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InstallationRecord (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="InstallationRecord (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/SimpleInstallationFinder.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/SimpleInstallationFinder.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/SimpleInstallationFinder.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/SimpleInstallationFinder.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:08 PST 2021 -->
-<title>SimpleInstallationFinder (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SimpleInstallationFinder (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleInstallationFinder (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SimpleInstallationFinder (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.installation (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.installation (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.installation (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.installation (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.proxy.installation (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.proxy.installation (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/installation/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.installation Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.installation Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.proxy.installation Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.proxy.installation Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/AbstractJobProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/AbstractJobProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/AbstractJobProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/AbstractJobProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>AbstractJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>AbstractJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="AbstractJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobInstance.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobInstance.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobInstance.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobInstance.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobInstance (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobInstance (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobInstance (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobInstance (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxyFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxyFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxyFactory.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobProxyFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobStatusProvider.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobStatusProvider.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobStatusProvider.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/JobStatusProvider.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>JobStatusProvider (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>JobStatusProvider (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JobStatusProvider (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="JobStatusProvider (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/ScriptJobProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/ScriptJobProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/ScriptJobProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/ScriptJobProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>ScriptJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>ScriptJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ScriptJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="ScriptJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SimpleYarnJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SimpleYarnJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleYarnJobProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SimpleYarnJobProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxyFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxyFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxyFactory.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/SimpleYarnJobProxyFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SimpleYarnJobProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SimpleYarnJobProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleYarnJobProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SimpleYarnJobProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/YarnRestJobStatusProvider.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/YarnRestJobStatusProvider.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/YarnRestJobStatusProvider.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/YarnRestJobStatusProvider.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>YarnRestJobStatusProvider (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>YarnRestJobStatusProvider (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="YarnRestJobStatusProvider (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="YarnRestJobStatusProvider (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-frame.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-frame.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-frame.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-frame.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.job (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.job (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-summary.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-summary.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-summary.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-summary.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.job (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.job (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.proxy.job (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.proxy.job (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-tree.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-tree.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-tree.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/job/package-tree.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>org.apache.samza.rest.proxy.job Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>org.apache.samza.rest.proxy.job Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.samza.rest.proxy.job Class Hierarchy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="org.apache.samza.rest.proxy.job Class Hierarchy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaTaskProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaTaskProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaTaskProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaTaskProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxyFactory.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxyFactory.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxyFactory.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/SamzaTaskProxyFactory.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>SamzaTaskProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>SamzaTaskProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SamzaTaskProxyFactory (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="SamzaTaskProxyFactory (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/TaskProxy.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/TaskProxy.html?rev=1906774&r1=1906773&r2=1906774&view=diff
==============================================================================
--- samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/TaskProxy.html (original)
+++ samza/site/learn/documentation/latest/rest/javadocs/org/apache/samza/rest/proxy/task/TaskProxy.html Wed Jan 18 19:33:25 2023
@@ -2,9 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Thu Feb 04 10:09:09 PST 2021 -->
-<title>TaskProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-02-04">
+<!-- Generated by javadoc -->
+<title>TaskProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +11,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TaskProxy (samza-rest_2.11 1.7.0-SNAPSHOT API)";
+            parent.document.title="TaskProxy (samza-rest_2.12 1.9.0-SNAPSHOT API)";
         }
     }
     catch(err) {