Skip to content

Commit

Permalink
Refreshing website content from main repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Website Snapshot committed Sep 28, 2024
1 parent 6117172 commit f8df270
Show file tree
Hide file tree
Showing 14 changed files with 158 additions and 37 deletions.
8 changes: 8 additions & 0 deletions static/apidocs/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,16 @@ <h2 class="title" id="I:C">C</h2>
<dd>
<div class="block">Factory class for creating new <a href="io/openlineage/client/OpenLineageClient.html" title="class in io.openlineage.client"><code>OpenLineageClient</code></a> objects.</div>
</dd>
<dt><a href="io/openlineage/client/OpenLineageClient.html#close()" class="member-name-link">close()</a> - Method in class io.openlineage.client.<a href="io/openlineage/client/OpenLineageClient.html" title="class in io.openlineage.client">OpenLineageClient</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/transports/CompositeTransport.html#close()" class="member-name-link">close()</a> - Method in class io.openlineage.client.transports.<a href="io/openlineage/client/transports/CompositeTransport.html" title="class in io.openlineage.client.transports">CompositeTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/transports/HttpTransport.html#close()" class="member-name-link">close()</a> - Method in class io.openlineage.client.transports.<a href="io/openlineage/client/transports/HttpTransport.html" title="class in io.openlineage.client.transports">HttpTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/transports/KafkaTransport.html#close()" class="member-name-link">close()</a> - Method in class io.openlineage.client.transports.<a href="io/openlineage/client/transports/KafkaTransport.html" title="class in io.openlineage.client.transports">KafkaTransport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/transports/Transport.html#close()" class="member-name-link">close()</a> - Method in class io.openlineage.client.transports.<a href="io/openlineage/client/transports/Transport.html" title="class in io.openlineage.client.transports">Transport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/OpenLineage.GcpDataprocSparkRunFacetBuilder.html#clusterName(java.lang.String)" class="member-name-link">clusterName(String)</a> - Method in class io.openlineage.client.<a href="io/openlineage/client/OpenLineage.GcpDataprocSparkRunFacetBuilder.html" title="class in io.openlineage.client">OpenLineage.GcpDataprocSparkRunFacetBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/openlineage/client/OpenLineage.GcpDataprocSparkRunFacetBuilder.html#clusterUuid(java.lang.String)" class="member-name-link">clusterUuid(String)</a> - Method in class io.openlineage.client.<a href="io/openlineage/client/OpenLineage.GcpDataprocSparkRunFacetBuilder.html" title="class in io.openlineage.client">OpenLineage.GcpDataprocSparkRunFacetBuilder</a></dt>
Expand Down
41 changes: 31 additions & 10 deletions static/apidocs/javadoc/io/openlineage/client/OpenLineageClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,14 @@ <h1 title="Class OpenLineageClient" class="title">Class OpenLineageClient</h1>
<div class="inheritance">io.openlineage.client.OpenLineageClient</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public final class </span><span class="element-name type-name-label">OpenLineageClient</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a></span></div>
<div class="block">HTTP client used to emit <a href="OpenLineage.RunEvent.html" title="class in io.openlineage.client"><code>OpenLineage.RunEvent</code></a>s to HTTP backend.</div>
</section>
<section class="summary">
Expand Down Expand Up @@ -139,23 +144,26 @@ <h2>Method Summary</h2>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#builder()" class="member-name-link">builder</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.DatasetEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.DatasetEvent.html" title="class in io.openlineage.client">OpenLineage.DatasetEvent</a>&nbsp;datasetEvent)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Emit the given dataset event to HTTP backend.</div>
</div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#close()" class="member-name-link">close</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.JobEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.JobEvent.html" title="class in io.openlineage.client">OpenLineage.JobEvent</a>&nbsp;jobEvent)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.DatasetEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.DatasetEvent.html" title="class in io.openlineage.client">OpenLineage.DatasetEvent</a>&nbsp;datasetEvent)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Emit the given run event to HTTP backend.</div>
<div class="block">Emit the given dataset event to HTTP backend.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.RunEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.RunEvent.html" title="class in io.openlineage.client">OpenLineage.RunEvent</a>&nbsp;runEvent)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.JobEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.JobEvent.html" title="class in io.openlineage.client">OpenLineage.JobEvent</a>&nbsp;jobEvent)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Emit the given run event to HTTP backend.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#initializeMetrics()" class="member-name-link">initializeMetrics</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.RunEvent)" class="member-name-link">emit</a><wbr>(<a href="OpenLineage.RunEvent.html" title="class in io.openlineage.client">OpenLineage.RunEvent</a>&nbsp;runEvent)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Emit the given run event to HTTP backend.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#initializeMetrics()" class="member-name-link">initializeMetrics</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -268,6 +276,19 @@ <h3>builder</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="close()">
<h3>close</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">close</span>()
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="class or interface in java.lang" class="external-link">Exception</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html#close()" title="class or interface in java.lang" class="external-link">close</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a></code></dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="class or interface in java.lang" class="external-link">Exception</a></code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<li class="circle">io.openlineage.client.<a href="OpenLineage.SymlinksDatasetFacetBuilder.html" class="type-name-link" title="class in io.openlineage.client">OpenLineage.SymlinksDatasetFacetBuilder</a> (implements io.openlineage.client.<a href="OpenLineage.Builder.html" title="interface in io.openlineage.client">OpenLineage.Builder</a>&lt;T&gt;)</li>
<li class="circle">io.openlineage.client.<a href="OpenLineage.SymlinksDatasetFacetIdentifiers.html" class="type-name-link" title="class in io.openlineage.client">OpenLineage.SymlinksDatasetFacetIdentifiers</a></li>
<li class="circle">io.openlineage.client.<a href="OpenLineage.SymlinksDatasetFacetIdentifiersBuilder.html" class="type-name-link" title="class in io.openlineage.client">OpenLineage.SymlinksDatasetFacetIdentifiersBuilder</a> (implements io.openlineage.client.<a href="OpenLineage.Builder.html" title="interface in io.openlineage.client">OpenLineage.Builder</a>&lt;T&gt;)</li>
<li class="circle">io.openlineage.client.<a href="OpenLineageClient.html" class="type-name-link" title="class in io.openlineage.client">OpenLineageClient</a></li>
<li class="circle">io.openlineage.client.<a href="OpenLineageClient.html" class="type-name-link" title="class in io.openlineage.client">OpenLineageClient</a> (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a>)</li>
<li class="circle">io.openlineage.client.<a href="OpenLineageClient.Builder.html" class="type-name-link" title="class in io.openlineage.client">OpenLineageClient.Builder</a></li>
<li class="circle">io.openlineage.client.<a href="OpenLineageClientUtils.html" class="type-name-link" title="class in io.openlineage.client">OpenLineageClientUtils</a></li>
<li class="circle">io.openlineage.client.<a href="OpenLineageClientUtils.DisabledFacetsMixin.html" class="type-name-link" title="class in io.openlineage.client">OpenLineageClientUtils.DisabledFacetsMixin</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ <h1 title="Class CompositeTransport" class="title">Class CompositeTransport</h1>
</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">CompositeTransport</span>
<span class="extends-implements">extends <a href="Transport.html" title="class in io.openlineage.client.transports">Transport</a></span></div>
Expand Down Expand Up @@ -108,17 +112,20 @@ <h2>Method Summary</h2>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.DatasetEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.DatasetEvent.html" title="class in io.openlineage.client">OpenLineage.DatasetEvent</a>&nbsp;datasetEvent)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#close()" class="member-name-link">close</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.JobEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.JobEvent.html" title="class in io.openlineage.client">OpenLineage.JobEvent</a>&nbsp;jobEvent)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.DatasetEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.DatasetEvent.html" title="class in io.openlineage.client">OpenLineage.DatasetEvent</a>&nbsp;datasetEvent)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.RunEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.RunEvent.html" title="class in io.openlineage.client">OpenLineage.RunEvent</a>&nbsp;runEvent)</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.JobEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.JobEvent.html" title="class in io.openlineage.client">OpenLineage.JobEvent</a>&nbsp;jobEvent)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="Transport.html" title="class in io.openlineage.client.transports">Transport</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTransports()" class="member-name-link">getTransports</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#emit(io.openlineage.client.OpenLineage.RunEvent)" class="member-name-link">emit</a><wbr>(<a href="../OpenLineage.RunEvent.html" title="class in io.openlineage.client">OpenLineage.RunEvent</a>&nbsp;runEvent)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="Transport.html" title="class in io.openlineage.client.transports">Transport</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTransports()" class="member-name-link">getTransports</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -190,6 +197,21 @@ <h3>emit</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="close()">
<h3>close</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">close</span>()
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="class or interface in java.lang" class="external-link">Exception</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html#close()" title="class or interface in java.lang" class="external-link">close</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="Transport.html#close()">close</a></code>&nbsp;in class&nbsp;<code><a href="Transport.html" title="class in io.openlineage.client.transports">Transport</a></code></dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Exception.html" title="class or interface in java.lang" class="external-link">Exception</a></code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
Loading

0 comments on commit f8df270

Please sign in to comment.