blob: 1af0e1a6729e19fd80db18054d9b42377c5405a4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CdapIO (Apache Beam 2.47.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CdapIO (Apache Beam 2.47.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="class in org.apache.beam.sdk.io.cdap"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/beam/sdk/io/cdap/CdapIO.html" target="_top">Frames</a></li>
<li><a href="CdapIO.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.beam.sdk.io.cdap</div>
<h2 title="Class CdapIO" class="title">Class CdapIO</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.beam.sdk.io.cdap.CdapIO</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre><a href="../../../../../../org/apache/beam/sdk/annotations/Experimental.html" title="annotation in org.apache.beam.sdk.annotations">@Experimental</a>(<a href="../../../../../../org/apache/beam/sdk/annotations/Experimental.html#value--">value</a>=<a href="../../../../../../org/apache/beam/sdk/annotations/Experimental.Kind.html#SOURCE_SINK">SOURCE_SINK</a>)
public class <span class="typeNameLabel">CdapIO</span>
extends java.lang.Object</pre>
<div class="block">A <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html" title="class in org.apache.beam.sdk.io.cdap"><code>CdapIO</code></a> is a Transform for reading data from source or writing data to sink of a Cdap
Plugin. It uses <a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HadoopFormatIO</code></a> for Batch and SparkReceiverIO for Streaming.
<h2>Read from Cdap Plugin Bounded Source</h2>
<p>To configure <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html" title="class in org.apache.beam.sdk.io.cdap"><code>CdapIO</code></a> source, you must specify Cdap <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a>, Cdap <a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/plugin/PluginConfig.html?is-external=true" title="class or interface in io.cdap.cdap.api.plugin"><code>PluginConfig</code></a>, key and value classes.
<p><a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a> is the Wrapper class for the Cdap Plugin. It contains main information about
the Plugin. The object of the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a> class can be created with the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html#createBatch-java.lang.Class-java.lang.Class-java.lang.Class-"><code>Plugin.createBatch(Class, Class, Class)</code></a> method. Method requires the following parameters:
<ul>
<li><a href="https://static.javadoc.io/io.cdap.cdap/cdap-etl-api/6.5.1/io/cdap/cdap/etl/api/batch/BatchSource.html?is-external=true" title="class or interface in io.cdap.cdap.etl.api.batch"><code>BatchSource</code></a> class
<li><a href="https://static.javadoc.io/org.apache.hadoop/hadoop-mapreduce-client-core/2.10.2/org/apache/hadoop/mapreduce/InputFormat.html?is-external=true" title="class or interface in org.apache.hadoop.mapreduce"><code>InputFormat</code></a> class
<li><a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/data/batch/InputFormatProvider.html?is-external=true" title="class or interface in io.cdap.cdap.api.data.batch"><code>InputFormatProvider</code></a> class
</ul>
<p>For more information about the InputFormat and InputFormatProvider, see <a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HadoopFormatIO</code></a>.
<p>Every Cdap Plugin has its <a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/plugin/PluginConfig.html?is-external=true" title="class or interface in io.cdap.cdap.api.plugin"><code>PluginConfig</code></a> class with necessary fields to configure the
Plugin. You can set the <code>Map</code> of your parameters with the <a href="../../../../../../org/apache/beam/sdk/io/cdap/ConfigWrapper.html#withParams-java.util.Map-"><code>ConfigWrapper.withParams(Map)</code></a> method where the key is the field name.
<p>For example, to create a basic <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#read--"><code>read()</code></a> transform:
<pre><code>
Pipeline p = ...; // Create pipeline.
// Create PluginConfig for specific plugin
EmployeeConfig pluginConfig =
new ConfigWrapper&lt;&gt;(EmployeeConfig.class).withParams(TEST_EMPLOYEE_PARAMS_MAP).build();
// Read using CDAP batch plugin
p.apply("ReadBatch",
CdapIO.&lt;String, String&gt;read()
.withCdapPlugin(
Plugin.createBatch(
EmployeeBatchSource.class,
EmployeeInputFormat.class,
EmployeeInputFormatProvider.class))
.withPluginConfig(pluginConfig)
.withKeyClass(String.class)
.withValueClass(String.class));
</code></pre>
<h2>Write to Cdap Plugin Bounded Sink</h2>
<p>To configure <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html" title="class in org.apache.beam.sdk.io.cdap"><code>CdapIO</code></a> sink, just as <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#read--"><code>read()</code></a> Cdap <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a>, Cdap
<a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/plugin/PluginConfig.html?is-external=true" title="class or interface in io.cdap.cdap.api.plugin"><code>PluginConfig</code></a>, key, value classes must be specified. In addition, it's necessary to
determine locks directory path <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html#withLocksDirPath-java.lang.String-"><code>CdapIO.Write.withLocksDirPath(String)</code></a>. It's used for
<a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HDFSSynchronization.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HDFSSynchronization</code></a> configuration for <a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HadoopFormatIO</code></a>. More info can be found in
<a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HadoopFormatIO</code></a> documentation.
<p>To create the object of the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a> class with the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html#createBatch-java.lang.Class-java.lang.Class-java.lang.Class-"><code>Plugin.createBatch(Class,
Class, Class)</code></a> method, need to specify the following parameters:
<ul>
<li><a href="https://static.javadoc.io/io.cdap.cdap/cdap-etl-api/6.5.1/io/cdap/cdap/etl/api/batch/BatchSink.html?is-external=true" title="class or interface in io.cdap.cdap.etl.api.batch"><code>BatchSink</code></a> class
<li><a href="https://static.javadoc.io/org.apache.hadoop/hadoop-mapreduce-client-core/2.10.2/org/apache/hadoop/mapreduce/OutputFormat.html?is-external=true" title="class or interface in org.apache.hadoop.mapreduce"><code>OutputFormat</code></a> class
<li><a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/data/batch/OutputFormatProvider.html?is-external=true" title="class or interface in io.cdap.cdap.api.data.batch"><code>OutputFormatProvider</code></a> class
</ul>
<p>For more information about the OutputFormat and OutputFormatProvider, see <a href="../../../../../../org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.html" title="class in org.apache.beam.sdk.io.hadoop.format"><code>HadoopFormatIO</code></a>.
<p>Example of <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#write--"><code>write()</code></a> usage:
<pre><code>
Pipeline p = ...; // Create pipeline.
// Get or create data to write
PCollection&lt;KV&lt;String, String&gt;&gt; input = p.apply(Create.of(data));
// Create PluginConfig for specific plugin
EmployeeConfig pluginConfig =
new ConfigWrapper&lt;&gt;(EmployeeConfig.class).withParams(TEST_EMPLOYEE_PARAMS_MAP).build();
// Write using CDAP batch plugin
input.apply(
"WriteBatch",
CdapIO.&lt;String, String&gt;write()
.withCdapPlugin(
Plugin.createBatch(
EmployeeBatchSink.class,
EmployeeOutputFormat.class,
EmployeeOutputFormatProvider.class))
.withPluginConfig(pluginConfig)
.withKeyClass(String.class)
.withValueClass(String.class)
.withLocksDirPath(tmpFolder.getRoot().getAbsolutePath()));
p.run();
</code></pre>
<h2>Read from Cdap Plugin Streaming Source</h2>
<p>To configure <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html" title="class in org.apache.beam.sdk.io.cdap"><code>CdapIO</code></a> source, you must specify Cdap <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a>, Cdap <a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/plugin/PluginConfig.html?is-external=true" title="class or interface in io.cdap.cdap.api.plugin"><code>PluginConfig</code></a>, key and value classes.
<p>Optionally you can pass <code>pullFrequencySec</code> which is a delay in seconds between polling
for new records updates, you can pass <code>startOffset</code> which is inclusive start offset from
which the reading should be started.
<p><a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a> is the Wrapper class for the Cdap Plugin. It contains main information about
the Plugin. The object of the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html" title="class in org.apache.beam.sdk.io.cdap"><code>Plugin</code></a> class can be created with the <a href="../../../../../../org/apache/beam/sdk/io/cdap/Plugin.html#createStreaming-java.lang.Class-org.apache.beam.sdk.transforms.SerializableFunction-java.lang.Class-"><code>Plugin.createStreaming(Class, SerializableFunction, Class)</code></a> method. Method requires <a href="https://static.javadoc.io/io.cdap.cdap/cdap-etl-api/6.5.1/io/cdap/cdap/etl/api/streaming.StreamingSource.html?is-external=true" title="class or interface in io.cdap.cdap.etl.api"><code>StreamingSource</code></a> class, <code>getOffsetFn</code> which is a <a href="../../../../../../org/apache/beam/sdk/transforms/SerializableFunction.html" title="interface in org.apache.beam.sdk.transforms"><code>SerializableFunction</code></a> that defines how to get <code>Long offset</code> from <code>V record</code>, Spark
<code>Receiver</code> class parameters.
<p>Every Cdap Plugin has its <a href="https://static.javadoc.io/io.cdap.cdap/cdap-api/6.5.1/io/cdap/cdap/api/plugin/PluginConfig.html?is-external=true" title="class or interface in io.cdap.cdap.api.plugin"><code>PluginConfig</code></a> class with necessary fields to configure the
Plugin. You can set the <code>Map</code> of your parameters with the <a href="../../../../../../org/apache/beam/sdk/io/cdap/ConfigWrapper.html#withParams-java.util.Map-"><code>ConfigWrapper.withParams(Map)</code></a> method where the key is the field name.
<p>For example, to create a basic <a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#read--"><code>read()</code></a> transform:
<pre><code>
Pipeline p = ...; // Create pipeline.
// Create PluginConfig for specific plugin
EmployeeConfig pluginConfig =
new ConfigWrapper&lt;&gt;(EmployeeConfig.class).withParams(TEST_EMPLOYEE_PARAMS_MAP).build();
// Read using CDAP streaming plugin
p.apply("ReadStreaming",
CdapIO.&lt;String, String&gt;read()
.withCdapPlugin(
Plugin.createStreaming(
EmployeeStreamingSource.class,
Long::valueOf,
EmployeeReceiver.class))
.withPluginConfig(pluginConfig)
.withKeyClass(String.class)
.withValueClass(String.class)
.withPullFrequencySec(1L)
.withStartOffset(10L);
</code></pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Read</a>&lt;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="type parameter in CdapIO.Read">K</a>,<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="type parameter in CdapIO.Read">V</a>&gt;</span></code>
<div class="block">A <a href="../../../../../../org/apache/beam/sdk/transforms/PTransform.html" title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> to read from CDAP source.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Write</a>&lt;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html" title="type parameter in CdapIO.Write">K</a>,<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html" title="type parameter in CdapIO.Write">V</a>&gt;</span></code>
<div class="block">A <a href="../../../../../../org/apache/beam/sdk/transforms/PTransform.html" title="class in org.apache.beam.sdk.transforms"><code>PTransform</code></a> to write to CDAP sink.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#CdapIO--">CdapIO</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Read</a>&lt;K,V&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#read--">read</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Write</a>&lt;K,V&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.html#write--">write</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CdapIO--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CdapIO</h4>
<pre>public&nbsp;CdapIO()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="read--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public static&nbsp;&lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Read</a>&lt;K,V&gt;&nbsp;read()</pre>
</li>
</ul>
<a name="write--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>write</h4>
<pre>public static&nbsp;&lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Write.html" title="class in org.apache.beam.sdk.io.cdap">CdapIO.Write</a>&lt;K,V&gt;&nbsp;write()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../../org/apache/beam/sdk/io/cdap/CdapIO.Read.html" title="class in org.apache.beam.sdk.io.cdap"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/beam/sdk/io/cdap/CdapIO.html" target="_top">Frames</a></li>
<li><a href="CdapIO.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>