blob: f9af2129e14809383c58bf6d30a28a4802a67230 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>AsyncParser (Apache Jena ARQ)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: module: org.apache.jena.arq, package: org.apache.jena.riot.system, class: AsyncParser">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../module-summary.html">Module</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/AsyncParser.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="module-label-in-type">Module</span>&nbsp;<a href="../../../../../module-summary.html">org.apache.jena.arq</a></div>
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.jena.riot.system</a></div>
<h1 title="Class AsyncParser" class="title">Class AsyncParser</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">org.apache.jena.riot.system.AsyncParser</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">AsyncParser</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<div class="block">Async parsing - parses a list of files or URLs on a separate thread.
<p>
The parser runs on a separate thread. It's output is sent to a StreamRDF on the
callers thread. The parser output is batched into blocks and placed on a
finite-sized concurrent <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/BlockingQueue.html" title="class or interface in java.util.concurrent" class="external-link"><code>BlockingQueue</code></a>.
<p>
There are overheads, so this is only beneficial in some situations. Delivery to
the StreamRDF has an initial latency while the first batch of work is accumulated.
Using the <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> gives control over the chunk size such that initial latency
can be reduced at the cost of possibly decreasing the overall throughput.
<p>
Closing the returned <code>ClosableIterator</code>s terminates the parsing
process and closes the involved resources.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParse(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String,org.apache.jena.riot.system.StreamRDF)" class="member-name-link">asyncParse</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Function to that parses an <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link"><code>InputStream</code></a> on a separate thread
and sends the output to a StreamRDF on the callers thread.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParse(java.lang.String,org.apache.jena.riot.system.StreamRDF)" class="member-name-link">asyncParse</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Function that reads a file or GETs a URL, parses the content on a separate
thread and sends the output to a StreamRDF on the callers thread.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParse(java.util.List,org.apache.jena.riot.system.StreamRDF)" class="member-name-link">asyncParse</a><wbr>(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Function that parses content from a list of files or URLs on a separate thread
and sends the output to a StreamRDF on the callers thread.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseQuads(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)" class="member-name-link">asyncParseQuads</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - quads.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseQuads(java.lang.String)" class="member-name-link">asyncParseQuads</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - quads</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseQuads(java.util.List)" class="member-name-link">asyncParseQuads</a><wbr>(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - quads</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseSources(java.util.List,org.apache.jena.riot.system.StreamRDF)" class="member-name-link">asyncParseSources</a><wbr>(<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="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&gt;&nbsp;sources,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Parse a number of sources (<a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilders</code></a>) on a separate thread and
send the output to a StreamRDF on the callers thread.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseTriples(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)" class="member-name-link">asyncParseTriples</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - triples.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseTriples(java.lang.String)" class="member-name-link">asyncParseTriples</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - triples</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#asyncParseTriples(java.util.List)" class="member-name-link">asyncParseTriples</a><wbr>(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Pull parser - triples</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#of(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)" class="member-name-link">of</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from an input stream.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#of(java.lang.String)" class="member-name-link">of</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a file or URL.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#of(org.apache.jena.riot.RDFParserBuilder)" class="member-name-link">of</a><wbr>(<a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&nbsp;source)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from an <a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilder</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#ofLocations(java.util.List)" class="member-name-link">ofLocations</a><wbr>(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a set of files and/or URLs.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#ofSources(java.util.List)" class="member-name-link">ofSources</a><wbr>(<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="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&gt;&nbsp;sources)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a set of <a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilder</code></a> instances.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="asyncParse(java.lang.String,org.apache.jena.riot.system.StreamRDF)">
<h3>asyncParse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">asyncParse</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</span></div>
<div class="block">Function that reads a file or GETs a URL, parses the content on a separate
thread and sends the output to a StreamRDF on the callers thread.</div>
</section>
</li>
<li>
<section class="detail" id="asyncParse(java.util.List,org.apache.jena.riot.system.StreamRDF)">
<h3>asyncParse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">asyncParse</span><wbr><span class="parameters">(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</span></div>
<div class="block">Function that parses content from a list of files or URLs on a separate thread
and sends the output to a StreamRDF on the callers thread.</div>
</section>
</li>
<li>
<section class="detail" id="asyncParse(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String,org.apache.jena.riot.system.StreamRDF)">
<h3>asyncParse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">asyncParse</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</span></div>
<div class="block">Function to that parses an <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link"><code>InputStream</code></a> on a separate thread
and sends the output to a StreamRDF on the callers thread.</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseSources(java.util.List,org.apache.jena.riot.system.StreamRDF)">
<h3>asyncParseSources</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">asyncParseSources</span><wbr><span class="parameters">(<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="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&gt;&nbsp;sources,
<a href="StreamRDF.html" title="interface in org.apache.jena.riot.system">StreamRDF</a>&nbsp;output)</span></div>
<div class="block">Parse a number of sources (<a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilders</code></a>) on a separate thread and
send the output to a StreamRDF on the callers thread.</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseTriples(java.lang.String)">
<h3>asyncParseTriples</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</span>&nbsp;<span class="element-name">asyncParseTriples</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</span></div>
<div class="block">Pull parser - triples</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseTriples(java.util.List)">
<h3>asyncParseTriples</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</span>&nbsp;<span class="element-name">asyncParseTriples</span><wbr><span class="parameters">(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</span></div>
<div class="block">Pull parser - triples</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseTriples(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)">
<h3>asyncParseTriples</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;org.apache.jena.graph.Triple&gt;</span>&nbsp;<span class="element-name">asyncParseTriples</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</span></div>
<div class="block">Pull parser - triples.
<p>
See also <a href="../lang/IteratorParsers.html#createIteratorNTriples(java.io.InputStream)"><code>IteratorParsers.createIteratorNTriples(java.io.InputStream)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseQuads(java.lang.String)">
<h3>asyncParseQuads</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</span>&nbsp;<span class="element-name">asyncParseQuads</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</span></div>
<div class="block">Pull parser - quads</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseQuads(java.util.List)">
<h3>asyncParseQuads</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</span>&nbsp;<span class="element-name">asyncParseQuads</span><wbr><span class="parameters">(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</span></div>
<div class="block">Pull parser - quads</div>
</section>
</li>
<li>
<section class="detail" id="asyncParseQuads(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)">
<h3>asyncParseQuads</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">org.apache.jena.atlas.iterator.IteratorCloseable&lt;<a href="../../sparql/core/Quad.html" title="class in org.apache.jena.sparql.core">Quad</a>&gt;</span>&nbsp;<span class="element-name">asyncParseQuads</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</span></div>
<div class="block">Pull parser - quads.
<p>
See also <a href="../lang/IteratorParsers.html#createIteratorNQuads(java.io.InputStream)"><code>IteratorParsers.createIteratorNQuads(java.io.InputStream)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="of(java.lang.String)">
<h3>of</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></span>&nbsp;<span class="element-name">of</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;fileOrURL)</span></div>
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a file or URL.</div>
</section>
</li>
<li>
<section class="detail" id="ofLocations(java.util.List)">
<h3>ofLocations</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></span>&nbsp;<span class="element-name">ofLocations</span><wbr><span class="parameters">(<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;filesOrURLs)</span></div>
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a set of files and/or URLs.</div>
</section>
</li>
<li>
<section class="detail" id="of(java.io.InputStream,org.apache.jena.riot.Lang,java.lang.String)">
<h3>of</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></span>&nbsp;<span class="element-name">of</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;input,
<a href="../Lang.html" title="class in org.apache.jena.riot">Lang</a>&nbsp;lang,
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;baseURI)</span></div>
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from an input stream.</div>
</section>
</li>
<li>
<section class="detail" id="of(org.apache.jena.riot.RDFParserBuilder)">
<h3>of</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></span>&nbsp;<span class="element-name">of</span><wbr><span class="parameters">(<a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&nbsp;source)</span></div>
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from an <a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilder</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="ofSources(java.util.List)">
<h3>ofSources</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system">AsyncParserBuilder</a></span>&nbsp;<span class="element-name">ofSources</span><wbr><span class="parameters">(<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="../RDFParserBuilder.html" title="class in org.apache.jena.riot">RDFParserBuilder</a>&gt;&nbsp;sources)</span></div>
<div class="block">Create an <a href="AsyncParserBuilder.html" title="class in org.apache.jena.riot.system"><code>AsyncParserBuilder</code></a> from a set of <a href="../RDFParserBuilder.html" title="class in org.apache.jena.riot"><code>RDFParserBuilder</code></a> instances.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Licensed under the Apache License, Version 2.0</small></p>
</footer>
</div>
</div>
</body>
</html>