Skip to content

Commit

Permalink
updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 30, 2024
1 parent 66cc08f commit af4ebb2
Show file tree
Hide file tree
Showing 59 changed files with 130 additions and 108 deletions.
2 changes: 1 addition & 1 deletion com/adform/streamloader/BuildInfo$.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions com/adform/streamloader/StreamLoader.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions com/adform/streamloader/clickhouse/ClickHouseFileBuilder.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions com/adform/streamloader/clickhouse/ClickHouseFileStorage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/clickhouse/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions com/adform/streamloader/hadoop/HadoopFileStorage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/iceberg/IcebergRecordBatch.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/iceberg/IcebergRecordBatcher$.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/iceberg/IcebergRecordBatcher.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/iceberg/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/model/StreamRange.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions com/adform/streamloader/model/StreamRecord.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
or some combination of both.
</p></div></div></li><li class="indented0 " name="com.adform.streamloader.model.StreamPosition" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="StreamPositionextendsOrdered[com.adform.streamloader.model.StreamPosition]withProductwithSerializable" class="anchorToMember"></a><a id="StreamPosition:StreamPosition" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamPosition.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">case class</span></span> <span class="symbol"><a href="StreamPosition.html" title="Represents a position in a single partition of a stream."><span class="name">StreamPosition</span></a><span class="params">(<span name="offset">offset: <a href="https://www.scala-lang.org/api/2.13.14/scala/Long.html#scala.Long" name="scala.Long" id="scala.Long" class="extype">Long</a></span>, <span name="watermark">watermark: <a href="Timestamp.html" name="com.adform.streamloader.model.Timestamp" id="com.adform.streamloader.model.Timestamp" class="extype">Timestamp</a></span>)</span><span class="result"> extends <span name="scala.Ordered" class="extype">Ordered</span>[<a href="StreamPosition.html" name="com.adform.streamloader.model.StreamPosition" id="com.adform.streamloader.model.StreamPosition" class="extype">StreamPosition</a>] with <a href="https://www.scala-lang.org/api/2.13.14/scala/Product.html#scala.Product" name="scala.Product" id="scala.Product" class="extype">Product</a> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Represents a position in a single partition of a stream.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a position in a single partition of a stream.
</p></div><dl class="paramcmts block"><dt class="param">offset</dt><dd class="cmt"><p>The numeric offset with the partition, i.e. the Kafka offset.</p></dd><dt class="param">watermark</dt><dd class="cmt"><p>The watermark, i.e. maximum timestamp seen up to that point.</p></dd></dl></div></li><li class="indented0 " name="com.adform.streamloader.model.StreamRange" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="StreamRangeextendsProductwithSerializable" class="anchorToMember"></a><a id="StreamRange:StreamRange" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamRange.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">case class</span></span> <span class="symbol"><a href="StreamRange.html" title="Specification of a range of records consumed from a single topic partition, the start and end positions are both inclusive."><span class="name">StreamRange</span></a><span class="params">(<span name="topic">topic: <span name="scala.Predef.String" class="extype">String</span></span>, <span name="partition">partition: <a href="https://www.scala-lang.org/api/2.13.14/scala/Int.html#scala.Int" name="scala.Int" id="scala.Int" class="extype">Int</a></span>, <span name="start">start: <a href="StreamPosition.html" name="com.adform.streamloader.model.StreamPosition" id="com.adform.streamloader.model.StreamPosition" class="extype">StreamPosition</a></span>, <span name="end">end: <a href="StreamPosition.html" name="com.adform.streamloader.model.StreamPosition" id="com.adform.streamloader.model.StreamPosition" class="extype">StreamPosition</a></span>)</span><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/Product.html#scala.Product" name="scala.Product" id="scala.Product" class="extype">Product</a> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">Specification of a range of records consumed from a single topic partition,
the start and end positions are both inclusive.</p></li><li class="indented0 " name="com.adform.streamloader.model.StreamRangeBuilder" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="StreamRangeBuilderextendsAnyRef" class="anchorToMember"></a><a id="StreamRangeBuilder:StreamRangeBuilder" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamRangeBuilder.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">class</span></span> <span class="symbol"><a href="StreamRangeBuilder.html" title="A mutable builder of StreamRange."><span class="name">StreamRangeBuilder</span></a><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/AnyRef.html#scala.AnyRef" name="scala.AnyRef" id="scala.AnyRef" class="extype">AnyRef</a></span></span><p class="shortcomment cmt">A mutable builder of <a href="StreamRange.html" name="com.adform.streamloader.model.StreamRange" id="com.adform.streamloader.model.StreamRange" class="extype">StreamRange</a>.</p></li><li class="indented0 " name="com.adform.streamloader.model.StreamRecord" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="StreamRecordextendsProductwithSerializable" class="anchorToMember"></a><a id="StreamRecord:StreamRecord" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamRecord.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">case class</span></span> <span class="symbol"><a href="StreamRecord.html" title="A single record consumed from the source."><span class="name">StreamRecord</span></a><span class="params">(<span name="consumerRecord">consumerRecord: <a href="https://javadoc.io/page/org.apache.kafka/kafka-clients/3.7.0/org/apache/kafka/clients/consumer/ConsumerRecord.html#org.apache.kafka.clients.consumer.ConsumerRecord" name="org.apache.kafka.clients.consumer.ConsumerRecord" id="org.apache.kafka.clients.consumer.ConsumerRecord" class="extype">ConsumerRecord</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Array.html#scala.Array" name="scala.Array" id="scala.Array" class="extype">Array</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Byte.html#scala.Byte" name="scala.Byte" id="scala.Byte" class="extype">Byte</a>], <a href="https://www.scala-lang.org/api/2.13.14/scala/Array.html#scala.Array" name="scala.Array" id="scala.Array" class="extype">Array</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Byte.html#scala.Byte" name="scala.Byte" id="scala.Byte" class="extype">Byte</a>]]</span>, <span name="watermark">watermark: <a href="Timestamp.html" name="com.adform.streamloader.model.Timestamp" id="com.adform.streamloader.model.Timestamp" class="extype">Timestamp</a></span>)</span><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/Product.html#scala.Product" name="scala.Product" id="scala.Product" class="extype">Product</a> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">A single record consumed from the source.</p><div class="fullcomment"><div class="comment cmt"><p>A single record consumed from the source.
the start and end positions are both inclusive.</p></li><li class="indented0 " name="com.adform.streamloader.model.StreamRangeBuilder" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="StreamRangeBuilderextendsAnyRef" class="anchorToMember"></a><a id="StreamRangeBuilder:StreamRangeBuilder" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamRangeBuilder.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">class</span></span> <span class="symbol"><a href="StreamRangeBuilder.html" title="A mutable builder of StreamRange."><span class="name">StreamRangeBuilder</span></a><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/AnyRef.html#scala.AnyRef" name="scala.AnyRef" id="scala.AnyRef" class="extype">AnyRef</a></span></span><p class="shortcomment cmt">A mutable builder of <a href="StreamRange.html" name="com.adform.streamloader.model.StreamRange" id="com.adform.streamloader.model.StreamRange" class="extype">StreamRange</a>.</p></li><li class="indented0 " name="com.adform.streamloader.model.StreamRecord" group="Ungrouped" fullComment="yes" data-isabs="false" visbl="pub"><a id="StreamRecordextendsProductwithSerializable" class="anchorToMember"></a><a id="StreamRecord:StreamRecord" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamRecord.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">case class</span></span> <span class="symbol"><a href="StreamRecord.html" title="A single record consumed from the source."><span class="name">StreamRecord</span></a><span class="params">(<span name="consumerRecord">consumerRecord: <a href="https://javadoc.io/page/org.apache.kafka/kafka-clients/3.8.0/org/apache/kafka/clients/consumer/ConsumerRecord.html#org.apache.kafka.clients.consumer.ConsumerRecord" name="org.apache.kafka.clients.consumer.ConsumerRecord" id="org.apache.kafka.clients.consumer.ConsumerRecord" class="extype">ConsumerRecord</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Array.html#scala.Array" name="scala.Array" id="scala.Array" class="extype">Array</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Byte.html#scala.Byte" name="scala.Byte" id="scala.Byte" class="extype">Byte</a>], <a href="https://www.scala-lang.org/api/2.13.14/scala/Array.html#scala.Array" name="scala.Array" id="scala.Array" class="extype">Array</a>[<a href="https://www.scala-lang.org/api/2.13.14/scala/Byte.html#scala.Byte" name="scala.Byte" id="scala.Byte" class="extype">Byte</a>]]</span>, <span name="watermark">watermark: <a href="Timestamp.html" name="com.adform.streamloader.model.Timestamp" id="com.adform.streamloader.model.Timestamp" class="extype">Timestamp</a></span>)</span><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/Product.html#scala.Product" name="scala.Product" id="scala.Product" class="extype">Product</a> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">A single record consumed from the source.</p><div class="fullcomment"><div class="comment cmt"><p>A single record consumed from the source.
</p></div><dl class="paramcmts block"><dt class="param">consumerRecord</dt><dd class="cmt"><p>The Kafka consumer record.</p></dd><dt class="param">watermark</dt><dd class="cmt"><p>The calculated watermark, i.e. the maximum timestamp seen.</p></dd></dl></div></li><li class="indented0 " name="com.adform.streamloader.model.Timestamp" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="TimestampextendsAnyValwithOrdered[com.adform.streamloader.model.Timestamp]withProductwithSerializable" class="anchorToMember"></a><a id="Timestamp:Timestamp" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/Timestamp.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier">final </span> <span class="kind">case class</span></span> <span class="symbol"><a href="Timestamp.html" title="A value wrapper for unix epoch milliseconds."><span class="name">Timestamp</span></a><span class="params">(<span name="millis">millis: <a href="https://www.scala-lang.org/api/2.13.14/scala/Long.html#scala.Long" name="scala.Long" id="scala.Long" class="extype">Long</a></span>)</span><span class="result"> extends <a href="https://www.scala-lang.org/api/2.13.14/scala/AnyVal.html#scala.AnyVal" name="scala.AnyVal" id="scala.AnyVal" class="extype">AnyVal</a> with <span name="scala.Ordered" class="extype">Ordered</span>[<a href="Timestamp.html" name="com.adform.streamloader.model.Timestamp" id="com.adform.streamloader.model.Timestamp" class="extype">Timestamp</a>] with <a href="https://www.scala-lang.org/api/2.13.14/scala/Product.html#scala.Product" name="scala.Product" id="scala.Product" class="extype">Product</a> with <span name="scala.Serializable" class="extype">Serializable</span></span></span><p class="shortcomment cmt">A value wrapper for unix epoch milliseconds.</p></li></ol></div><div class="values members"><h3>Value Members</h3><ol><li class="indented0 " name="com.adform.streamloader.model.StreamInterval" group="Ungrouped" fullComment="no" data-isabs="false" visbl="pub"><a id="StreamInterval" class="anchorToMember"></a><a id="StreamInterval:StreamInterval" class="anchorToMember"></a> <span class="permalink"><a href="../../../../com/adform/streamloader/model/StreamInterval$.html" title="Permalink"><i class="material-icons"></i></a></span> <span class="modifier_kind"><span class="modifier"></span> <span class="kind">object</span></span> <span class="symbol"><a href="StreamInterval$.html" title=""><span class="name">StreamInterval</span></a></span></li></ol></div></div><div id="inheritedMembers"></div><div id="groupedMembers"><div name="Ungrouped" class="group"><h3>Ungrouped</h3></div></div></div><div id="tooltip"></div><div id="footer"></div></body></div></div></div></body></html>
4 changes: 2 additions & 2 deletions com/adform/streamloader/s3/S3FileStorage$$Builder.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com/adform/streamloader/s3/S3FileStorage$.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions com/adform/streamloader/s3/S3FileStorage.html

Large diffs are not rendered by default.

Loading

0 comments on commit af4ebb2

Please sign in to comment.