cassandra-server
Version:
A thin Javascript wrapper around Apache Cassandra to provide out of the box server support
928 lines (927 loc) • 58.7 kB
HTML
<!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 (version 1.7.0_67) on Sun Sep 07 15:29:35 CEST 2014 -->
<title>ConfigHelper (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="ConfigHelper (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/ConfigHelper.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><a href="../../../../org/apache/cassandra/hadoop/ColumnFamilySplit.html" title="class in org.apache.cassandra.hadoop"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/hadoop/HadoopCompat.html" title="class in org.apache.cassandra.hadoop"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/hadoop/ConfigHelper.html" target="_top">Frames</a></li>
<li><a href="ConfigHelper.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</div>
<h2 title="Class ConfigHelper" class="title">Class ConfigHelper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.hadoop.ConfigHelper</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ConfigHelper</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/ConfigHelper.html#ConfigHelper()">ConfigHelper</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 <a href="../../../../org/apache/cassandra/thrift/Cassandra.Client.html" title="class in org.apache.cassandra.thrift">Cassandra.Client</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#createConnection(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.Integer)">createConnection</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String host,
java.lang.Integer port)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.Client.html" title="class in org.apache.cassandra.thrift">Cassandra.Client</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getClientFromInputAddressList(org.apache.hadoop.conf.Configuration)">getClientFromInputAddressList</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/Cassandra.Client.html" title="class in org.apache.cassandra.thrift">Cassandra.Client</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getClientFromOutputAddressList(org.apache.hadoop.conf.Configuration)">getClientFromOutputAddressList</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/ITransportFactory.html" title="interface in org.apache.cassandra.thrift">ITransportFactory</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getClientTransportFactory(org.apache.hadoop.conf.Configuration)">getClientTransportFactory</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/ConfigHelper.html#getInputColumnFamily(org.apache.hadoop.conf.Configuration)">getInputColumnFamily</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/ConfigHelper.html#getInputInitialAddress(org.apache.hadoop.conf.Configuration)">getInputInitialAddress</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getInputIsWide(org.apache.hadoop.conf.Configuration)">getInputIsWide</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/KeyRange.html" title="class in org.apache.cassandra.thrift">KeyRange</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getInputKeyRange(org.apache.hadoop.conf.Configuration)">getInputKeyRange</a></strong>(org.apache.hadoop.conf.Configuration conf)</code>
<div class="block">may be null if unset</div>
</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/ConfigHelper.html#getInputKeyspace(org.apache.hadoop.conf.Configuration)">getInputKeyspace</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/ConfigHelper.html#getInputKeyspacePassword(org.apache.hadoop.conf.Configuration)">getInputKeyspacePassword</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/ConfigHelper.html#getInputKeyspaceUserName(org.apache.hadoop.conf.Configuration)">getInputKeyspaceUserName</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getInputPartitioner(org.apache.hadoop.conf.Configuration)">getInputPartitioner</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/ConfigHelper.html#getInputRpcPort(org.apache.hadoop.conf.Configuration)">getInputRpcPort</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getInputSlicePredicate(org.apache.hadoop.conf.Configuration)">getInputSlicePredicate</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/ConfigHelper.html#getInputSplitSize(org.apache.hadoop.conf.Configuration)">getInputSplitSize</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/ConfigHelper.html#getOutputColumnFamily(org.apache.hadoop.conf.Configuration)">getOutputColumnFamily</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/ConfigHelper.html#getOutputCompressionChunkLength(org.apache.hadoop.conf.Configuration)">getOutputCompressionChunkLength</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/ConfigHelper.html#getOutputCompressionClass(org.apache.hadoop.conf.Configuration)">getOutputCompressionClass</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/io/compress/CompressionParameters.html" title="class in org.apache.cassandra.io.compress">CompressionParameters</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getOutputCompressionParamaters(org.apache.hadoop.conf.Configuration)">getOutputCompressionParamaters</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/ConfigHelper.html#getOutputInitialAddress(org.apache.hadoop.conf.Configuration)">getOutputInitialAddress</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/ConfigHelper.html#getOutputKeyspace(org.apache.hadoop.conf.Configuration)">getOutputKeyspace</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/ConfigHelper.html#getOutputKeyspacePassword(org.apache.hadoop.conf.Configuration)">getOutputKeyspacePassword</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/ConfigHelper.html#getOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration)">getOutputKeyspaceUserName</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getOutputPartitioner(org.apache.hadoop.conf.Configuration)">getOutputPartitioner</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/ConfigHelper.html#getOutputRpcPort(org.apache.hadoop.conf.Configuration)">getOutputRpcPort</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getRangeBatchSize(org.apache.hadoop.conf.Configuration)">getRangeBatchSize</a></strong>(org.apache.hadoop.conf.Configuration conf)</code>
<div class="block">The number of rows to request with each get range slices request.</div>
</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/ConfigHelper.html#getReadConsistencyLevel(org.apache.hadoop.conf.Configuration)">getReadConsistencyLevel</a></strong>(org.apache.hadoop.conf.Configuration conf)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/hadoop/ConfigHelper.html#getThriftFramedTransportSize(org.apache.hadoop.conf.Configuration)">getThriftFramedTransportSize</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/ConfigHelper.html#getWriteConsistencyLevel(org.apache.hadoop.conf.Configuration)">getWriteConsistencyLevel</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/ConfigHelper.html#setInputColumnFamily(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setInputColumnFamily</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily)</code>
<div class="block">Set the keyspace and column family 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/ConfigHelper.html#setInputColumnFamily(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String,%20boolean)">setInputColumnFamily</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily,
boolean widerows)</code>
<div class="block">Set the keyspace and column family 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/ConfigHelper.html#setInputInitialAddress(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputInitialAddress</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String address)</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/ConfigHelper.html#setInputKeyspacePassword(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputKeyspacePassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String password)</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/ConfigHelper.html#setInputKeyspaceUserName(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputKeyspaceUserName</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String username)</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/ConfigHelper.html#setInputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setInputKeyspaceUserNameAndPassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</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/ConfigHelper.html#setInputPartitioner(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputPartitioner</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String classname)</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/ConfigHelper.html#setInputRange(org.apache.hadoop.conf.Configuration,%20java.util.List)">setInputRange</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.util.List<<a href="../../../../org/apache/cassandra/thrift/IndexExpression.html" title="class in org.apache.cassandra.thrift">IndexExpression</a>> filter)</code>
<div class="block">Set the KeyRange to limit the rows.</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/ConfigHelper.html#setInputRange(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setInputRange</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String startToken,
java.lang.String endToken)</code>
<div class="block">Set the KeyRange to limit the rows.</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/ConfigHelper.html#setInputRange(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String,%20java.util.List)">setInputRange</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String startToken,
java.lang.String endToken,
java.util.List<<a href="../../../../org/apache/cassandra/thrift/IndexExpression.html" title="class in org.apache.cassandra.thrift">IndexExpression</a>> filter)</code>
<div class="block">Set the KeyRange to limit the rows.</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/ConfigHelper.html#setInputRpcPort(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setInputRpcPort</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/ConfigHelper.html#setInputSlicePredicate(org.apache.hadoop.conf.Configuration,%20org.apache.cassandra.thrift.SlicePredicate)">setInputSlicePredicate</a></strong>(org.apache.hadoop.conf.Configuration conf,
<a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a> predicate)</code>
<div class="block">Set the predicate that determines what columns will be selected from each row.</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/ConfigHelper.html#setInputSplitSize(org.apache.hadoop.conf.Configuration,%20int)">setInputSplitSize</a></strong>(org.apache.hadoop.conf.Configuration conf,
int splitsize)</code>
<div class="block">Set the size of the input split.</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/ConfigHelper.html#setOutputColumnFamily(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputColumnFamily</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String columnFamily)</code>
<div class="block">Set the column family 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/ConfigHelper.html#setOutputColumnFamily(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setOutputColumnFamily</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily)</code>
<div class="block">Set the column family for the output 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/ConfigHelper.html#setOutputCompressionChunkLength(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputCompressionChunkLength</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String length)</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/ConfigHelper.html#setOutputCompressionClass(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputCompressionClass</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String classname)</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/ConfigHelper.html#setOutputInitialAddress(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputInitialAddress</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String address)</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/ConfigHelper.html#setOutputKeyspace(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputKeyspace</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace)</code>
<div class="block">Set the keyspace for the output 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/ConfigHelper.html#setOutputKeyspacePassword(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputKeyspacePassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String password)</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/ConfigHelper.html#setOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputKeyspaceUserName</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String username)</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/ConfigHelper.html#setOutputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setOutputKeyspaceUserNameAndPassword</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</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/ConfigHelper.html#setOutputPartitioner(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputPartitioner</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String classname)</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/ConfigHelper.html#setOutputRpcPort(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setOutputRpcPort</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String port)</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/ConfigHelper.html#setRangeBatchSize(org.apache.hadoop.conf.Configuration,%20int)">setRangeBatchSize</a></strong>(org.apache.hadoop.conf.Configuration conf,
int batchsize)</code>
<div class="block">The number of rows to request with each get range slices request.</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/ConfigHelper.html#setReadConsistencyLevel(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setReadConsistencyLevel</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String consistencyLevel)</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/ConfigHelper.html#setThriftFramedTransportSizeInMb(org.apache.hadoop.conf.Configuration,%20int)">setThriftFramedTransportSizeInMb</a></strong>(org.apache.hadoop.conf.Configuration conf,
int frameSizeInMB)</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/ConfigHelper.html#setWriteConsistencyLevel(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setWriteConsistencyLevel</a></strong>(org.apache.hadoop.conf.Configuration conf,
java.lang.String consistencyLevel)</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="ConfigHelper()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ConfigHelper</h4>
<pre>public ConfigHelper()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setInputColumnFamily(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputColumnFamily</h4>
<pre>public static void setInputColumnFamily(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily,
boolean widerows)</pre>
<div class="block">Set the keyspace and column family 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>keyspace</code> - </dd><dd><code>columnFamily</code> - </dd><dd><code>widerows</code> - </dd></dl>
</li>
</ul>
<a name="setInputColumnFamily(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputColumnFamily</h4>
<pre>public static void setInputColumnFamily(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily)</pre>
<div class="block">Set the keyspace and column family 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>keyspace</code> - </dd><dd><code>columnFamily</code> - </dd></dl>
</li>
</ul>
<a name="setOutputKeyspace(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputKeyspace</h4>
<pre>public static void setOutputKeyspace(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace)</pre>
<div class="block">Set the keyspace 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>keyspace</code> - </dd></dl>
</li>
</ul>
<a name="setOutputColumnFamily(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputColumnFamily</h4>
<pre>public static void setOutputColumnFamily(org.apache.hadoop.conf.Configuration conf,
java.lang.String columnFamily)</pre>
<div class="block">Set the column family 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>columnFamily</code> - </dd></dl>
</li>
</ul>
<a name="setOutputColumnFamily(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputColumnFamily</h4>
<pre>public static void setOutputColumnFamily(org.apache.hadoop.conf.Configuration conf,
java.lang.String keyspace,
java.lang.String columnFamily)</pre>
<div class="block">Set the column family 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>keyspace</code> - </dd><dd><code>columnFamily</code> - </dd></dl>
</li>
</ul>
<a name="setRangeBatchSize(org.apache.hadoop.conf.Configuration, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRangeBatchSize</h4>
<pre>public static void setRangeBatchSize(org.apache.hadoop.conf.Configuration conf,
int batchsize)</pre>
<div class="block">The number of rows to request with each get range slices request.
Too big and you can either get timeouts when it takes Cassandra too
long to fetch all the data. Too small and the performance
will be eaten up by the overhead of each request.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>batchsize</code> - Number of rows to request each time</dd></dl>
</li>
</ul>
<a name="getRangeBatchSize(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRangeBatchSize</h4>
<pre>public static int getRangeBatchSize(org.apache.hadoop.conf.Configuration conf)</pre>
<div class="block">The number of rows to request with each get range slices request.
Too big and you can either get timeouts when it takes Cassandra too
long to fetch all the data. Too small and the performance
will be eaten up by the overhead of each request.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd>
<dt><span class="strong">Returns:</span></dt><dd>Number of rows to request each time</dd></dl>
</li>
</ul>
<a name="setInputSplitSize(org.apache.hadoop.conf.Configuration, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputSplitSize</h4>
<pre>public static void setInputSplitSize(org.apache.hadoop.conf.Configuration conf,
int splitsize)</pre>
<div class="block">Set the size of the input split.
This affects the number of maps created, if the number is too small
the overhead of each map will take up the bulk of the job time.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>splitsize</code> - Size of the input split</dd></dl>
</li>
</ul>
<a name="getInputSplitSize(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputSplitSize</h4>
<pre>public static int getInputSplitSize(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputSlicePredicate(org.apache.hadoop.conf.Configuration, org.apache.cassandra.thrift.SlicePredicate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputSlicePredicate</h4>
<pre>public static void setInputSlicePredicate(org.apache.hadoop.conf.Configuration conf,
<a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a> predicate)</pre>
<div class="block">Set the predicate that determines what columns will be selected from each row.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd><dd><code>predicate</code> - </dd></dl>
</li>
</ul>
<a name="getInputSlicePredicate(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputSlicePredicate</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a> getInputSlicePredicate(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputRange(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputRange</h4>
<pre>public static void setInputRange(org.apache.hadoop.conf.Configuration conf,
java.lang.String startToken,
java.lang.String endToken)</pre>
<div class="block">Set the KeyRange to limit the rows.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd></dl>
</li>
</ul>
<a name="setInputRange(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputRange</h4>
<pre>public static void setInputRange(org.apache.hadoop.conf.Configuration conf,
java.lang.String startToken,
java.lang.String endToken,
java.util.List<<a href="../../../../org/apache/cassandra/thrift/IndexExpression.html" title="class in org.apache.cassandra.thrift">IndexExpression</a>> filter)</pre>
<div class="block">Set the KeyRange to limit the rows.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd></dl>
</li>
</ul>
<a name="setInputRange(org.apache.hadoop.conf.Configuration, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputRange</h4>
<pre>public static void setInputRange(org.apache.hadoop.conf.Configuration conf,
java.util.List<<a href="../../../../org/apache/cassandra/thrift/IndexExpression.html" title="class in org.apache.cassandra.thrift">IndexExpression</a>> filter)</pre>
<div class="block">Set the KeyRange to limit the rows.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - Job configuration you are about to run</dd></dl>
</li>
</ul>
<a name="getInputKeyRange(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputKeyRange</h4>
<pre>public static <a href="../../../../org/apache/cassandra/thrift/KeyRange.html" title="class in org.apache.cassandra.thrift">KeyRange</a> getInputKeyRange(org.apache.hadoop.conf.Configuration conf)</pre>
<div class="block">may be null if unset</div>
</li>
</ul>
<a name="getInputKeyspace(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputKeyspace</h4>
<pre>public static java.lang.String getInputKeyspace(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getOutputKeyspace(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputKeyspace</h4>
<pre>public static java.lang.String getOutputKeyspace(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputKeyspaceUserNameAndPassword</h4>
<pre>public static void setInputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</pre>
</li>
</ul>
<a name="setInputKeyspaceUserName(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputKeyspaceUserName</h4>
<pre>public static void setInputKeyspaceUserName(org.apache.hadoop.conf.Configuration conf,
java.lang.String username)</pre>
</li>
</ul>
<a name="getInputKeyspaceUserName(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputKeyspaceUserName</h4>
<pre>public static java.lang.String getInputKeyspaceUserName(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputKeyspacePassword(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputKeyspacePassword</h4>
<pre>public static void setInputKeyspacePassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String password)</pre>
</li>
</ul>
<a name="getInputKeyspacePassword(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputKeyspacePassword</h4>
<pre>public static java.lang.String getInputKeyspacePassword(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setOutputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputKeyspaceUserNameAndPassword</h4>
<pre>public static void setOutputKeyspaceUserNameAndPassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String username,
java.lang.String password)</pre>
</li>
</ul>
<a name="setOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputKeyspaceUserName</h4>
<pre>public static void setOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration conf,
java.lang.String username)</pre>
</li>
</ul>
<a name="getOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputKeyspaceUserName</h4>
<pre>public static java.lang.String getOutputKeyspaceUserName(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setOutputKeyspacePassword(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputKeyspacePassword</h4>
<pre>public static void setOutputKeyspacePassword(org.apache.hadoop.conf.Configuration conf,
java.lang.String password)</pre>
</li>
</ul>
<a name="getOutputKeyspacePassword(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputKeyspacePassword</h4>
<pre>public static java.lang.String getOutputKeyspacePassword(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputColumnFamily(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputColumnFamily</h4>
<pre>public static java.lang.String getInputColumnFamily(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getOutputColumnFamily(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputColumnFamily</h4>
<pre>public static java.lang.String getOutputColumnFamily(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getInputIsWide(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputIsWide</h4>
<pre>public static boolean getInputIsWide(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getReadConsistencyLevel(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadConsistencyLevel</h4>
<pre>public static java.lang.String getReadConsistencyLevel(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setReadConsistencyLevel(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReadConsistencyLevel</h4>
<pre>public static void setReadConsistencyLevel(org.apache.hadoop.conf.Configuration conf,
java.lang.String consistencyLevel)</pre>
</li>
</ul>
<a name="getWriteConsistencyLevel(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWriteConsistencyLevel</h4>
<pre>public static java.lang.String getWriteConsistencyLevel(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setWriteConsistencyLevel(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWriteConsistencyLevel</h4>
<pre>public static void setWriteConsistencyLevel(org.apache.hadoop.conf.Configuration conf,
java.lang.String consistencyLevel)</pre>
</li>
</ul>
<a name="getInputRpcPort(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputRpcPort</h4>
<pre>public static int getInputRpcPort(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputRpcPort(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputRpcPort</h4>
<pre>public static void setInputRpcPort(org.apache.hadoop.conf.Configuration conf,
java.lang.String port)</pre>
</li>
</ul>
<a name="getInputInitialAddress(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputInitialAddress</h4>
<pre>public static java.lang.String getInputInitialAddress(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setInputInitialAddress(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputInitialAddress</h4>
<pre>public static void setInputInitialAddress(org.apache.hadoop.conf.Configuration conf,
java.lang.String address)</pre>
</li>
</ul>
<a name="setInputPartitioner(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInputPartitioner</h4>
<pre>public static void setInputPartitioner(org.apache.hadoop.conf.Configuration conf,
java.lang.String classname)</pre>
</li>
</ul>
<a name="getInputPartitioner(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputPartitioner</h4>
<pre>public static <a href="../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> getInputPartitioner(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="getOutputRpcPort(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputRpcPort</h4>
<pre>public static int getOutputRpcPort(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setOutputRpcPort(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputRpcPort</h4>
<pre>public static void setOutputRpcPort(org.apache.hadoop.conf.Configuration conf,
java.lang.String port)</pre>
</li>
</ul>
<a name="getOutputInitialAddress(org.apache.hadoop.conf.Configuration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputInitialAddress</h4>
<pre>public static java.lang.String getOutputInitialAddress(org.apache.hadoop.conf.Configuration conf)</pre>
</li>
</ul>
<a name="setOutputInitialAddress(org.apache.hadoop.conf.Configuration, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputInitialAddress</h4>
<pre>public static void setOutputInitialAddress(org.apache.hadoop.conf.Configuration conf,