blob: 0ba8e5b67ba7d73d2d2289365cb3f4bda199122b [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.3) on Sun Aug 04 09:48:26 EDT 2019 -->
<title>Deprecated List (Apache Accumulo Project 2.0.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-08-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Apache Accumulo Project 2.0.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Interfaces</a></li>
<li><a href="#class">Classes</a></li>
<li><a href="#method">Methods</a></li>
<li><a href="#constructor">Constructors</a></li>
</ul>
</div>
<div class="contentContainer"><a id="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">org.apache.accumulo.core.client.Instance</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, use <a href="org/apache/accumulo/core/client/Accumulo.html#newClient()"><code>Accumulo.newClient()</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Properties</code></a>
instead</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">org.apache.accumulo.core.client.ClientConfiguration</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/core/client/Accumulo.html#newClient()"><code>Accumulo.newClient()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">org.apache.accumulo.core.client.Connector</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0. Use <a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client"><code>AccumuloClient</code></a> for writing new code. Connector is available
for existing code. Use <a href="org/apache/accumulo/core/client/Connector.html#from(org.apache.accumulo.core.client.AccumuloClient)"><code>Connector.from(AccumuloClient)</code></a> as a bridge between the two.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AbstractInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AccumuloInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.InputFormatBase</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred.RangeInputSplit</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.InputFormatBase</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.InputTableConfig</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce.RangeInputSplit</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">org.apache.accumulo.core.client.ZooKeeperInstance</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, Use <a href="org/apache/accumulo/core/client/Accumulo.html#newClient()"><code>Accumulo.newClient()</code></a> instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/minicluster/MiniAccumuloInstance.html" title="class in org.apache.accumulo.minicluster">org.apache.accumulo.minicluster.MiniAccumuloInstance</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, Use <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientProperties(java.io.File)"><code>MiniAccumuloCluster.getClientProperties(File)</code></a> instead</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String,boolean)">org.apache.accumulo.core.client.admin.TableOperations.create&#8203;(String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0; use <a href="org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String,org.apache.accumulo.core.client.admin.NewTableConfiguration)"><code>TableOperations.create(String, NewTableConfiguration)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getSplits(java.lang.String)">org.apache.accumulo.core.client.admin.TableOperations.getSplits&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.5.0; use <a href="org/apache/accumulo/core/client/admin/TableOperations.html#listSplits(java.lang.String)"><code>TableOperations.listSplits(String)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory(java.lang.String,java.lang.String,java.lang.String,boolean)">org.apache.accumulo.core.client.admin.TableOperations.importDirectory&#8203;(String, String, String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0 use <a href="org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory(java.lang.String)"><code>TableOperations.importDirectory(String)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,org.apache.accumulo.core.security.Authorizations,int,long,long,int)">org.apache.accumulo.core.client.Connector.createBatchDeleter&#8203;(String, Authorizations, int, long, long, int)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.5.0; Use
<a href="org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,org.apache.accumulo.core.security.Authorizations,int,org.apache.accumulo.core.client.BatchWriterConfig)"><code>Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</code></a>
instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,long,long,int)">org.apache.accumulo.core.client.Connector.createBatchWriter&#8203;(String, long, long, int)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.5.0; Use <a href="org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,org.apache.accumulo.core.client.BatchWriterConfig)"><code>Connector.createBatchWriter(String, BatchWriterConfig)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(long,long,int)">org.apache.accumulo.core.client.Connector.createMultiTableBatchWriter&#8203;(long, long, int)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.5.0; Use <a href="org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(org.apache.accumulo.core.client.BatchWriterConfig)"><code>Connector.createMultiTableBatchWriter(BatchWriterConfig)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,byte%5B%5D)">org.apache.accumulo.core.client.Instance.getConnector&#8203;(String, byte[])</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.5, use <a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>Instance.getConnector(String, AuthenticationToken)</code></a> with
<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#setupIterators(org.apache.hadoop.mapred.JobConf,org.apache.accumulo.core.client.Scanner,java.lang.String,org.apache.accumulo.core.client.mapred.RangeInputSplit)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader.setupIterators&#8203;(JobConf, Scanner, String, RangeInputSplit)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0; Use <a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#jobIterators(org.apache.hadoop.mapred.JobConf,java.lang.String)"><code>AbstractInputFormat.AbstractRecordReader.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,java.lang.String,java.lang.String)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.setZooKeeperInstance&#8203;(JobConf, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use
<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,org.apache.accumulo.core.client.ClientConfiguration)"><code>AbstractInputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration)</code></a>
instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getToken(org.apache.hadoop.mapred.JobConf)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.getToken&#8203;(JobConf)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)"><code>AccumuloOutputFormat.getAuthenticationToken(JobConf)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getTokenClass(org.apache.hadoop.mapred.JobConf)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.getTokenClass&#8203;(JobConf)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)"><code>AccumuloOutputFormat.getAuthenticationToken(JobConf)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,java.lang.String,java.lang.String)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setZooKeeperInstance&#8203;(JobConf, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use
<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(JobConf, org.apache.accumulo.core.client.ClientConfiguration)</code></a>
instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#jobIterators(org.apache.hadoop.mapred.JobConf,java.lang.String)">org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.jobIterators&#8203;(JobConf, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#setupIterators(java.util.List,org.apache.accumulo.core.client.Scanner)">org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.setupIterators&#8203;(List&lt;IteratorSetting&gt;, Scanner)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0; Use <a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#jobIterators(org.apache.hadoop.mapred.JobConf,java.lang.String)"><code>InputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,org.apache.accumulo.core.client.Scanner,java.lang.String,org.apache.accumulo.core.client.mapreduce.RangeInputSplit)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader.setupIterators&#8203;(TaskAttemptContext, Scanner, String, RangeInputSplit)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,java.lang.String)"><code>AbstractInputFormat.AbstractRecordReader.contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getToken&#8203;(JobContext)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getTokenClass&#8203;(JobContext)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,java.lang.String,java.lang.String)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.setZooKeeperInstance&#8203;(Job, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getToken&#8203;(JobContext)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getTokenClass&#8203;(JobContext)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,java.lang.String,java.lang.String)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance&#8203;(Job, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.0; Use
<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(Job, org.apache.accumulo.core.client.ClientConfiguration)</code></a>
instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,java.lang.String)">org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase.contextIterators&#8203;(TaskAttemptContext, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,org.apache.accumulo.core.client.Scanner)">org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase.setupIterators&#8203;(TaskAttemptContext, Scanner)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0; Use <a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,java.lang.String)"><code>InputFormatBase.RecordReaderBase.contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getInstance()">org.apache.accumulo.core.client.mapreduce.RangeInputSplit.getInstance()</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.7.0, use getInstance(ClientConfiguration) instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getTable()">org.apache.accumulo.core.client.mapreduce.RangeInputSplit.getTable()</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.1, use getTableName() instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setTable(java.lang.String)">org.apache.accumulo.core.client.mapreduce.RangeInputSplit.setTable&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 1.6.1, use setTableName() instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientConfig()">org.apache.accumulo.minicluster.MiniAccumuloCluster.getClientConfig()</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientProperties()"><code>MiniAccumuloCluster.getClientProperties()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getConnector(java.lang.String,java.lang.String)">org.apache.accumulo.minicluster.MiniAccumuloCluster.getConnector&#8203;(String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#createAccumuloClient(java.lang.String,org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>MiniAccumuloCluster.createAccumuloClient(String, AuthenticationToken)</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="constructor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#%3Cinit%3E(org.apache.accumulo.core.client.Instance,java.util.List,java.util.Map,java.util.Collection,int,java.lang.Throwable)">org.apache.accumulo.core.client.MutationsRejectedException&#8203;(Instance, List&lt;ConstraintViolationSummary&gt;, Map&lt;TabletId, Set&lt;SecurityErrorCode&gt;&gt;, Collection&lt;String&gt;, int, Throwable)</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, replaced by
<a href="org/apache/accumulo/core/client/MutationsRejectedException.html#%3Cinit%3E(org.apache.accumulo.core.client.AccumuloClient,java.util.List,java.util.Map,java.util.Collection,int,java.lang.Throwable)"><code>MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/apache/accumulo/core/client/TableOfflineException.html#%3Cinit%3E(org.apache.accumulo.core.client.Instance,java.lang.String)">org.apache.accumulo.core.client.TableOfflineException&#8203;(Instance, String)</a></th>
<td class="colLast">
<div class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/core/client/TableOfflineException.html#%3Cinit%3E(java.lang.String)"><code>TableOfflineException(String)</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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" id="allclasses_navbar_bottom">
<li><a href="allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2019 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>