cassandra-server
Version:
A thin Javascript wrapper around Apache Cassandra to provide out of the box server support
965 lines (964 loc) • 48.4 kB
HTML
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 07 15:29:29 CEST 2014 -->
<title>CqlConfigHelper (apache-cassandra API)</title>
<meta name="date" content="2014-09-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CqlConfigHelper (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/CqlConfigHelper.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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlInputFormat.html" title="class in org.apache.cassandra.hadoop.cql3"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html" target="_top">Frames</a></li>
<li><a href="CqlConfigHelper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All 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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </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.cassandra.hadoop.cql3</div>
<h2 title="Class CqlConfigHelper" class="title">Class CqlConfigHelper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.hadoop.cql3.CqlConfigHelper</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">CqlConfigHelper</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#CqlConfigHelper()">CqlConfigHelper</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.datastax.driver.core.Cluster</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputCluster(java.lang.String,%20org.apache.hadoop.conf.Configuration)">getInputCluster</a></strong>(java.lang.String host,
org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputcolumns(org.apache.hadoop.conf.Configuration)">getInputcolumns</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputCoreConnections(org.apache.hadoop.conf.Configuration)">getInputCoreConnections</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputCql(org.apache.hadoop.conf.Configuration)">getInputCql</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputMaxConnections(org.apache.hadoop.conf.Configuration)">getInputMaxConnections</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration)">getInputMaxSimultReqPerConnections</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration)">getInputMinSimultReqPerConnections</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeAuthProvider(org.apache.hadoop.conf.Configuration)">getInputNativeAuthProvider</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration)">getInputNativeConnectionTimeout</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Boolean></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeKeepAlive(org.apache.hadoop.conf.Configuration)">getInputNativeKeepAlive</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativePort(org.apache.hadoop.conf.Configuration)">getInputNativePort</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration)">getInputNativeReadConnectionTimeout</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration)">getInputNativeReceiveBufferSize</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Boolean></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeReuseAddress(org.apache.hadoop.conf.Configuration)">getInputNativeReuseAddress</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration)">getInputNativeSendBufferSize</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSolinger(org.apache.hadoop.conf.Configuration)">getInputNativeSolinger</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration)">getInputNativeSSLCipherSuites</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration)">getInputNativeSSLKeystorePassword</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration)">getInputNativeSSLKeystorePath</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration)">getInputNativeSSLTruststorePassword</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration)">getInputNativeSSLTruststorePath</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Boolean></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration)">getInputNativeTcpNodelay</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.base.Optional<java.lang.Integer></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputPageRowSize(org.apache.hadoop.conf.Configuration)">getInputPageRowSize</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getInputWhereClauses(org.apache.hadoop.conf.Configuration)">getInputWhereClauses</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#getOutputCql(org.apache.hadoop.conf.Configuration)">getOutputCql</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputColumns(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputColumns</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String columns)</code>
<div class="block">Set the CQL columns for the input of this job.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputCoreConnections(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputCoreConnections</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String connections)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputCql(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputCql</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String cql)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputCQLPageRowSize(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputCQLPageRowSize</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String cqlPageRowSize)</code>
<div class="block">Set the CQL query Limit for the input of this job.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputMaxConnections(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputMaxConnections</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String connections)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputMaxSimultReqPerConnections</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String reqs)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputMinSimultReqPerConnections</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String reqs)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeAuthProvider(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeAuthProvider</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String authProvider)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeConnectionTimeout</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String timeout)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeKeepAlive(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeKeepAlive</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String keepAlive)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativePort(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativePort</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String port)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeReadConnectionTimeout</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String timeout)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeReceiveBufferSize</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String size)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeReuseAddress(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeReuseAddress</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String reuseAddress)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSendBufferSize</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String size)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSolinger(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSolinger</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String solinger)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSSLCipherSuites</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String suites)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSSLKeystorePassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String pass)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSSLKeystorePath</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String path)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSSLTruststorePassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String pass)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeSSLTruststorePath</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String path)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputNativeTcpNodelay</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String tcpNodelay)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setInputWhereClauses(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputWhereClauses</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String clauses)</code>
<div class="block">Set the CQL user defined where clauses for the input of this job.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setOutputCql(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputCql</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String cql)</code>
<div class="block">Set the CQL prepared statement for the output of this job.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html#setUserNameAndPassword(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setUserNameAndPassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class 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="CqlConfigHelper()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CqlConfigHelper</h4>
<pre>public CqlConfigHelper()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setInputColumns(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputColumns</h4>
<pre>public static void setInputColumns(org.apache.hadoop.conf.Configuration conf,
java.lang.String columns)</pre>
<div class="block">Set the CQL columns for the input of this job.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>columns</code> - </dd></dl>
</li>
</ul>
<a name="setInputCQLPageRowSize(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputCQLPageRowSize</h4>
<pre>public static void setInputCQLPageRowSize(org.apache.hadoop.conf.Configuration conf,
java.lang.String cqlPageRowSize)</pre>
<div class="block">Set the CQL query Limit for the input of this job.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>cqlPageRowSize</code> - </dd></dl>
</li>
</ul>
<a name="setInputWhereClauses(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputWhereClauses</h4>
<pre>public static void setInputWhereClauses(org.apache.hadoop.conf.Configuration conf,
java.lang.String clauses)</pre>
<div class="block">Set the CQL user defined where clauses for the input of this job.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>clauses</code> - </dd></dl>
</li>
</ul>
<a name="setOutputCql(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputCql</h4>
<pre>public static void setOutputCql(org.apache.hadoop.conf.Configuration conf,
java.lang.String cql)</pre>
<div class="block">Set the CQL prepared statement for the output of this job.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>cql</code> - </dd></dl>
</li>
</ul>
<a name="setInputCql(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputCql</h4>
<pre>public static void setInputCql(org.apache.hadoop.conf.Configuration conf,
java.lang.String cql)</pre>
</li>
</ul>
<a name="setUserNameAndPassword(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUserNameAndPassword</h4>
<pre>public static void setUserNameAndPassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</pre>
</li>
</ul>
<a name="getInputCoreConnections(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputCoreConnections</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputCoreConnections(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputMaxConnections(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputMaxConnections</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputMaxConnections(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativePort(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativePort</h4>
<pre>public static int getInputNativePort(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputMinSimultReqPerConnections</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputMaxSimultReqPerConnections</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeConnectionTimeout</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeReadConnectionTimeout</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeReceiveBufferSize</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSendBufferSize</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSolinger(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSolinger</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputNativeSolinger(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeTcpNodelay</h4>
<pre>public static com.google.common.base.Optional<java.lang.Boolean> getInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeReuseAddress(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeReuseAddress</h4>
<pre>public static com.google.common.base.Optional<java.lang.Boolean> getInputNativeReuseAddress(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeAuthProvider(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeAuthProvider</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeAuthProvider(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSSLTruststorePath</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSSLKeystorePath</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSSLKeystorePassword</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSSLTruststorePassword</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeSSLCipherSuites</h4>
<pre>public static com.google.common.base.Optional<java.lang.String> getInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputNativeKeepAlive(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputNativeKeepAlive</h4>
<pre>public static com.google.common.base.Optional<java.lang.Boolean> getInputNativeKeepAlive(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputcolumns(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputcolumns</h4>
<pre>public static java.lang.String getInputcolumns(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputPageRowSize(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputPageRowSize</h4>
<pre>public static com.google.common.base.Optional<java.lang.Integer> getInputPageRowSize(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputWhereClauses(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputWhereClauses</h4>
<pre>public static java.lang.String getInputWhereClauses(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputCql(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputCql</h4>
<pre>public static java.lang.String getInputCql(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getOutputCql(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputCql</h4>
<pre>public static java.lang.String getOutputCql(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputCluster(java.lang.String, org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputCluster</h4>
<pre>public static com.datastax.driver.core.Cluster getInputCluster(java.lang.String host,
org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputCoreConnections(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputCoreConnections</h4>
<pre>public static void setInputCoreConnections(org.apache.hadoop.conf.Configuration conf,
java.lang.String connections)</pre>
</li>
</ul>
<a name="setInputMaxConnections(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputMaxConnections</h4>
<pre>public static void setInputMaxConnections(org.apache.hadoop.conf.Configuration conf,
java.lang.String connections)</pre>
</li>
</ul>
<a name="setInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputMinSimultReqPerConnections</h4>
<pre>public static void setInputMinSimultReqPerConnections(org.apache.hadoop.conf.Configuration conf,
java.lang.String reqs)</pre>
</li>
</ul>
<a name="setInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputMaxSimultReqPerConnections</h4>
<pre>public static void setInputMaxSimultReqPerConnections(org.apache.hadoop.conf.Configuration conf,
java.lang.String reqs)</pre>
</li>
</ul>
<a name="setInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeConnectionTimeout</h4>
<pre>public static void setInputNativeConnectionTimeout(org.apache.hadoop.conf.Configuration conf,
java.lang.String timeout)</pre>
</li>
</ul>
<a name="setInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeReadConnectionTimeout</h4>
<pre>public static void setInputNativeReadConnectionTimeout(org.apache.hadoop.conf.Configuration conf,
java.lang.String timeout)</pre>
</li>
</ul>
<a name="setInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeReceiveBufferSize</h4>
<pre>public static void setInputNativeReceiveBufferSize(org.apache.hadoop.conf.Configuration conf,
java.lang.String size)</pre>
</li>
</ul>
<a name="setInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSendBufferSize</h4>
<pre>public static void setInputNativeSendBufferSize(org.apache.hadoop.conf.Configuration conf,
java.lang.String size)</pre>
</li>
</ul>
<a name="setInputNativeSolinger(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSolinger</h4>
<pre>public static void setInputNativeSolinger(org.apache.hadoop.conf.Configuration conf,
java.lang.String solinger)</pre>
</li>
</ul>
<a name="setInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeTcpNodelay</h4>
<pre>public static void setInputNativeTcpNodelay(org.apache.hadoop.conf.Configuration conf,
java.lang.String tcpNodelay)</pre>
</li>
</ul>
<a name="setInputNativeAuthProvider(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeAuthProvider</h4>
<pre>public static void setInputNativeAuthProvider(org.apache.hadoop.conf.Configuration conf,
java.lang.String authProvider)</pre>
</li>
</ul>
<a name="setInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSSLTruststorePath</h4>
<pre>public static void setInputNativeSSLTruststorePath(org.apache.hadoop.conf.Configuration conf,
java.lang.String path)</pre>
</li>
</ul>
<a name="setInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSSLKeystorePath</h4>
<pre>public static void setInputNativeSSLKeystorePath(org.apache.hadoop.conf.Configuration conf,
java.lang.String path)</pre>
</li>
</ul>
<a name="setInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSSLKeystorePassword</h4>
<pre>public static void setInputNativeSSLKeystorePassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String pass)</pre>
</li>
</ul>
<a name="setInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSSLTruststorePassword</h4>
<pre>public static void setInputNativeSSLTruststorePassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String pass)</pre>
</li>
</ul>
<a name="setInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeSSLCipherSuites</h4>
<pre>public static void setInputNativeSSLCipherSuites(org.apache.hadoop.conf.Configuration conf,
java.lang.String suites)</pre>
</li>
</ul>
<a name="setInputNativeReuseAddress(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeReuseAddress</h4>
<pre>public static void setInputNativeReuseAddress(org.apache.hadoop.conf.Configuration conf,
java.lang.String reuseAddress)</pre>
</li>
</ul>
<a name="setInputNativeKeepAlive(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputNativeKeepAlive</h4>
<pre>public static void setInputNativeKeepAlive(org.apache.hadoop.conf.Configuration conf,
java.lang.String keepAlive)</pre>
</li>
</ul>
<a name="setInputNativePort(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setInputNativePort</h4>
<pre>public static void setInputNativePort(org.apache.hadoop.conf.Configuration conf,
java.lang.String port)</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/CqlConfigHelper.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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/cassandra/hadoop/cql3/CqlInputFormat.html" title="class in org.apache.cassandra.hadoop.cql3"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/hadoop/cql3/CqlConfigHelper.html" target="_top">Frames</a></li>
<li><a href="CqlConfigHelper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All 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: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>