blob: 64c7e6a70d53e3226f15621cb3b0c165e664ebea [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_191) on Thu Jan 31 13:05:13 EST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Accumulo Project 2.0.0-alpha-2 API)</title>
<meta name="date" content="2019-01-31">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Accumulo Project 2.0.0-alpha-2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">AbstractEncoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="type parameter in AbstractEncoder">T</a>&gt; - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">AbstractEncoder is an <a href="org/apache/accumulo/core/client/lexicoder/Encoder.html" title="interface in org.apache.accumulo.core.client.lexicoder"><code>Encoder</code></a> that implements
all of Encoder's methods validating the input, but has those methods defer logic to to a new
method, <a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#decodeUnchecked-byte:A-int-int-"><code>AbstractEncoder.decodeUnchecked(byte[], int, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#AbstractEncoder--">AbstractEncoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="class in org.apache.accumulo.core.client.lexicoder">AbstractEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample"><span class="typeNameLink">AbstractHashSampler</span></a> - Class in <a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a></dt>
<dd>
<div class="block">A base class that can be used to create Samplers based on hashing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html#AbstractHashSampler--">AbstractHashSampler()</a></span> - Constructor for class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample">AbstractHashSampler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AbstractInputFormat</span></a>&lt;<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="type parameter in AbstractInputFormat">K</a>,<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="type parameter in AbstractInputFormat">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#AbstractInputFormat--">AbstractInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AbstractInputFormat</span></a>&lt;<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="type parameter in AbstractInputFormat">K</a>,<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="type parameter in AbstractInputFormat">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#AbstractInputFormat--">AbstractInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AbstractInputFormat.AbstractRecordReader</span></a>&lt;<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="type parameter in AbstractInputFormat.AbstractRecordReader">K</a>,<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="type parameter in AbstractInputFormat.AbstractRecordReader">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">An abstract base class to be used to create <code>RecordReader</code> instances that convert from
Accumulo <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>/<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data"><code>Value</code></a> pairs to the user's K/V types.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AbstractInputFormat.AbstractRecordReader</span></a>&lt;<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="type parameter in AbstractInputFormat.AbstractRecordReader">K</a>,<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="type parameter in AbstractInputFormat.AbstractRecordReader">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">An abstract base class to be used to create <code>RecordReader</code>
instances that convert from Accumulo <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>/<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data"><code>Value</code></a> pairs to the user's K/V types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#AbstractRecordReader--">AbstractRecordReader()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#AbstractRecordReader--">AbstractRecordReader()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html#accept-org.apache.accumulo.core.data.Key-">accept(Key)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample">AbstractHashSampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/Sampler.html#accept-org.apache.accumulo.core.data.Key-">accept(Key)</a></span> - Method in interface org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/Sampler.html" title="interface in org.apache.accumulo.core.client.sample">Sampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#accept-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-">accept(Key, Value)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer.Collector</a></dt>
<dd>
<div class="block">During compactions, Accumulo passes each Key Value written to the file to this method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.StatisticConsumer.html#accept-java.lang.String-long-">accept(String, long)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.StatisticConsumer.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer.StatisticConsumer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/Accumulo.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Accumulo</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">This class contains all API entry points created in 2.0.0 or later.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Client connection to an Accumulo instance.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.AuthenticationArgs</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html" title="type parameter in AccumuloClient.AuthenticationArgs">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Builder methods for authentication</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.ClientFactory.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.ClientFactory</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.ClientFactory.html" title="type parameter in AccumuloClient.ClientFactory">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Builds AccumuloClient or client Properties after all options have been specified</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.ConnectionOptions</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="type parameter in AccumuloClient.ConnectionOptions">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Build methods for connection options</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.FromOptions.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.FromOptions</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.FromOptions.html" title="type parameter in AccumuloClient.FromOptions">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.InstanceArgs.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.InstanceArgs</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.InstanceArgs.html" title="type parameter in AccumuloClient.InstanceArgs">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Builder method for setting Accumulo instance and zookeepers</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.PropertyOptions</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html" title="type parameter in AccumuloClient.PropertyOptions">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Builder methods for creating AccumuloClient using properties</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.SaslOptions</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html" title="type parameter in AccumuloClient.SaslOptions">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Build methods for SASL</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloClient.SslOptions</span></a>&lt;<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="type parameter in AccumuloClient.SslOptions">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Build methods for SSL/TLS</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">A generic Accumulo Exception for general accumulo failures.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloException.html#AccumuloException-java.lang.String-">AccumuloException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloException.html#AccumuloException-java.lang.Throwable-">AccumuloException(Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloException.html#AccumuloException-java.lang.String-java.lang.Throwable-">AccumuloException(String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloFileOutputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#AccumuloFileOutputFormat--">AccumuloFileOutputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloFileOutputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#AccumuloFileOutputFormat--">AccumuloFileOutputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#AccumuloInputFormat--">AccumuloInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#AccumuloInputFormat--">AccumuloInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloMultiTableInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#AccumuloMultiTableInputFormat--">AccumuloMultiTableInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloMultiTableInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#AccumuloMultiTableInputFormat--">AccumuloMultiTableInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloOutputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#AccumuloOutputFormat--">AccumuloOutputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloOutputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#AccumuloOutputFormat--">AccumuloOutputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloOutputFormat.AccumuloRecordWriter</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A base class to be used to create <code>RecordWriter</code> instances that write to Accumulo.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloOutputFormat.AccumuloRecordWriter</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">A base class to be used to create <code>RecordWriter</code> instances that write to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html#AccumuloRecordWriter-org.apache.hadoop.mapred.JobConf-">AccumuloRecordWriter(JobConf)</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html#AccumuloRecordWriter-org.apache.hadoop.mapreduce.TaskAttemptContext-">AccumuloRecordWriter(TaskAttemptContext)</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">AccumuloRowInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#AccumuloRowInputFormat--">AccumuloRowInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloRowInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">AccumuloRowInputFormat</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#AccumuloRowInputFormat--">AccumuloRowInputFormat()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloRowInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">AccumuloSecurityException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">An Accumulo Exception for security violations, authentication failures, authorization failures,
etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException-org.apache.accumulo.core.clientImpl.thrift.ThriftSecurityException-">AccumuloSecurityException(ThriftSecurityException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>
<div class="block">Construct a user-facing exception from a serialized version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException-java.lang.String-org.apache.accumulo.core.clientImpl.thrift.SecurityErrorCode-java.lang.Throwable-">AccumuloSecurityException(String, SecurityErrorCode, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException-java.lang.String-org.apache.accumulo.core.clientImpl.thrift.SecurityErrorCode-java.lang.String-java.lang.Throwable-">AccumuloSecurityException(String, SecurityErrorCode, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException-java.lang.String-org.apache.accumulo.core.clientImpl.thrift.SecurityErrorCode-">AccumuloSecurityException(String, SecurityErrorCode)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException-java.lang.String-org.apache.accumulo.core.clientImpl.thrift.SecurityErrorCode-java.lang.String-">AccumuloSecurityException(String, SecurityErrorCode, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ActiveCompaction</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#ActiveCompaction--">ActiveCompaction()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ActiveCompaction.CompactionReason</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ActiveCompaction.CompactionType</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ActiveScan</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">A class that contains information about an ActiveScan</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#ActiveScan--">ActiveScan()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#add-java.util.Map.Entry-">add(Map.Entry&lt;Key, Value&gt;)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html#add-java.util.Map.Entry-">add(Map.Entry&lt;Key, Value&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html" title="interface in org.apache.accumulo.core.client">IsolatedScanner.RowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#add-org.apache.accumulo.core.security.ColumnVisibility.Node-">add(ColumnVisibility.Node)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#addCondition-org.apache.accumulo.core.data.Condition-">addCondition(Condition)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint-java.lang.String-java.lang.String-">addConstraint(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Add a new constraint to a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#addConstraint-java.lang.String-java.lang.String-">addConstraint(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Add a new constraint to a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#addIterator-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.IteratorSetting-">addIterator(JobConf, IteratorSetting)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Encode an iterator on the input for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.IteratorSetting-">addIterator(Job, IteratorSetting)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Encode an iterator on the single input table for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriter.html#addMutation-org.apache.accumulo.core.data.Mutation-">addMutation(Mutation)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></dt>
<dd>
<div class="block">Queues one mutation to write.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriter.html#addMutations-java.lang.Iterable-">addMutations(Iterable&lt;Mutation&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></dt>
<dd>
<div class="block">Queues several mutations to write.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#addOption-java.lang.String-java.lang.String-">addOption(String, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Add another option to the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#addOption-java.lang.String-java.lang.String-">addOption(String, String)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#addOption-java.lang.String-java.lang.String-">addOption(String, String)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>
<div class="block">Adds an option that Summarizers can use when constructing Collectors and Combiners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#addOption-java.lang.String-long-">addOption(String, long)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>
<div class="block">Adds an option that Summarizers can use when constructing Collectors and Combiners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#addOptions-java.util.Set-">addOptions(Set&lt;Map.Entry&lt;String, String&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Add many options to the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#addOptions-java.util.Map-">addOptions(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Add many options to the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#addOptions-java.lang.String...-">addOptions(String...)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>
<div class="block">Convenience method for adding multiple options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#addOptions-java.util.Map-">addOptions(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html#addPeer-java.lang.String-java.lang.String-">addPeer(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></dt>
<dd>
<div class="block">Defines a cluster with the given name and the given name system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html#addPlan-org.apache.accumulo.core.data.LoadPlan-">addPlan(LoadPlan)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data">LoadPlan.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#addReplicationSource-java.lang.String-">addReplicationSource(String)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Add a new element to the set of peers which this Mutation originated from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#addScanIterator-org.apache.accumulo.core.client.IteratorSetting-">addScanIterator(IteratorSetting)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Add a server-side scan iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#addSplits-java.lang.String-java.util.SortedSet-">addSplits(String, SortedSet&lt;Text&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Ensures that tablets are split along a set of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#addSummarizers-java.lang.String-org.apache.accumulo.core.client.summary.SummarizerConfiguration...-">addSummarizers(String, SummarizerConfiguration...)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Enables summary generation for this table for future compactions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html#addTable-org.apache.hadoop.io.Text-">addTable(Text)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html#addTable-org.apache.hadoop.io.Text-">addTable(Text)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#afterEndKey-org.apache.accumulo.core.data.Key-">afterEndKey(Key)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Determines if the given key is after the ending key of this range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-">append(Key, Value)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">Append the key and value to the last locality group that was started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-org.apache.accumulo.core.data.Key-java.lang.CharSequence-">append(Key, CharSequence)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">This method has the same behavior as <a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-"><code>RFileWriter.append(Key, Value)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-org.apache.accumulo.core.data.Key-byte:A-">append(Key, byte[])</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">This method has the same behavior as <a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-"><code>RFileWriter.append(Key, Value)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#append-java.lang.Iterable-">append(Iterable&lt;Map.Entry&lt;Key, Value&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">Append the keys and values to the last locality group that was started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#appendPrintableString-byte:A-int-int-int-java.lang.StringBuilder-">appendPrintableString(byte[], int, int, int, StringBuilder)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Appends ASCII printable characters to a string, based on the given byte array, treating the
bytes as ASCII characters.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">ArrayByteSequence</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">An implementation of <a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data"><code>ByteSequence</code></a> that uses a backing byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence-byte:A-">ArrayByteSequence(byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>
<div class="block">Creates a new sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence-byte:A-int-int-">ArrayByteSequence(byte[], int, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>
<div class="block">Creates a new sequence from a subsequence of the given byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence-java.lang.String-">ArrayByteSequence(String)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>
<div class="block">Creates a new sequence from the given string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence-java.nio.ByteBuffer-">ArrayByteSequence(ByteBuffer)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>
<div class="block">Creates a new sequence based on a byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence-org.apache.accumulo.core.data.ByteSequence-">ArrayByteSequence(ByteSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html#as-java.lang.CharSequence-java.lang.CharSequence-">as(CharSequence, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.AuthenticationArgs</a></dt>
<dd>
<div class="block">Build using password-based credentials</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html#as-java.lang.CharSequence-java.nio.file.Path-">as(CharSequence, Path)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.AuthenticationArgs</a></dt>
<dd>
<div class="block">Build using Kerberos credentials</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html#as-java.lang.CharSequence-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">as(CharSequence, AuthenticationToken)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.AuthenticationArgs.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.AuthenticationArgs</a></dt>
<dd>
<div class="block">Build using specified credentials</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#asThriftException--">asThriftException()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#at--">at()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Fluent API for putting or deleting to a Mutation that makes it easy use different types (i.e
byte[], CharSequence, etc) when specifying the family, qualifier, value, etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-">attachIterator(String, IteratorSetting)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Add an iterator to a namespace on all scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-java.util.EnumSet-">attachIterator(String, IteratorSetting, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Add an iterator to a namespace on the given scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#attachIterator-org.apache.accumulo.core.client.IteratorSetting-">attachIterator(IteratorSetting)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Configure iterator settings for a table prior to its creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#attachIterator-org.apache.accumulo.core.client.IteratorSetting-java.util.EnumSet-">attachIterator(IteratorSetting, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Configure iterator settings for a table prior to its creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-">attachIterator(String, IteratorSetting)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Add an iterator to a table on all scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-java.util.EnumSet-">attachIterator(String, IteratorSetting, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Add an iterator to a table on the given scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#authenticateUser-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">authenticateUser(String, AuthenticationToken)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Verify a username/password combination is valid</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">AuthenticationToken</span></a> - Interface in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">AuthenticationToken.AuthenticationTokenSerializer</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>
<div class="block">A utility class to serialize/deserialize <a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><code>AuthenticationToken</code></a> objects.<br>
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface
API.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">AuthenticationToken.Properties</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">AuthenticationToken.TokenProperty</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#AuthenticationTokenSerializer--">AuthenticationTokenSerializer()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.AuthenticationTokenSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/security/AuthorizationContainer.html" title="interface in org.apache.accumulo.core.security"><span class="typeNameLink">AuthorizationContainer</span></a> - Interface in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">An interface for classes that contain a collection of authorizations.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">Authorizations</span></a> - Class in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">A collection of authorization strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#Authorizations-java.util.Collection-">Authorizations(Collection&lt;byte[]&gt;)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Constructs an authorization object from a collection of string authorizations that have each
already been encoded as UTF-8 bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#Authorizations-java.util.List-">Authorizations(List&lt;ByteBuffer&gt;)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Constructs an authorization object from a list of string authorizations that have each already
been encoded as UTF-8 bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#Authorizations-byte:A-">Authorizations(byte[])</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Constructs an authorizations object from a serialized form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#Authorizations--">Authorizations()</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Constructs an empty set of authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#Authorizations-java.lang.String...-">Authorizations(String...)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Constructs an authorizations object from a set of human-readable authorizations.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/AuthorizationSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers"><span class="typeNameLink">AuthorizationSummarizer</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a></dt>
<dd>
<div class="block">Counts unique authorizations in column visibility labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/AuthorizationSummarizer.html#AuthorizationSummarizer--">AuthorizationSummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/AuthorizationSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">AuthorizationSummarizer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">BatchDeleter</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Implementations of BatchDeleter support efficient deletion of ranges in accumulo.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">BatchScanner</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">In exchange for possibly <b>returning scanned entries out of order</b>, BatchScanner
implementations may scan an Accumulo table more efficiently by
Looking up multiple ranges in parallel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#batchScannerQueryThreads-int-">batchScannerQueryThreads(int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build with default number of query threads for BatchScanner</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">BatchWriter</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Send Mutations to a single Table in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#batchWriterConfig-org.apache.accumulo.core.client.BatchWriterConfig-">batchWriterConfig(BatchWriterConfig)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter &amp;
BatchDeleter</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">BatchWriterConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">This object holds configuration settings used to instantiate a <a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><code>BatchWriter</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#BatchWriterConfig--">BatchWriterConfig()</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#beforeStartKey-org.apache.accumulo.core.data.Key-">beforeStartKey(Key)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Determines if the given key is before the start key of this range.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">BigIntegerLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder to encode/decode a BigInteger to/from bytes that maintain its native Java sort order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html#BigIntegerLexicoder--">BigIntegerLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BigIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#bound-org.apache.accumulo.core.data.Column-org.apache.accumulo.core.data.Column-">bound(Column, Column)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a new range that is bounded by the columns passed in.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ClientFactory.html#build--">build()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ClientFactory.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ClientFactory</a></dt>
<dd>
<div class="block">Builds AccumuloClient or client Properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#build--">build()</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#build--">build()</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#build--">build()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.Build.html#build--">build()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.Build.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.Build</a></dt>
<dd>
<div class="block">Build a <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> from this builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html#build--">build()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data">LoadPlan.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#builder-java.lang.String-">builder(String)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Call this method to initiate a chain of fluent method calls to a create an immutable
<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary"><code>SummarizerConfiguration</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#builder-java.lang.Class-">builder(Class&lt;? extends Summarizer&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#builder-boolean-">builder(boolean)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#builder--">builder()</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Create a <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.html#builder--">builder()</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.html" title="class in org.apache.accumulo.core.data">LoadPlan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html#BULK_LOAD_THREADS_DEFAULT">BULK_LOAD_THREADS_DEFAULT</a></span> - Static variable in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportMappingOptions</a></dt>
<dd>
<div class="block">This is the default number of threads used to determine where to load files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#byteAt-int-">byteAt(int)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#byteAt-int-">byteAt(int)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Gets a byte within this sequence.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">ByteSequence</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A sequence of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#ByteSequence--">ByteSequence()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">BytesLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">For each of the methods, this lexicoder just passes the input through untouched.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html#BytesLexicoder--">BytesLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BytesLexicoder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#cancelCompaction-java.lang.String-">cancelCompaction(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Cancels a user initiated major compaction of a table initiated with
<a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-boolean-boolean-"><code>TableOperations.compact(String, Text, Text, boolean, boolean)</code></a> or
<a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-java.util.List-boolean-boolean-"><code>TableOperations.compact(String, Text, Text, List, boolean, boolean)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#canCreateTables-org.apache.hadoop.mapred.JobConf-">canCreateTables(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether tables are permitted to be created as needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#canCreateTables-org.apache.hadoop.mapreduce.JobContext-">canCreateTables(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether tables are permitted to be created as needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#changeLocalUserPassword-java.lang.String-org.apache.accumulo.core.client.security.tokens.PasswordToken-">changeLocalUserPassword(String, PasswordToken)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Set the user's password</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#changeUserAuthorizations-java.lang.String-org.apache.accumulo.core.security.Authorizations-">changeUserAuthorizations(String, Authorizations)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Set the user's record-level authorizations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-java.util.EnumSet-">checkIteratorConflicts(String, IteratorSetting, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Check whether a given iterator configuration conflicts with existing configuration; in
particular, determine if the name or priority are already in use for the specified scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts-java.lang.String-org.apache.accumulo.core.client.IteratorSetting-java.util.EnumSet-">checkIteratorConflicts(String, IteratorSetting, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Check whether a given iterator configuration conflicts with existing configuration; in
particular, determine if the name or priority are already in use for the specified scopes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#checkOutputSpecs-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.mapred.JobConf-">checkOutputSpecs(FileSystem, JobConf)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#checkOutputSpecs-org.apache.hadoop.mapreduce.JobContext-">checkOutputSpecs(JobContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#CLASS">CLASS</a></span> - Static variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#CLASS">CLASS</a></span> - Static variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#CLASS_NAME">CLASS_NAME</a></span> - Static variable in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#clear--">clear()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html#clear--">clear()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html" title="interface in org.apache.accumulo.core.client">IsolatedScanner.RowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#clear--">clear()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#clearClassLoaderContext--">clearClassLoaderContext()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Clears the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#clearClassLoaderContext--">clearClassLoaderContext()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Clears the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#clearColumns--">clearColumns()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Clears the columns to be fetched (useful for resetting the scanner for reuse).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#clearIteratorSamplerConfiguration--">clearIteratorSamplerConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>
<div class="block">Clear any iterator sampler configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#clearLocatorCache-java.lang.String-">clearLocatorCache(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Clears the tablet locator cache for a specified table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#clearOptions--">clearOptions()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Remove all options from the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#clearSamplerConfiguration-java.lang.String-">clearSamplerConfiguration(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Clear all sampling configuration properties on the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#clearSamplerConfiguration--">clearSamplerConfiguration()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Clears sampler configuration making a scanner read all data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#clearScanIterators--">clearScanIterators()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Clears scan iterators prior to returning a scanner to the pool.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">ClientConfiguration</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/core/client/Accumulo.html#newClient--"><code>Accumulo.newClient()</code></a></span></div>
</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client"><span class="typeNameLink">ClientConfiguration.ClientProperty</span></a> - Enum in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">ClientSideIteratorScanner</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">A scanner that instantiates iterators on the client side instead of on the tablet server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#ClientSideIteratorScanner-org.apache.accumulo.core.client.Scanner-">ClientSideIteratorScanner(Scanner)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>
<div class="block">Constructs a scanner that can execute client-side iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#clip-org.apache.accumulo.core.data.Range-">clip(Range)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range which represents the intersection of this range and the passed in range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#clip-org.apache.accumulo.core.data.Range-boolean-">clip(Range, boolean)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range which represents the intersection of this range and the passed in range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#clone-java.lang.String-java.lang.String-boolean-java.util.Map-java.util.Set-">clone(String, String, boolean, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Clone a table from an existing table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#clone--">clone()</a></span> - Method in interface org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#clone--">clone()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#clone--">clone()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#clone--">clone()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#clone--">clone()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#clone--">clone()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Cleans up any resources created by an AccumuloClient like threads and sockets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchDeleter.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchScanner.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriter.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></dt>
<dd>
<div class="block">Flush and release any resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#close--">close()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client">ConditionalWriter</a></dt>
<dd>
<div class="block">release any resources (like threads pools) used by conditional writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#close--">close()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#close--">close()</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html#close-org.apache.hadoop.mapred.Reporter-">close(Reporter)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#close--">close()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html#close-org.apache.hadoop.mapreduce.TaskAttemptContext-">close(TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></dt>
<dd>
<div class="block">Flush and release all resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#close--">close()</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#close--">close()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Closes any underlying connections on the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#colFamily">colFamily</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#collector-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">collector(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.html#collector-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">collector(SummarizerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer</a></dt>
<dd>
<div class="block">Factory method that creates a <a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer.Collector</code></a> based on configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html#collector-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">collector(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">DeletesSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html#collector-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">collector(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">EntryLengthSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#colQualifier">colQualifier</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#Column-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Column(Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#Column-org.apache.hadoop.io.Text-">Column(Text)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#Column-java.lang.String-java.lang.String-">Column(String, String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#Column-java.lang.String-">Column(String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Column</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A column, specified by family, qualifier, and visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#Column--">Column()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Creates a new blank column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#Column-byte:A-byte:A-byte:A-">Column(byte[], byte[], byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Creates a new column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#Column-org.apache.accumulo.core.dataImpl.thrift.TColumn-">Column(TColumn)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Creates a new column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#columnFamily">columnFamily</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#columnQualifier">columnQualifier</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">ColumnUpdate</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A single column and value pair within a <a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data"><code>Mutation</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#ColumnUpdate-byte:A-byte:A-byte:A-boolean-long-boolean-byte:A-">ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Creates a new column update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#columnVisibility">columnVisibility</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">ColumnVisibility</span></a> - Class in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">Validate the column visibility is a valid expression and set the visibility for a Mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility--">ColumnVisibility()</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Creates an empty visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility-java.lang.String-">ColumnVisibility(String)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Creates a column visibility for a Mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility-org.apache.hadoop.io.Text-">ColumnVisibility(Text)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Creates a column visibility for a Mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility-byte:A-">ColumnVisibility(byte[])</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Creates a column visibility for a Mutation from a string already encoded in UTF-8 bytes.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">ColumnVisibility.Node</span></a> - Class in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">A node in the parse tree for a visibility expression.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">ColumnVisibility.NodeComparator</span></a> - Class in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">A node comparator.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="typeNameLink">ColumnVisibility.NodeType</span></a> - Enum in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">The node types in a parse tree for a visibility expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#colVisibility">colVisibility</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#combiner-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">combiner(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.html#combiner-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">combiner(SummarizerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer</a></dt>
<dd>
<div class="block">Factory method that creates a <a href="org/apache/accumulo/core/client/summary/Summarizer.Combiner.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer.Combiner</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html#combiner-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">combiner(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">DeletesSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html#combiner-org.apache.accumulo.core.client.summary.SummarizerConfiguration-">combiner(SummarizerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">EntryLengthSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-boolean-boolean-">compact(String, Text, Text, boolean, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Starts a full major compaction of the tablets in the range (start, end].</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-java.util.List-boolean-boolean-">compact(String, Text, Text, List&lt;IteratorSetting&gt;, boolean, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Starts a full major compaction of the tablets in the range (start, end].</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.accumulo.core.client.admin.CompactionConfig-">compact(String, CompactionConfig)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Starts a full major compaction of the tablets in the range (start, end].</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">CompactionConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">This class exist to pass parameters to <a href="org/apache/accumulo/core/client/admin/TableOperations.html#compact-java.lang.String-org.apache.accumulo.core.client.admin.CompactionConfig-"><code>TableOperations.compact(String, CompactionConfig)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#CompactionConfig--">CompactionConfig()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">CompactionStrategyConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Configuration object which describes how a Compaction is run.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#CompactionStrategyConfig-java.lang.String-">CompactionStrategyConfig(String)</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.Comparator.html#Comparator--">Comparator()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.Comparator.html" title="class in org.apache.accumulo.core.data">Value.Comparator</a></dt>
<dd>
<div class="block">constructor</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.Comparator.html#compare-byte:A-int-int-byte:A-int-int-">compare(byte[], int, int, byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.Comparator.html" title="class in org.apache.accumulo.core.data">Value.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html#compare-org.apache.accumulo.core.security.ColumnVisibility.Node-org.apache.accumulo.core.security.ColumnVisibility.Node-">compare(ColumnVisibility.Node, ColumnVisibility.Node)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.NodeComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#compareBytes-org.apache.accumulo.core.data.ByteSequence-org.apache.accumulo.core.data.ByteSequence-">compareBytes(ByteSequence, ByteSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Compares the two given byte sequences, byte by byte, returning a negative, zero, or positive
result if the first sequence is less than, equal to, or greater than the second.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compareColumnFamily-org.apache.hadoop.io.Text-">compareColumnFamily(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compares this key's column family with another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compareColumnQualifier-org.apache.hadoop.io.Text-">compareColumnQualifier(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compares this key's column qualifier with another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compareRow-org.apache.hadoop.io.Text-">compareRow(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compares this key's row ID with another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#compareTo-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty-">compareTo(AuthenticationToken.TokenProperty)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#compareTo-org.apache.accumulo.core.data.ByteSequence-">compareTo(ByteSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#compareTo-org.apache.accumulo.core.data.Column-">compareTo(Column)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Compares this column to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compareTo-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.PartialKey-">compareTo(Key, PartialKey)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compares elements of a key given by a <a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><code>PartialKey</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compareTo-org.apache.accumulo.core.data.Key-">compareTo(Key)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#compareTo-org.apache.accumulo.core.data.Range-">compareTo(Range)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Compares this range to another range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#compareTo-java.lang.Object-">compareTo(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Define the sort order of the BytesWritable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#compareTo-byte:A-">compareTo(byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Compares the bytes in this object to the specified byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#compress-java.util.List-">compress(List&lt;? extends KeyValue&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compresses a list of key/value pairs before sending them via thrift.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Condition</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Conditions that must be met on a particular column in a row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#Condition-java.lang.CharSequence-java.lang.CharSequence-">Condition(CharSequence, CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Creates a new condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#Condition-byte:A-byte:A-">Condition(byte[], byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Creates a new condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#Condition-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Condition(Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Creates a new condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#Condition-org.apache.accumulo.core.data.ByteSequence-org.apache.accumulo.core.data.ByteSequence-">Condition(ByteSequence, ByteSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Creates a new condition.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">ConditionalMutation</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A Mutation that contains a list of conditions that must all be met before the mutation is
applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-byte:A-org.apache.accumulo.core.data.Condition...-">ConditionalMutation(byte[], Condition...)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-byte:A-int-int-org.apache.accumulo.core.data.Condition...-">ConditionalMutation(byte[], int, int, Condition...)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-org.apache.hadoop.io.Text-org.apache.accumulo.core.data.Condition...-">ConditionalMutation(Text, Condition...)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-java.lang.CharSequence-org.apache.accumulo.core.data.Condition...-">ConditionalMutation(CharSequence, Condition...)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-org.apache.accumulo.core.data.ByteSequence-org.apache.accumulo.core.data.Condition...-">ConditionalMutation(ByteSequence, Condition...)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#ConditionalMutation-org.apache.accumulo.core.data.ConditionalMutation-">ConditionalMutation(ConditionalMutation)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">ConditionalWriter</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on
rows.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">ConditionalWriter.Result</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="typeNameLink">ConditionalWriter.Status</span></a> - Enum in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">ConditionalWriterConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#ConditionalWriterConfig--">ConditionalWriterConfig()</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Connector</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#Connector--">Connector()</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#constrainClass">constrainClass</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">ConstraintViolationSummary</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A summary of constraint violations across some number of mutations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#ConstraintViolationSummary-java.lang.String-short-java.lang.String-long-">ConstraintViolationSummary(String, short, String, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>
<div class="block">Creates a new summary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#ConstraintViolationSummary-org.apache.accumulo.core.dataImpl.thrift.TConstraintViolationSummary-">ConstraintViolationSummary(TConstraintViolationSummary)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>
<div class="block">Creates a new summary from Thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#contains-org.apache.accumulo.core.data.Key-">contains(Key)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Determines if the given key falls within this range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/AuthorizationContainer.html#contains-org.apache.accumulo.core.data.ByteSequence-">contains(ByteSequence)</a></span> - Method in interface org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/AuthorizationContainer.html" title="interface in org.apache.accumulo.core.security">AuthorizationContainer</a></dt>
<dd>
<div class="block">Checks whether this object contains the given authorization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#contains-byte:A-">contains(byte[])</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Checks whether this object contains the given authorization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#contains-org.apache.accumulo.core.data.ByteSequence-">contains(ByteSequence)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Checks whether this object contains the given authorization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#contains-java.lang.String-">contains(String)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Checks whether this object contains the given authorization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#containsKey-java.lang.String-">containsKey(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#containsKey-java.lang.Object-">containsKey(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#containsValue-java.lang.Object-">containsValue(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#contentEquals-byte:A-">contentEquals(byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Compares the bytes in this object to the specified byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#contextIterators-org.apache.hadoop.mapreduce.TaskAttemptContext-java.lang.String-">contextIterators(TaskAttemptContext, String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Extracts Iterators settings from the context to be used by RecordReader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#contextIterators-org.apache.hadoop.mapreduce.TaskAttemptContext-java.lang.String-">contextIterators(TaskAttemptContext, String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.Converter.html#convert-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-java.util.function.Consumer-">convert(Key, Value, Consumer&lt;K&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.Converter.html" title="interface in org.apache.accumulo.core.client.summary">CountingSummarizer.Converter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html#convert-java.lang.String-">convert(String)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloRunner.PropertiesConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#converter--">converter()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/AuthorizationSummarizer.html#converter--">converter()</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/AuthorizationSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">AuthorizationSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html#converter--">converter()</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">FamilySummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html#converter--">converter()</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">VisibilitySummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#copier--">copier()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">Override this if your key type is mutable and subject to change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html#copier--">copier()</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">FamilySummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html#copier--">copier()</a></span> - Method in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">VisibilitySummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#copy-byte:A-">copy(byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Sets the byte data of this value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#COUNTER_STAT_PREFIX">COUNTER_STAT_PREFIX</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This prefixes all counters when emitting statistics in
<a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#summarize-org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer-"><code>Summarizer.Collector.summarize(Summarizer.StatisticConsumer)</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">CounterSummary</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">This a convenience class for interpreting summary data generated by implementations of
<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary"><code>CountingSummarizer</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#CounterSummary-org.apache.accumulo.core.client.summary.Summary-">CounterSummary(Summary)</a></span> - Constructor for class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>
<div class="block">This method will call <a href="org/apache/accumulo/core/client/summary/CounterSummary.html#CounterSummary-org.apache.accumulo.core.client.summary.Summary-boolean-"><code>CounterSummary.CounterSummary(Summary, boolean)</code></a> with true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#CounterSummary-org.apache.accumulo.core.client.summary.Summary-boolean-">CounterSummary(Summary, boolean)</a></span> - Constructor for class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">CountingSummarizer</span></a>&lt;<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="type parameter in CountingSummarizer">K</a>&gt; - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">This class counts arbitrary keys while defending against too many keys and keys that are too
long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#CountingSummarizer--">CountingSummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.Converter.html" title="interface in org.apache.accumulo.core.client.summary"><span class="typeNameLink">CountingSummarizer.Converter</span></a>&lt;<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.Converter.html" title="type parameter in CountingSummarizer.Converter">K</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">A function that converts key values to zero or more counter objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#create-java.lang.String-">create(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Create an empty namespace with no initial configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#create-java.lang.String-">create(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Create a table with no special configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#create-java.lang.String-org.apache.accumulo.core.client.admin.NewTableConfiguration-">create(String, NewTableConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#create--">create()</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes an empty configuration object to be further configured with other methods on the
class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#createAccumuloClient-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">createAccumuloClient(String, AuthenticationToken)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block">Utility method to create an <a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client"><code>AccumuloClient</code></a> with connection to the MAC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchDeleter-java.lang.String-org.apache.accumulo.core.security.Authorizations-int-org.apache.accumulo.core.client.BatchWriterConfig-">createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create BatchDeleter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchDeleter-java.lang.String-org.apache.accumulo.core.security.Authorizations-int-">createBatchDeleter(String, Authorizations, int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create BatchDeleter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createBatchDeleter-java.lang.String-org.apache.accumulo.core.security.Authorizations-int-long-long-int-">createBatchDeleter(String, Authorizations, int, long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><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-">createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create BatchDeleter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchScanner-java.lang.String-org.apache.accumulo.core.security.Authorizations-int-">createBatchScanner(String, Authorizations, int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a BatchScanner connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchScanner-java.lang.String-org.apache.accumulo.core.security.Authorizations-">createBatchScanner(String, Authorizations)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a BatchScanner connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchScanner-java.lang.String-">createBatchScanner(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a BatchScanner with all of user's authorizations and the number of
query threads configured when AccumuloClient was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createBatchScanner-java.lang.String-org.apache.accumulo.core.security.Authorizations-int-">createBatchScanner(String, Authorizations, int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create a BatchScanner connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchWriter-java.lang.String-org.apache.accumulo.core.client.BatchWriterConfig-">createBatchWriter(String, BatchWriterConfig)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createBatchWriter-java.lang.String-">createBatchWriter(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a BatchWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createBatchWriter-java.lang.String-long-long-int-">createBatchWriter(String, long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createBatchWriter-java.lang.String-org.apache.accumulo.core.client.BatchWriterConfig-">createBatchWriter(String, BatchWriterConfig)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create a BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createConditionalWriter-java.lang.String-org.apache.accumulo.core.client.ConditionalWriterConfig-">createConditionalWriter(String, ConditionalWriterConfig)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a ConditionalWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createConditionalWriter-java.lang.String-org.apache.accumulo.core.client.ConditionalWriterConfig-">createConditionalWriter(String, ConditionalWriterConfig)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create a ConditionalWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#createLocalUser-java.lang.String-org.apache.accumulo.core.client.security.tokens.PasswordToken-">createLocalUser(String, PasswordToken)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Create a user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createMultiTableBatchWriter-org.apache.accumulo.core.client.BatchWriterConfig-">createMultiTableBatchWriter(BatchWriterConfig)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a Multi-Table BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createMultiTableBatchWriter--">createMultiTableBatchWriter()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a Multi-Table BatchWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter-long-long-int-">createMultiTableBatchWriter(long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter-org.apache.accumulo.core.client.BatchWriterConfig-">createMultiTableBatchWriter(BatchWriterConfig)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create a Multi-Table BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#createOffline--">createOffline()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Create the new table in an offline state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloRowInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createScanner-java.lang.String-org.apache.accumulo.core.security.Authorizations-">createScanner(String, Authorizations)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a Scanner connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#createScanner-java.lang.String-">createScanner(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Factory method to create a Scanner with all of the user's authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#createScanner-java.lang.String-org.apache.accumulo.core.security.Authorizations-">createScanner(String, Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Factory method to create a Scanner connected to Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#CREDENTIAL_PROVIDERS_PROPERTY">CREDENTIAL_PROVIDERS_PROPERTY</a></span> - Static variable in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">CredentialProviderToken</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>
<div class="block">An <a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><code>AuthenticationToken</code></a> backed by a Hadoop CredentialProvider.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#CredentialProviderToken--">CredentialProviderToken()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#CredentialProviderToken-java.lang.String-java.lang.String-">CredentialProviderToken(String, String)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#currentK">currentK</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The Key that should be returned to the client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#currentKey">currentKey</a></span> - Variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#currentKey">currentKey</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The Key that is used to determine progress in the current InputSplit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#currentV">currentV</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The Value that should be return to the client</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#data">data</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">DateLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for date objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html#DateLexicoder--">DateLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DateLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="class in org.apache.accumulo.core.client.lexicoder">AbstractEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#decode-byte:A-int-int-">decode(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="class in org.apache.accumulo.core.client.lexicoder">AbstractEncoder</a></dt>
<dd>
<div class="block">Checks if the byte array is null, or if parameters exceed the bounds of the byte array, then
calls <a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#decodeUnchecked-byte:A-int-int-"><code>AbstractEncoder.decodeUnchecked(byte[], int, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BigIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BytesLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DateLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DoubleLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">FloatLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">IntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ListLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">PairLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">StringLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">TextLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ULongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html#decode-byte:A-">decode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UUIDLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html" title="class in org.apache.accumulo.core.client.lexicoder">AbstractEncoder</a></dt>
<dd>
<div class="block">Decodes a byte array without checking if the offset and len exceed the bounds of the actual
array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BigIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BytesLexicoder</a></dt>
<dd>
<div class="block">If offset == 0 and len == data.length, returns data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DateLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DoubleLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">FloatLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">IntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ListLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">LongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">PairLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ReverseLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">StringLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">TextLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ULongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html#decodeUnchecked-byte:A-int-int-">decodeUnchecked(byte[], int, int)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UUIDLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#decompress-java.util.List-">decompress(List&lt;TKeyValue&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Decompresses a list of key/value pairs received from thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#defaultNamespace--">defaultNamespace()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Returns the name of the default namespace</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/DelegationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">DelegationToken</span></a> - Interface in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>
<div class="block">An <a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><code>AuthenticationToken</code></a> that wraps a "Hadoop style" delegation token created by Accumulo.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">DelegationTokenConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Configuration options for obtaining a delegation token created by
<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#getDelegationToken-org.apache.accumulo.core.client.admin.DelegationTokenConfig-"><code>SecurityOperations.getDelegationToken(DelegationTokenConfig)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#DelegationTokenConfig--">DelegationTokenConfig()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete-java.lang.String-">delete(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Delete an empty namespace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#delete-java.lang.String-">delete(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Delete a table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchDeleter.html#delete--">delete()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></dt>
<dd>
<div class="block">Deletes the ranges specified by <a href="org/apache/accumulo/core/client/BatchDeleter.html#setRanges-java.util.Collection-"><code>BatchDeleter.setRanges(java.util.Collection&lt;org.apache.accumulo.core.data.Range&gt;)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#delete--">delete()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#deleted">deleted</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.Build.html#deleted-boolean-">deleted(boolean)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.Build.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.Build</a></dt>
<dd>
<div class="block">Set the deleted marker of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#deleteRows-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">deleteRows(String, Text, Text)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Delete rows between (start, end]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#DELETES_IGNORED_STAT">DELETES_IGNORED_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This is the name of the statistic that tracks the total number of deleted keys seen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html#DELETES_STAT">DELETES_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">DeletesSummarizer</a></dt>
<dd>
<div class="block">The name of the statistics for the number of deletes.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers"><span class="typeNameLink">DeletesSummarizer</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a></dt>
<dd>
<div class="block">This summarizer tracks the total number of delete Keys seen and the total number of keys seen.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html#DeletesSummarizer--">DeletesSummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">DeletesSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#deserialize-java.lang.String-">deserialize(String)</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#deserialize-java.lang.Class-byte:A-">deserialize(Class&lt;T&gt;, byte[])</a></span> - Static method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.AuthenticationTokenSerializer</a></dt>
<dd>
<div class="block">A convenience method to create tokens from serialized bytes, created by
<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#serialize-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>AuthenticationToken.AuthenticationTokenSerializer.serialize(AuthenticationToken)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#deserialize-java.lang.String-byte:A-">deserialize(String, byte[])</a></span> - Static method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.AuthenticationTokenSerializer</a></dt>
<dd>
<div class="block">An alternate version of <a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#deserialize-java.lang.Class-byte:A-"><code>AuthenticationToken.AuthenticationTokenSerializer.deserialize(Class, byte[])</code></a> that accepts a token class name
rather than a token class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#destroy--">destroy()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#destroy--">destroy()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#destroy--">destroy()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#destroy--">destroy()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#disableIsolation--">disableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#disableIsolation--">disableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#disableIsolation--">disableIsolation()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Disables row isolation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">DiskUsage</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#DiskUsage-java.util.SortedSet-java.lang.Long-">DiskUsage(SortedSet&lt;String&gt;, Long)</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">DoubleLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for preserving the native Java sort order of Double values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html#DoubleLexicoder--">DoubleLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DoubleLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html#drain-java.lang.String-">drain(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></dt>
<dd>
<div class="block">Waits for a table to be fully replicated, given the state of files pending replication for the
provided table at the point in time which this method is invoked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html#drain-java.lang.String-java.util.Set-">drain(String, Set&lt;String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></dt>
<dd>
<div class="block">Given the provided set of files that are pending replication for a table, wait for those files
to be fully replicated to all configured peers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#dropLocalUser-java.lang.String-">dropLocalUser(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Delete a user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#droppingOldTimestamp-long-">droppingOldTimestamp(long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="typeNameLink">Durability</span></a> - Enum in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">The value for the durability of a BatchWriter or ConditionalWriter.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#EMITTED_STAT">EMITTED_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This is the name of the statistic that tracks the total number of counter objects emitted by
the <a href="org/apache/accumulo/core/client/summary/CountingSummarizer.Converter.html" title="interface in org.apache.accumulo.core.client.summary"><code>CountingSummarizer.Converter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#EMPTY">EMPTY</a></span> - Static variable in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">An empty set of authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#EMPTY">EMPTY</a></span> - Static variable in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>
<div class="block">An empty list of nodes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#enableIsolation--">enableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#enableIsolation--">enableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#enableIsolation--">enableIsolation()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Enables row isolation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#enableSampling-org.apache.accumulo.core.client.sample.SamplerConfiguration-">enableSampling(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Enable building a sample data set on the new table using the given sampler configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#enableSummarization-org.apache.accumulo.core.client.summary.SummarizerConfiguration...-">enableSummarization(SummarizerConfiguration...)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Enables creating summary statistics using <a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer</code></a>'s for the new table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html#encode-java.math.BigInteger-">encode(BigInteger)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BigIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html#encode-byte:A-">encode(byte[])</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">BytesLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html#encode-java.util.Date-">encode(Date)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DateLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DateLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html#encode-java.lang.Double-">encode(Double)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">DoubleLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html#encode-java.lang.Float-">encode(Float)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">FloatLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html#encode-java.lang.Integer-">encode(Integer)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">IntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html#encode-java.util.List-">encode(List&lt;LT&gt;)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ListLexicoder</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html#encode-java.lang.Long-">encode(Long)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">LongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html#encode-org.apache.accumulo.core.util.ComparablePair-">encode(ComparablePair&lt;A, B&gt;)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">PairLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html#encode-T-">encode(T)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ReverseLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html#encode-java.lang.String-">encode(String)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">StringLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html#encode-org.apache.hadoop.io.Text-">encode(Text)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">TextLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html#encode-java.lang.Integer-">encode(Integer)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html#encode-java.lang.Long-">encode(Long)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ULongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html#encode-java.util.UUID-">encode(UUID)</a></span> - Method in class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UUIDLexicoder</a></dt>
<dt><a href="org/apache/accumulo/core/client/lexicoder/Encoder.html" title="interface in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">Encoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/Encoder.html" title="type parameter in Encoder">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">An encoder represents a typed object that can be encoded/decoded to/from a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#encoder--">encoder()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#endRow-org.apache.hadoop.io.Text-">endRow(Text)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">The end row is inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#endRow-java.lang.CharSequence-">endRow(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">The end row is inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#endRow-org.apache.hadoop.io.Text-">endRow(Text)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>
<div class="block">Summary data may possibly be stored at a more granular level than the entire file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#endRow-java.lang.CharSequence-">endRow(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers"><span class="typeNameLink">EntryLengthSummarizer</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a></dt>
<dd>
<div class="block">Summarizer that computes summary information about field lengths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html#EntryLengthSummarizer--">EntryLengthSummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/EntryLengthSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">EntryLengthSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#entrySet--">entrySet()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Compares the classname and options to determine equality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#equals-org.apache.accumulo.core.data.Column-">equals(Column)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Checks if this column equals another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#equals-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.PartialKey-">equals(Key, PartialKey)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Compares part of a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#equals-org.apache.accumulo.core.data.Mutation-">equals(Mutation)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Checks if this mutation equals another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#equals-org.apache.accumulo.core.data.Range-">equals(Range)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Determines if this range equals another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">See <a href="org/apache/accumulo/core/security/ColumnVisibility.html#equals-org.apache.accumulo.core.security.ColumnVisibility-"><code>ColumnVisibility.equals(ColumnVisibility)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#equals-org.apache.accumulo.core.security.ColumnVisibility-">equals(ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms
and conditions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityEvaluator.html#escape-byte:A-boolean-">escape(byte[], boolean)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityEvaluator.html" title="class in org.apache.accumulo.core.security">VisibilityEvaluator</a></dt>
<dd>
<div class="block">Properly escapes an authorization string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#estimatedMemoryUsed--">estimatedMemoryUsed()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets an estimate of the amount of memory used by this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityEvaluator.html#evaluate-org.apache.accumulo.core.security.ColumnVisibility-">evaluate(ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityEvaluator.html" title="class in org.apache.accumulo.core.security">VisibilityEvaluator</a></dt>
<dd>
<div class="block">Evaluates the given column visibility against the authorizations provided to this evaluator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-org.apache.hadoop.io.Text-">exact(Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">exact(Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row and column family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">exact(Text, Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, and column qualifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">exact(Text, Text, Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, column qualifier, and column
visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-">exact(Text, Text, Text, Text, long)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, column qualifier, column visibility,
and timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-java.lang.CharSequence-">exact(CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-java.lang.CharSequence-java.lang.CharSequence-">exact(CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row and column family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">exact(CharSequence, CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, and column qualifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">exact(CharSequence, CharSequence, CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, column qualifier, and column
visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#exact-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-long-">exact(CharSequence, CharSequence, CharSequence, CharSequence, long)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an exact row, column family, column qualifier, column visibility,
and timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html#executor-java.util.concurrent.Executor-">executor(Executor)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportMappingOptions</a></dt>
<dd>
<div class="block">Files are examined to determine where to load them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#exists-java.lang.String-">exists(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">A method to check if a namespace exists in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#exists-java.lang.String-">exists(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">A method to check if a table exists in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#exportTable-java.lang.String-java.lang.String-">exportTable(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Exports a table.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html#family-byte:A-">family(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnFamilyStep</a></dt>
<dd>
<div class="block">Set the column family of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html#family-byte:A-int-int-">family(byte[], int, int)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnFamilyStep</a></dt>
<dd>
<div class="block">Set the column family of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html#family-org.apache.hadoop.io.Text-">family(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnFamilyStep</a></dt>
<dd>
<div class="block">Set the column family of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html#family-java.lang.CharSequence-">family(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnFamilyStep</a></dt>
<dd>
<div class="block">Set the column family of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html#family-byte:A-">family(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.FamilyOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html#family-java.nio.ByteBuffer-">family(ByteBuffer)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.FamilyOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html#family-java.lang.CharSequence-">family(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.FamilyOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html#family-org.apache.hadoop.io.Text-">family(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.FamilyOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers"><span class="typeNameLink">FamilySummarizer</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a></dt>
<dd>
<div class="block">Counts column column families.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html#FamilySummarizer--">FamilySummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">FamilySummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#fetchColumn-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">fetchColumn(Text, Text)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Adds a column to the list of columns that will be fetched by this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#fetchColumn-org.apache.accumulo.core.client.IteratorSetting.Column-">fetchColumn(IteratorSetting.Column)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Adds a column to the list of columns that will be fetch by this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#fetchColumnFamily-org.apache.hadoop.io.Text-">fetchColumnFamily(Text)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Adds a column family to the list of columns that will be fetched by this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#fetchColumns-org.apache.hadoop.mapred.JobConf-java.util.Collection-">fetchColumns(JobConf, Collection&lt;Pair&lt;Text, Text&gt;&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Restricts the columns that will be mapped over for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#fetchColumns-org.apache.hadoop.mapreduce.Job-java.util.Collection-">fetchColumns(Job, Collection&lt;Pair&lt;Text, Text&gt;&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Restricts the columns that will be mapped over for this job for the default input table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#fetchColumns-java.util.Collection-">fetchColumns(Collection&lt;Pair&lt;Text, Text&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Restricts the columns that will be mapped over for this job for the default input table.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/FindMax.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">FindMax</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/FindMax.html#FindMax--">FindMax()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/FindMax.html" title="class in org.apache.accumulo.core.client.admin">FindMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/FindMax.html#findMax-org.apache.accumulo.core.client.Scanner-org.apache.hadoop.io.Text-boolean-org.apache.hadoop.io.Text-boolean-">findMax(Scanner, Text, boolean, Text, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/FindMax.html" title="class in org.apache.accumulo.core.client.admin">FindMax</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#flatten--">flatten()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Generates a byte[] that represents a normalized, but logically equivalent, form of this
evaluator's expression.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">FloatLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for preserving the native Java sort order of Float values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html#FloatLexicoder--">FloatLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">FloatLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#flush-boolean-">flush(boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">Forces a flush of data in memory to files before summary data is retrieved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#flush-java.lang.String-">flush(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Initiate a flush of a table's data that is in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#flush-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-boolean-">flush(String, Text, Text, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Flush a table's data that is currently in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriter.html#flush--">flush()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></dt>
<dd>
<div class="block">Send any buffered mutations to Accumulo immediately.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html#flush--">flush()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></dt>
<dd>
<div class="block">Send mutations for all tables to accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#followingKey-org.apache.accumulo.core.data.PartialKey-">followingKey(PartialKey)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns a key that will sort immediately after this key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#followingPrefix-org.apache.hadoop.io.Text-">followingPrefix(Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Text that sorts just after all Texts beginning with a prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html#from-java.lang.String-">from(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.PropertyOptions</a></dt>
<dd>
<div class="block">Build using properties file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html#from-java.nio.file.Path-">from(Path)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.PropertyOptions</a></dt>
<dd>
<div class="block">Build using properties file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html#from-java.util.Properties-">from(Properties)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.PropertyOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.PropertyOptions</a></dt>
<dd>
<div class="block">Build using Java properties object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#from-org.apache.accumulo.core.client.AccumuloClient-">from(AccumuloClient)</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a Connector from an AccumuloClient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.InputArguments.html#from-org.apache.accumulo.core.client.rfile.RFileSource...-">from(RFileSource...)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.InputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.InputArguments</a></dt>
<dd>
<div class="block">Specify RFiles to read from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.InputArguments.html#from-java.lang.String...-">from(String...)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.InputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.InputArguments</a></dt>
<dd>
<div class="block">Specify RFiles to read from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryInputArguments.html#from-org.apache.accumulo.core.client.rfile.RFileSource...-">from(RFileSource...)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryInputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryInputArguments</a></dt>
<dd>
<div class="block">Specify RFiles to read from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryInputArguments.html#from-java.lang.String...-">from(String...)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryInputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryInputArguments</a></dt>
<dd>
<div class="block">Specify RFiles to read from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#fromFile-java.io.File-">fromFile(File)</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes a configuration object from the contents of a configuration file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#fromMap-java.util.Map-">fromMap(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes a configuration object from the contents of a map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MemoryUnit.html#fromSuffix-java.lang.String-">fromSuffix(String)</a></span> - Static method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster">MemoryUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#fromTableProperties-java.util.Map-">fromTableProperties(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Decodes table properties with the prefix <code>table.summarizer</code> into
<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary"><code>SummarizerConfiguration</code></a> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#fromTableProperties-java.lang.Iterable-">fromTableProperties(Iterable&lt;Map.Entry&lt;String, String&gt;&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#get-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-">get(ClientConfiguration.ClientProperty)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the value for prop, the default value if not present.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#get-java.lang.Object-">get(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#get--">get()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Gets the byte data of this value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#getActiveCompactions-java.lang.String-">getActiveCompactions(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">List the active compaction running on a tablet server</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#getActiveScans-java.lang.String-">getActiveScans(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">List the active scans on tablet server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getAge--">getAge()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getAge--">getAge()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#getAllPropertiesWithPrefix-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-">getAllPropertiesWithPrefix(ClientConfiguration.ClientProperty)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets all properties under the given prefix in this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getAuthenticationToken-org.apache.hadoop.mapred.JobConf-">getAuthenticationToken(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authenticated token from either the specified token file or directly from the
configuration, whichever was used when the job was configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getAuthenticationToken-org.apache.hadoop.mapred.JobConf-">getAuthenticationToken(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authenticated token from either the specified token file or directly from the
configuration, whichever was used when the job was configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken-org.apache.hadoop.mapreduce.JobContext-">getAuthenticationToken(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authenticated token from either the specified token file or directly from the
configuration, whichever was used when the job was configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken-org.apache.hadoop.mapreduce.JobContext-">getAuthenticationToken(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authenticated token from either the specified token file or directly from the
configuration, whichever was used when the job was configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getAuthorizations--">getAuthorizations()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getAuthorizations--">getAuthorizations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#getAuthorizations--">getAuthorizations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#getAuthorizations--">getAuthorizations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Returns the authorizations that have been set on the scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#getAuthorizations--">getAuthorizations()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Gets the authorizations in sorted order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#getAuthorizationsArray--">getAuthorizationsArray()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Returns a serialized form of these authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#getAuthorizationsBB--">getAuthorizationsBB()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Gets the authorizations in sorted order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getAuths--">getAuths()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#getAutoAdjustRanges-org.apache.hadoop.mapred.JobConf-">getAutoAdjustRanges(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has auto-adjust ranges enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAutoAdjustRanges-org.apache.hadoop.mapreduce.JobContext-">getAutoAdjustRanges(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has auto-adjust ranges enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#getBackingArray--">getBackingArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#getBackingArray--">getBackingArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Gets the backing byte array for this sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#getBatchSize--">getBatchSize()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#getBatchSize--">getBatchSize()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Returns the batch size (number of Key/Value pairs) that will be fetched at a time from a tablet
server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#getBatchTimeout-java.util.concurrent.TimeUnit-">getBatchTimeout(TimeUnit)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Returns the timeout to fill a batch in the given TimeUnit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html#getBatchWriter-java.lang.String-">getBatchWriter(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></dt>
<dd>
<div class="block">Returns a BatchWriter for a particular table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getBatchWriterOptions-org.apache.hadoop.mapred.JobConf-">getBatchWriterOptions(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the <a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client"><code>BatchWriterConfig</code></a> settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getBatchWriterOptions-org.apache.hadoop.mapreduce.JobContext-">getBatchWriterOptions(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the <a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client"><code>BatchWriterConfig</code></a> settings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#getChildren--">getChildren()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#getClassLoaderContext--">getClassLoaderContext()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Returns the name of the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getClassLoaderContext-org.apache.hadoop.mapred.JobConf-">getClassLoaderContext(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the name of the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getClassLoaderContext-org.apache.hadoop.mapreduce.JobContext-">getClassLoaderContext(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the name of the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#getClassLoaderContext--">getClassLoaderContext()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Returns the name of the current classloader context set on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#getClassName--">getClassName()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#getClassName--">getClassName()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getClient--">getClient()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientConfig--">getClientConfig()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientProperties--"><code>MiniAccumuloCluster.getClientProperties()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getClientConfiguration-org.apache.hadoop.mapred.JobConf-">getClientConfiguration(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Fetch the client configuration from the job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getClientConfiguration-org.apache.hadoop.mapreduce.JobContext-">getClientConfiguration(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct the <a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client"><code>ClientConfiguration</code></a> given the provided
context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientProperties--">getClientProperties()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getClientProperties-java.io.File-">getClientProperties(File)</a></span> - Static method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block">Construct client <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a> using a <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><code>MiniAccumuloCluster</code></a> directory</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#getColumnFamily--">getColumnFamily()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#getColumnFamily--">getColumnFamily()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Gets the column family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#getColumnFamily--">getColumnFamily()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the column family for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnFamily-org.apache.hadoop.io.Text-">getColumnFamily(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Writes the column family into the given <code>Text</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnFamily--">getColumnFamily()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the column family as a <code>Text</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnFamilyData--">getColumnFamilyData()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns the column family as a byte sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html#getColumnQualifier--">getColumnQualifier()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client">IteratorSetting.Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#getColumnQualifier--">getColumnQualifier()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Gets the column qualifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#getColumnQualifier--">getColumnQualifier()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the column qualifier for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnQualifier-org.apache.hadoop.io.Text-">getColumnQualifier(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Writes the column qualifier into the given <code>Text</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnQualifier--">getColumnQualifier()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the column qualifier as a <code>Text</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnQualifierData--">getColumnQualifierData()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns the column qualifier as a byte sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getColumns--">getColumns()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#getColumnVisibility--">getColumnVisibility()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Gets the column visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#getColumnVisibility--">getColumnVisibility()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the column visibility for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnVisibility--">getColumnVisibility()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the column visibility as a <code>Text</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnVisibility-org.apache.hadoop.io.Text-">getColumnVisibility(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Writes the column visibility into the given <code>Text</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnVisibilityData--">getColumnVisibilityData()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns the column visibility as a byte sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getColumnVisibilityParsed--">getColumnVisibilityParsed()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the column visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getCompactionStrategy--">getCompactionStrategy()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#getConditions--">getConditions()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#getConf--">getConf()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#getConf--">getConf()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getConfig--">getConfig()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-byte:A-">getConnector(String, byte[])</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-java.nio.ByteBuffer-">getConnector(String, ByteBuffer)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-java.lang.CharSequence-">getConnector(String, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">getConnector(String, AuthenticationToken)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a connection to this instance of accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">getConnector(String, AuthenticationToken)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getConnector-java.lang.String-java.lang.String-">getConnector(String, String)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#getConstrainClass--">getConstrainClass()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#getConstraintViolationSummaries--">getConstraintViolationSummaries()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getCounters--">getCounters()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#getCredentialProviders--">getCredentialProviders()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#getCurrentKey--">getCurrentKey()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#getCurrentValue--">getCurrentValue()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getDebugPorts--">getDebugPorts()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getDefaultMemory--">getDefaultMemory()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getDefaultTableName-org.apache.hadoop.mapred.JobConf-">getDefaultTableName(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the default table name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getDefaultTableName-org.apache.hadoop.mapreduce.JobContext-">getDefaultTableName(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the default table name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#getDefaultValue--">getDefaultValue()</a></span> - Method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#getDelegationToken-org.apache.accumulo.core.client.admin.DelegationTokenConfig-">getDelegationToken(DelegationTokenConfig)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Obtain a <a href="org/apache/accumulo/core/client/security/tokens/DelegationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens"><code>DelegationToken</code></a> for use when Kerberos credentials cannot be used (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getDeleted--">getDeleted()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getDeletesIgnored--">getDeletesIgnored()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/PartialKey.html#getDepth--">getDepth()</a></span> - Method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data">PartialKey</a></dt>
<dd>
<div class="block">Gets the depth of this partial key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#getDescription--">getDescription()</a></span> - Method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#getDescription--">getDescription()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.html#getDestinations--">getDestinations()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.html" title="class in org.apache.accumulo.core.data">LoadPlan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getDir--">getDir()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getDiskUsage-java.util.Set-">getDiskUsage(Set&lt;String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Gets the number of bytes being used in the files for a set of tables</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#getDurability--">getDurability()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#getDurability--">getDurability()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getEmitted--">getEmitted()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#getEndKey--">getEndKey()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets the ending key, or null if the end is positive infinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getEndRow--">getEndRow()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Destination.html#getEndRow--">getEndRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Destination.html" title="class in org.apache.accumulo.core.data">LoadPlan.Destination</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/TabletId.html#getEndRow--">getEndRow()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getEntriesRead--">getEntriesRead()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getEntriesWritten--">getEntriesWritten()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#getEquivalent-org.apache.accumulo.core.security.TablePermission-">getEquivalent(TablePermission)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#getEquivalent-org.apache.accumulo.core.security.SystemPermission-">getEquivalent(SystemPermission)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#getErrorServers--">getErrorServers()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#getExpression--">getExpression()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Accessor for the underlying byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getExtra--">getExtra()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getFamily--">getFamily()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the column family of this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#getFetchedColumns-org.apache.hadoop.mapred.JobConf-">getFetchedColumns(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the columns to be mapped over from this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getFetchedColumns-org.apache.hadoop.mapreduce.JobContext-">getFetchedColumns(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the columns to be mapped over from this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getFetchedColumns--">getFetchedColumns()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the columns to be fetched for this configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getFetchedColumns--">getFetchedColumns()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Destination.html#getFileName--">getFileName()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Destination.html" title="class in org.apache.accumulo.core.data">LoadPlan.Destination</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.html#getFileStatistics--">getFileStatistics()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary">Summary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getFlush--">getFlush()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#getId--">getId()</a></span> - Method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>
<div class="block">Gets the byte ID of this permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/SystemPermission.html#getId--">getId()</a></span> - Method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security">SystemPermission</a></dt>
<dd>
<div class="block">Gets the byte ID of this permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/TablePermission.html#getId--">getId()</a></span> - Method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security">TablePermission</a></dt>
<dd>
<div class="block">Gets the byte ID of this permission.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getIdleTime--">getIdleTime()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getIgnored--">getIgnored()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getInaccurate--">getInaccurate()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#getInitialTableState--">getInitialTableState()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Return value indicating whether table is to be created in offline or online mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getInputFiles--">getInputFiles()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileSource.html#getInputStream--">getInputStream()</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileSource.html" title="class in org.apache.accumulo.core.client.rfile">RFileSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getInputTableConfig-org.apache.hadoop.mapred.JobConf-java.lang.String-">getInputTableConfig(JobConf, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Fetches a <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a> that has been set
on the configuration for a specific table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getInputTableConfig-org.apache.hadoop.mapreduce.JobContext-java.lang.String-">getInputTableConfig(JobContext, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Fetches a <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a> that has been set on the configuration for a specific table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getInputTableConfigs-org.apache.hadoop.mapred.JobConf-">getInputTableConfigs(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Fetches all <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a>s that have been
set on the given Hadoop job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getInputTableConfigs-org.apache.hadoop.mapreduce.JobContext-">getInputTableConfigs(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Fetches all <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a>s that have been set on the given job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#getInputTableName-org.apache.hadoop.mapred.JobConf-">getInputTableName(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the table name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getInputTableName-org.apache.hadoop.mapreduce.JobContext-">getInputTableName(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the table name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#getInstance--">getInstance()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Accessor method for internal instance object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getInstance-org.apache.hadoop.mapred.JobConf-">getInstance(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes an Accumulo <a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getInstance-org.apache.hadoop.mapred.JobConf-">getInstance(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes an Accumulo <a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getInstance-org.apache.hadoop.mapreduce.JobContext-">getInstance(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes an Accumulo <a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getInstance-org.apache.hadoop.mapreduce.JobContext-">getInstance(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initializes an Accumulo <a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getInstance--">getInstance()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 1.7.0, use getInstance(ClientConfiguration) instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getInstance-org.apache.accumulo.core.client.ClientConfiguration-">getInstance(ClientConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#getInstanceID--">getInstanceID()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Returns a unique string that identifies this instance of accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getInstanceID--">getInstanceID()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a unique string that identifies this instance of accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getInstanceID--">getInstanceID()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getInstanceName--">getInstanceName()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the instance name given at system initialization time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getInstanceName--">getInstanceName()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getInstanceName--">getInstanceName()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getInstanceName--">getInstanceName()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getInstanceName--">getInstanceName()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#getIteratorClass--">getIteratorClass()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Get the name of the class that implements the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getIterators--">getIterators()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getIterators--">getIterators()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#getIterators-org.apache.hadoop.mapred.JobConf-">getIterators(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a list of the iterator settings (for iterators to apply to a scanner) from this
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIterators-org.apache.hadoop.mapreduce.JobContext-">getIterators(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets a list of the iterator settings (for iterators to apply to a scanner) from this
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getIterators--">getIterators()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the iterators to be set on this configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getIterators--">getIterators()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getIterators--">getIterators()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the iterators for this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getIteratorSamplerConfiguration--">getIteratorSamplerConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting-java.lang.String-java.lang.String-org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope-">getIteratorSetting(String, String, IteratorUtil.IteratorScope)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Get the settings for an iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting-java.lang.String-java.lang.String-org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope-">getIteratorSetting(String, String, IteratorUtil.IteratorScope)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Get the settings for an iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#getKey--">getKey()</a></span> - Method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#getKey--">getKey()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#getKeys--">getKeys()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#getKeytab--">getKeytab()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>
<div class="block">The keytab file used to perform Kerberos login.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#getKVCount--">getKVCount()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Get a count of the total number of entries in all rows read so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getLarge--">getLarge()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getLastContactTime--">getLastContactTime()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getLength--">getLength()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">This implementation of length is only an estimate, it does not provide exact values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileSource.html#getLength--">getLength()</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileSource.html" title="class in org.apache.accumulo.core.client.rfile">RFileSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getLength--">getLength()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns the sums of the lengths of the row, column family, column qualifier, and column
visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getLocalityGroup--">getLocalityGroup()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getLocalityGroups-java.lang.String-">getLocalityGroups(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Gets the locality groups currently set for a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getLocations--">getLocations()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getLogLevel-org.apache.hadoop.mapred.JobConf-">getLogLevel(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the log level from this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getLogLevel-org.apache.hadoop.mapred.JobConf-">getLogLevel(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the log level from this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getLogLevel-org.apache.hadoop.mapreduce.JobContext-">getLogLevel(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the log level from this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getLogLevel-org.apache.hadoop.mapreduce.JobContext-">getLogLevel(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the log level from this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getLogLevel--">getLogLevel()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#getMask--">getMask()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getMasterLocations--">getMasterLocations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the location(s) of the accumulo master and any redundant servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getMasterLocations--">getMasterLocations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#getMaxLatency-java.util.concurrent.TimeUnit-">getMaxLatency(TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#getMaxMemory--">getMaxMemory()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getMaxRow-java.lang.String-org.apache.accumulo.core.security.Authorizations-org.apache.hadoop.io.Text-boolean-org.apache.hadoop.io.Text-boolean-">getMaxRow(String, Authorizations, Text, boolean, Text, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Finds the max row within a given range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#getMaxWriteThreads--">getMaxWriteThreads()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#getMaxWriteThreads--">getMaxWriteThreads()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getMemory-org.apache.accumulo.minicluster.ServerType-">getMemory(ServerType)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityParseException.html#getMessage--">getMessage()</a></span> - Method in exception org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityParseException.html" title="class in org.apache.accumulo.core.security">VisibilityParseException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getMissing--">getMissing()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html#getMutation--">getMutation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#getName--">getName()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Get the iterator's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#getName--">getName()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html#getNamespaceName--">getNamespaceName()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html" title="class in org.apache.accumulo.core.client">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html#getNamespaceName--">getNamespaceName()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html" title="class in org.apache.accumulo.core.client">NamespaceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getNativeLibPaths--">getNativeLibPaths()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#getNumberOfViolatingMutations--">getNumberOfViolatingMutations()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getNumTservers--">getNumTservers()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#getOptions--">getOptions()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#getOptions--">getOptions()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Get the configuration parameters for this iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#getOptions--">getOptions()</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#getOptions--">getOptions()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getOutputCommitter-org.apache.hadoop.mapreduce.TaskAttemptContext-">getOutputCommitter(TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getOutputFile--">getOutputFile()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#getParseTree--">getParseTree()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Gets the parse tree for this column visibility.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#getPartition-org.apache.accumulo.core.data.Key-org.apache.hadoop.io.Writable-int-">getPartition(Key, Writable, int)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#getPartition-org.apache.hadoop.io.Text-org.apache.hadoop.io.Writable-int-">getPartition(Text, Writable, int)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#getPassword--">getPassword()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#getPermissionById-byte-">getPermissionById(byte)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>
<div class="block">Gets the permission matching the given byte ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/SystemPermission.html#getPermissionById-byte-">getPermissionById(byte)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security">SystemPermission</a></dt>
<dd>
<div class="block">Gets the permission matching the given byte ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/TablePermission.html#getPermissionById-byte-">getPermissionById(byte)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security">TablePermission</a></dt>
<dd>
<div class="block">Gets the permission matching the given byte ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#getPos--">getPos()</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/TabletId.html#getPrevEndRow--">getPrevEndRow()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getPrincipal-org.apache.hadoop.mapred.JobConf-">getPrincipal(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the user name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getPrincipal-org.apache.hadoop.mapred.JobConf-">getPrincipal(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the principal from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getPrincipal-org.apache.hadoop.mapreduce.JobContext-">getPrincipal(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the user name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getPrincipal-org.apache.hadoop.mapreduce.JobContext-">getPrincipal(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the user name from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getPrincipal--">getPrincipal()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#getPrincipal--">getPrincipal()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>
<div class="block">The identity of the user to which this token belongs to according to Kerberos</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#getPriority--">getPriority()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Get layer at which this iterator applies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#getProgress--">getProgress()</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#getProgress--">getProgress()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getProgress-org.apache.accumulo.core.data.ByteSequence-org.apache.accumulo.core.data.ByteSequence-org.apache.accumulo.core.data.ByteSequence-">getProgress(ByteSequence, ByteSequence, ByteSequence)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getProgress-org.apache.accumulo.core.data.Key-">getProgress(Key)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#getProperties-java.lang.String-">getProperties(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Gets properties of a namespace, which are inherited by tables in this namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#getProperties--">getProperties()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Retrieves the complete set of currently configured table properties to be applied to a table
when this configuration object is used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getProperties-java.lang.String-">getProperties(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Gets properties of a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#getProperties--">getProperties()</a></span> - Method in interface org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#getProperties--">getProperties()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#getProperties--">getProperties()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#getProperties--">getProperties()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#getProperties--">getProperties()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#getPropertyByKey-java.lang.String-">getPropertyByKey(String)</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#getPropertyId--">getPropertyId()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">The propertyId is used to when creating table properties for a summarizer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getQualifier--">getQualifier()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the column qualifier of this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getRange--">getRange()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#getRange--">getRange()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getRange--">getRange()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#getRange--">getRange()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Returns the range of keys to scan over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#getRanges-org.apache.hadoop.mapred.JobConf-">getRanges(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the ranges to scan over from a job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getRanges-org.apache.hadoop.mapreduce.JobContext-">getRanges(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the ranges to scan over from a job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getRanges--">getRanges()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the ranges to be queried in the configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Destination.html#getRangeType--">getRangeType()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Destination.html" title="class in org.apache.accumulo.core.data">LoadPlan.Destination</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getReadaheadThreshold--">getReadaheadThreshold()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#getReadaheadThreshold--">getReadaheadThreshold()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#getReadaheadThreshold--">getReadaheadThreshold()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">The number of batches of Key/Value pairs returned before the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> will begin to
prefetch the next batch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getReason--">getReason()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#getRecordReader-org.apache.hadoop.mapred.InputSplit-org.apache.hadoop.mapred.JobConf-org.apache.hadoop.mapred.Reporter-">getRecordReader(InputSplit, JobConf, Reporter)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#getRecordReader-org.apache.hadoop.mapred.InputSplit-org.apache.hadoop.mapred.JobConf-org.apache.hadoop.mapred.Reporter-">getRecordReader(InputSplit, JobConf, Reporter)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#getRecordReader-org.apache.hadoop.mapred.InputSplit-org.apache.hadoop.mapred.JobConf-org.apache.hadoop.mapred.Reporter-">getRecordReader(InputSplit, JobConf, Reporter)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloRowInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#getRecordWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.mapred.JobConf-java.lang.String-org.apache.hadoop.util.Progressable-">getRecordWriter(FileSystem, JobConf, String, Progressable)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getRecordWriter-org.apache.hadoop.fs.FileSystem-org.apache.hadoop.mapred.JobConf-java.lang.String-org.apache.hadoop.util.Progressable-">getRecordWriter(FileSystem, JobConf, String, Progressable)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#getRecordWriter-org.apache.hadoop.mapreduce.TaskAttemptContext-">getRecordWriter(TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getRecordWriter-org.apache.hadoop.mapreduce.TaskAttemptContext-">getRecordWriter(TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#getReplicationSources--">getReplicationSources()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Return the replication sources for this Mutation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getRootPassword--">getRootPassword()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getRootTabletLocation--">getRootTabletLocation()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the location of the tablet server that is serving the root tablet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getRootTabletLocation--">getRootTabletLocation()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getRow-org.apache.hadoop.io.Text-">getRow(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Writes the row ID into the given <code>Text</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getRow--">getRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the row ID as a <code>Text</code> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#getRow--">getRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets the row ID for this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getRowData--">getRowData()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns the row ID as a byte sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#getSamplerClassName--">getSamplerClassName()</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#getSamplerConfiguration-java.lang.String-">getSamplerConfiguration(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Reads the sampling configuration properties for a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getSamplerConfiguration--">getSamplerConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getSamplerConfiguration--">getSamplerConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#getSamplerConfiguration--">getSamplerConfiguration()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getScanAuthorizations-org.apache.hadoop.mapred.JobConf-">getScanAuthorizations(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authorizations to set for the scans from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getScanAuthorizations-org.apache.hadoop.mapreduce.JobContext-">getScanAuthorizations(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the authorizations to set for the scans from the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getScanid--">getScanid()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#getSecurityErrorCode--">getSecurityErrorCode()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#getSecurityErrorCodes--">getSecurityErrorCodes()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getSeen--">getSeen()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#getSerializedFormat--">getSerializedFormat()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets the serialization format used to (de)serialize this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getSimulationMode-org.apache.hadoop.mapred.JobConf-">getSimulationMode(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether this feature is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getSimulationMode-org.apache.hadoop.mapreduce.JobContext-">getSimulationMode(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether this feature is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getSiteConfig--">getSiteConfig()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#getSiteConfiguration--">getSiteConfiguration()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getSize--">getSize()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Same as <a href="org/apache/accumulo/core/data/Key.html#getLength--"><code>Key.getLength()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#getSize--">getSize()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Gets the size of this value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#getSplits--">getSplits()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Return Collection of split values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getSplits-org.apache.hadoop.mapred.JobConf-int-">getSplits(JobConf, int)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the splits of the tables that have been set on the job by reading the metadata table for
the specified ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getSplits-org.apache.hadoop.mapreduce.JobContext-">getSplits(JobContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Gets the splits of the tables that have been set on the job by reading the metadata table for
the specified ranges.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getSsiList--">getSsiList()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getSsio--">getSsio()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#getStartKey--">getStartKey()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets the start key, or null if the start is negative infinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getStartRow--">getStartRow()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Destination.html#getStartRow--">getStartRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Destination.html" title="class in org.apache.accumulo.core.data">LoadPlan.Destination</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getState--">getState()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.html#getStatistics--">getStatistics()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary">Summary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html#getStatus--">getStatus()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></dt>
<dd>
<div class="block">If this method throws an exception, then its possible the mutation is still being actively
processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.html#getSummarizerConfiguration--">getSummarizerConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary">Summary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#getSystemConfiguration--">getSystemConfiguration()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTable--">getTable()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getTable--">getTable()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getTable--">getTable()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 1.6.1, use getTableName() instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getTableId--">getTableId()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableDeletedException.html#getTableId--">getTableId()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableDeletedException.html" title="class in org.apache.accumulo.core.client">TableDeletedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/TabletId.html#getTableId--">getTableId()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#getTableInfo--">getTableInfo()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getTableName--">getTableName()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableNotFoundException.html#getTableName--">getTableName()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#getTables--">getTables()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet--">getTablet()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet--">getTablet()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/Locations.html#getTabletLocation-org.apache.accumulo.core.data.TabletId-">getTabletLocation(TabletId)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/Locations.html" title="interface in org.apache.accumulo.core.client.admin">Locations</a></dt>
<dd>
<div class="block">For any <a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data"><code>TabletId</code></a> known to this object, the method will return the tablet server
location for that tablet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html#getTabletServer--">getTabletServer()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#getTabletServers--">getTabletServers()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">List the currently active tablet servers participating in the accumulo instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#getTerm-byte:A-">getTerm(byte[])</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#getTermEnd--">getTermEnd()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#getTermStart--">getTermStart()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TimedOutException.html#getTimedOutSevers--">getTimedOutSevers()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TimedOutException.html" title="class in org.apache.accumulo.core.client">TimedOutException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#getTimeout-java.util.concurrent.TimeUnit-">getTimeout(TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#getTimeout-java.util.concurrent.TimeUnit-">getTimeout(TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#getTimeout-java.util.concurrent.TimeUnit-">getTimeout(TimeUnit)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Returns the setting for how long a scanner will automatically retry when a failure occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#getTimestamp--">getTimestamp()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the timestamp for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getTimestamp--">getTimestamp()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the timestamp of this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#getTimestamp--">getTimestamp()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Gets the timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#getTimeType--">getTimeType()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Retrieve the time type currently configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getToken-org.apache.hadoop.mapred.JobConf-">getToken(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getToken-org.apache.hadoop.mapreduce.JobContext-">getToken(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getToken-org.apache.hadoop.mapreduce.JobContext-">getToken(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getToken--">getToken()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getTokenClass-org.apache.hadoop.mapred.JobConf-">getTokenClass(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getTokenClass-org.apache.hadoop.mapreduce.JobContext-">getTokenClass(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getTokenClass-org.apache.hadoop.mapreduce.JobContext-">getTokenClass(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#getTokenLifetime-java.util.concurrent.TimeUnit-">getTokenLifetime(TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>
<div class="block">The current token lifetime.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getTooLong--">getTooLong()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CounterSummary.html#getTooMany--">getTooMany()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CounterSummary.html" title="class in org.apache.accumulo.core.client.summary">CounterSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#getTotal--">getTotal()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getType--">getType()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html" title="class in org.apache.accumulo.core.client.admin">ActiveCompaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getType--">getType()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#getType--">getType()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#getUnknownExceptions--">getUnknownExceptions()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#getUpdates--">getUpdates()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets the modifications and deletions in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#getUsage--">getUsage()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#getUser--">getUser()</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getUser--">getUser()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin">ActiveScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#getUserAuthorizations-java.lang.String-">getUserAuthorizations(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Retrieves the user's authorizations for scanning</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#getValue--">getValue()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the cell value for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getValue--">getValue()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the value of this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#getViolationCode--">getViolationCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#getViolationDescription--">getViolationDescription()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#getVisibility--">getVisibility()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Gets the column visibility of this condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#getWait--">getWait()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#getZooKeeperPort--">getZooKeeperPort()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getZooKeepers--">getZooKeepers()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a comma-separated list of zookeeper servers the instance is using.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getZooKeepers--">getZooKeepers()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getZooKeepers--">getZooKeepers()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#getZooKeepers--">getZooKeepers()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Instance.html#getZooKeepersSessionTimeOut--">getZooKeepersSessionTimeOut()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the zookeeper connection timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getZooKeepersSessionTimeOut--">getZooKeepersSessionTimeOut()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#GLOBAL_CONF_FILENAME">GLOBAL_CONF_FILENAME</a></span> - Static variable in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#grantNamespacePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.NamespacePermission-">grantNamespacePermission(String, String, NamespacePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Grant a user a specific permission for a specific namespace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#grantSystemPermission-java.lang.String-org.apache.accumulo.core.security.SystemPermission-">grantSystemPermission(String, SystemPermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Grant a user a system permission</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#grantTablePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.TablePermission-">grantTablePermission(String, String, TablePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Grant a user a specific permission for a specific table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/Locations.html#groupByRange--">groupByRange()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/Locations.html" title="interface in org.apache.accumulo.core.client.admin">Locations</a></dt>
<dd>
<div class="block">For all of the ranges passed to <a href="org/apache/accumulo/core/client/admin/TableOperations.html#locate-java.lang.String-java.util.Collection-"><code>TableOperations.locate(String, java.util.Collection)</code></a>,
return a map of the tablets each range overlaps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/Locations.html#groupByTablet--">groupByTablet()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/Locations.html" title="interface in org.apache.accumulo.core.client.admin">Locations</a></dt>
<dd>
<div class="block">For all of the ranges passed to <a href="org/apache/accumulo/core/client/admin/TableOperations.html#locate-java.lang.String-java.util.Collection-"><code>TableOperations.locate(String, java.util.Collection)</code></a>,
return a map of the ranges each tablet overlaps.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html#hash-java.io.DataOutput-org.apache.accumulo.core.data.Key-">hash(DataOutput, Key)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample">AbstractHashSampler</a></dt>
<dd>
<div class="block">Subclass must override this method and hash some portion of the key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html#hash-java.io.DataOutput-org.apache.accumulo.core.data.Key-">hash(DataOutput, Key)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html" title="class in org.apache.accumulo.core.client.sample">RowColumnSampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowSampler.html#hash-java.io.DataOutput-org.apache.accumulo.core.data.Key-">hash(DataOutput, Key)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowSampler.html" title="class in org.apache.accumulo.core.client.sample">RowSampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Hashes the classname and options to create a hashcode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#hashCode--">hashCode()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#hasNamespacePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.NamespacePermission-">hasNamespacePermission(String, String, NamespacePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Verify the user has a particular namespace permission</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Returns true if there is at least one more row to get.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#hasSasl--">hasSasl()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Show whether SASL has been set on this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#hasSystemPermission-java.lang.String-org.apache.accumulo.core.security.SystemPermission-">hasSystemPermission(String, SystemPermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Verify the user has a particular system permission</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#hasTablePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.TablePermission-">hasTablePermission(String, String, TablePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Verify the user has a particular table permission</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#hasTimestamp--">hasTimestamp()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets whether this update specifies a timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#HEADER">HEADER</a></span> - Static variable in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">A special header string used when serializing instances of this class.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory-java.lang.String-java.lang.String-java.lang.String-boolean-">importDirectory(String, String, String, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory-java.lang.String-">importDirectory(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Bulk import the files in a directory into a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#importTable-java.lang.String-java.lang.String-">importTable(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Imports a table exported via exportTable and copied via hadoop distcp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#INGNORE_DELETES_DEFAULT">INGNORE_DELETES_DEFAULT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#INGNORE_DELETES_OPT">INGNORE_DELETES_OPT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">A configuration option to determine if delete keys should be counted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html#init-org.apache.accumulo.core.client.sample.SamplerConfiguration-">init(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample">AbstractHashSampler</a></dt>
<dd>
<div class="block">Subclasses with options should override this method and call <code>super.init(config)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html#init-org.apache.accumulo.core.client.sample.SamplerConfiguration-">init(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html" title="class in org.apache.accumulo.core.client.sample">RowColumnSampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/Sampler.html#init-org.apache.accumulo.core.client.sample.SamplerConfiguration-">init(SamplerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/Sampler.html" title="interface in org.apache.accumulo.core.client.sample">Sampler</a></dt>
<dd>
<div class="block">An implementation of Sampler must have a noarg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#init-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties-">init(AuthenticationToken.Properties)</a></span> - Method in interface org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#init-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties-">init(AuthenticationToken.Properties)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#init-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties-">init(AuthenticationToken.Properties)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#init-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties-">init(AuthenticationToken.Properties)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#init-org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties-">init(AuthenticationToken.Properties)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#initialize-org.apache.hadoop.mapred.InputSplit-org.apache.hadoop.mapred.JobConf-">initialize(InputSplit, JobConf)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initialize a scanner over the given input split using this task attempt configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#initialize-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">initialize(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/InitialTableState.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">InitialTableState</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Creation mode for table creation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">InputFormatBase</span></a>&lt;<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="type parameter in InputFormatBase">K</a>,<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="type parameter in InputFormatBase">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#InputFormatBase--">InputFormatBase()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">InputFormatBase</span></a>&lt;<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="type parameter in InputFormatBase">K</a>,<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="type parameter in InputFormatBase">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#InputFormatBase--">InputFormatBase()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">InputFormatBase.RecordReaderBase</span></a>&lt;<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="type parameter in InputFormatBase.RecordReaderBase">K</a>,<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="type parameter in InputFormatBase.RecordReaderBase">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">InputFormatBase.RecordReaderBase</span></a>&lt;<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="type parameter in InputFormatBase.RecordReaderBase">K</a>,<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="type parameter in InputFormatBase.RecordReaderBase">V</a>&gt; - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">InputTableConfig</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#InputTableConfig--">InputTableConfig()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#InputTableConfig-java.io.DataInput-">InputTableConfig(DataInput)</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a batch scan config object out of a previously serialized batch scan config object.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">Instance</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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"><code>Properties</code></a>
instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#instanceOperations--">instanceOperations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Retrieves an InstanceOperations object to modify instance configuration.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">InstanceOperations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#instanceOperations--">instanceOperations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Retrieves an InstanceOperations object to modify instance configuration.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">IntegerLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for signed integers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html#IntegerLexicoder--">IntegerLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">IntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#isBackedByArray--">isBackedByArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#isBackedByArray--">isBackedByArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Determines whether this sequence is backed by a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#isBatchScan-org.apache.hadoop.mapred.JobConf-">isBatchScan(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has the <a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client"><code>BatchScanner</code></a> feature enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isBatchScan-org.apache.hadoop.mapreduce.JobContext-">isBatchScan(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has the <a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client"><code>BatchScanner</code></a> feature enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html#isClosed--">isClosed()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></dt>
<dd>
<div class="block">Returns true if this batch writer has been closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#isConnectorInfoSet-org.apache.hadoop.mapred.JobConf-">isConnectorInfoSet(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if the connector has been configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#isConnectorInfoSet-org.apache.hadoop.mapred.JobConf-">isConnectorInfoSet(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if the connector has been configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#isConnectorInfoSet-org.apache.hadoop.mapreduce.JobContext-">isConnectorInfoSet(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if the connector has been configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#isConnectorInfoSet-org.apache.hadoop.mapreduce.JobContext-">isConnectorInfoSet(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines if the connector has been configured.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#isDeleted--">isDeleted()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>
<div class="block">Gets the delete marker for this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#isDeleted--">isDeleted()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Determines if this key is deleted (i.e., has a delete marker = true).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#isDestroyed--">isDestroyed()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#isDestroyed--">isDestroyed()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#isDestroyed--">isDestroyed()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#isDestroyed--">isDestroyed()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Checks if this collection of authorizations is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#isEndKeyInclusive--">isEndKeyInclusive()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets whether the end key of this range is inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#isInfiniteStartKey--">isInfiniteStartKey()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets whether the start key is negative infinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#isInfiniteStopKey--">isInfiniteStopKey()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets whether the end key is positive infinity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#isIsolated-org.apache.hadoop.mapred.JobConf-">isIsolated(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has isolation enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isIsolated-org.apache.hadoop.mapreduce.JobContext-">isIsolated(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has isolation enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#isIsolatedScan--">isIsolatedScan()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#isJDWPEnabled--">isJDWPEnabled()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#isOffline--">isOffline()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#isOfflineScan-org.apache.hadoop.mapred.JobConf-">isOfflineScan(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has the offline table scan feature enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isOfflineScan-org.apache.hadoop.mapreduce.JobContext-">isOfflineScan(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has the offline table scan feature enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#isOfflineScan--">isOfflineScan()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has the offline table scan feature enabled.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">IsolatedScanner</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">A scanner that presents a row isolated view of an accumulo table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#IsolatedScanner-org.apache.accumulo.core.client.Scanner-">IsolatedScanner(Scanner)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#IsolatedScanner-org.apache.accumulo.core.client.Scanner-org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory-">IsolatedScanner(Scanner, IsolatedScanner.RowBufferFactory)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">IsolatedScanner.MemoryRowBuffer</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">IsolatedScanner.MemoryRowBufferFactory</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">IsolatedScanner.RowBuffer</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">IsolatedScanner.RowBufferFactory</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#isStartKeyInclusive--">isStartKeyInclusive()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Gets whether the start key of this range is inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html#isValidOption-java.lang.String-">isValidOption(String)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/AbstractHashSampler.html" title="class in org.apache.accumulo.core.client.sample">AbstractHashSampler</a></dt>
<dd>
<div class="block">Subclasses with options should override this method and return true if the option is valid for
the subclass or if <code>super.isValidOption(opt)</code> returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html#isValidOption-java.lang.String-">isValidOption(String)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html" title="class in org.apache.accumulo.core.client.sample">RowColumnSampler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#iterator--">iterator()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#iterator--">iterator()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#iterator--">iterator()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html#iterator--">iterator()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html" title="interface in org.apache.accumulo.core.client">IsolatedScanner.RowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#iterator--">iterator()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Returns an iterator over an accumulo table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#iterator--">iterator()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">IteratorSetting</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Configure an iterator for minc, majc, and/or scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.String-java.lang.String-">IteratorSetting(int, String, String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting configured for the scan scope with no parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.String-java.lang.String-java.util.Map-">IteratorSetting(int, String, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting configured for the specified scopes with the specified
parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.Class-">IteratorSetting(int, Class&lt;? extends SortedKeyValueIterator&lt;Key, Value&gt;&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting using the given class's SimpleName for the iterator name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.Class-java.util.Map-">IteratorSetting(int, Class&lt;? extends SortedKeyValueIterator&lt;Key, Value&gt;&gt;, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting using the given class's SimpleName for the iterator name and
configured for the specified scopes with the specified parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.String-java.lang.Class-">IteratorSetting(int, String, Class&lt;? extends SortedKeyValueIterator&lt;Key, Value&gt;&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting configured for the scan scope with no parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-int-java.lang.String-java.lang.Class-java.util.Map-">IteratorSetting(int, String, Class&lt;? extends SortedKeyValueIterator&lt;Key, Value&gt;&gt;, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Constructs an iterator setting using the provided name and the provided class's name for the
scan scope with the provided parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting-java.io.DataInput-">IteratorSetting(DataInput)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">IteratorSetting.Column</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">A convenience class for passing column family and column qualifiers to iterator configuration
methods.</div>
</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#jobIterators-org.apache.hadoop.mapred.JobConf-java.lang.String-">jobIterators(JobConf, String)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Extracts Iterators settings from the context to be used by RecordReader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#jobIterators-org.apache.hadoop.mapred.JobConf-java.lang.String-">jobIterators(JobConf, String)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">KerberosToken</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>
<div class="block">Authentication token for Kerberos authenticated clients</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#KerberosToken-java.lang.String-">KerberosToken(String)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>
<div class="block">Creates a token using the provided principal and the currently logged-in user via
<code>UserGroupInformation</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#KerberosToken-java.lang.String-java.io.File-">KerberosToken(String, File)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>
<div class="block">Creates a Kerberos token for the specified principal using the provided keytab.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#KerberosToken--">KerberosToken()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>
<div class="block">Creates a token using the login user as returned by
<code>UserGroupInformation.getCurrentUser()</code></div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Key</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">This is the Key used to store and access individual values in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key--">Key()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with empty row, empty column family, empty column qualifier, empty column
visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-">Key(Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, empty column family, empty column qualifier, empty column
visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-">Key(byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, empty column family, empty column qualifier, empty column
visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-long-">Key(Text, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, empty column family, empty column qualifier, empty column
visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-long-">Key(byte[], long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, empty column family, empty column qualifier, empty column
visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-int-int-byte:A-int-int-byte:A-int-int-byte:A-int-int-long-">Key(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-byte:A-long-">Key(byte[], byte[], byte[], byte[], long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-byte:A-long-boolean-">Key(byte[], byte[], byte[], byte[], long, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-byte:A-long-boolean-boolean-">Key(byte[], byte[], byte[], byte[], long, boolean, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Key(Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, empty column qualifier,
empty column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-">Key(byte[], byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, empty column qualifier,
empty column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Key(Text, Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, empty column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-">Key(byte[], byte[], byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, empty column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Key(Text, Text, Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker
false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-byte:A-">Key(byte[], byte[], byte[], byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, timestamp <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>, and delete marker
false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-">Key(Text, Text, Text, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, empty column visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-long-">Key(byte[], byte[], byte[], long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, empty column visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-">Key(Text, Text, Text, Text, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-long-">Key(Text, Text, Text, ColumnVisibility, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-byte:A-byte:A-byte:A-org.apache.accumulo.core.security.ColumnVisibility-long-">Key(byte[], byte[], byte[], ColumnVisibility, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, the specified timestamp, and delete marker false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-">Key(CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-"><code>Key.Key(Text)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-">Key(CharSequence, CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-"><code>Key.Key(Text,Text)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">Key(CharSequence, CharSequence, CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-"><code>Key.Key(Text,Text,Text)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">Key(CharSequence, CharSequence, CharSequence, CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-"><code>Key.Key(Text,Text,Text,Text)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-long-">Key(CharSequence, CharSequence, CharSequence, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-"><code>Key.Key(Text,Text,Text,long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-long-">Key(CharSequence, CharSequence, CharSequence, CharSequence, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using <a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-"><code>Key.Key(Text,Text,Text,Text,long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-long-">Key(CharSequence, CharSequence, CharSequence, ColumnVisibility, long)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts CharSequence to Text and creates a Key using
<a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-long-"><code>Key.Key(Text,Text,Text,ColumnVisibility,long)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.accumulo.core.data.Key-">Key(Key)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key with the same row, column family, column qualifier, column visibility, timestamp,
and delete marker as the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#Key-org.apache.accumulo.core.dataImpl.thrift.TKey-">Key(TKey)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Creates a key from Thrift.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A builder used to build <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>s by defining their components.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.html#KeyBuilder--">KeyBuilder()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.html" title="class in org.apache.accumulo.core.data">KeyBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.Build.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder.Build</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Base Builder interface which can be used to set the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> timestamp and delete marker and
to build the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnFamilyStep.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder.ColumnFamilyStep</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Builder step used to set the columnFamily part of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder.ColumnQualifierStep</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Builder step used to set the column qualifier part of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder.ColumnVisibilityStep</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Builder step used to set the column visibility part of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">KeyBuilder.RowStep</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Builder step used to set the row part of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition"><span class="typeNameLink">KeyRangePartitioner</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.partition</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#KeyRangePartitioner--">KeyRangePartitioner()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#keySet--">keySet()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html#keystore-java.lang.CharSequence-">keystore(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SslOptions</a></dt>
<dd>
<div class="block">Build with SSL key store</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html#keystore-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">keystore(CharSequence, CharSequence, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SslOptions</a></dt>
<dd>
<div class="block">Build with SSL key store</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/KeyValue.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">KeyValue</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A key/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyValue.html#KeyValue-org.apache.accumulo.core.data.Key-byte:A-">KeyValue(Key, byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyValue.html" title="class in org.apache.accumulo.core.data">KeyValue</a></dt>
<dd>
<div class="block">Creates a new key/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyValue.html#KeyValue-org.apache.accumulo.core.data.Key-java.nio.ByteBuffer-">KeyValue(Key, ByteBuffer)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyValue.html" title="class in org.apache.accumulo.core.data">KeyValue</a></dt>
<dd>
<div class="block">Creates a new key/value pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyValue.html#KeyValue-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-">KeyValue(Key, Value)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyValue.html" title="class in org.apache.accumulo.core.data">KeyValue</a></dt>
<dd>
<div class="block">Creates a new key/value pair.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#length">length</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#length--">length()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#length--">length()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Gets the length of this sequence.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/Lexicoder.html" title="interface in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">Lexicoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/Lexicoder.html" title="type parameter in Lexicoder">T</a>&gt; - Interface in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder provides methods to convert to/from byte arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#list--">list()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Retrieve a list of namespaces in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#list--">list()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Retrieve a list of tables in Accumulo.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#listConstraints-java.lang.String-">listConstraints(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">List constraints on a namespace with their assigned numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#listConstraints-java.lang.String-">listConstraints(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">List constraints on a table with their assigned numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators-java.lang.String-">listIterators(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Get a list of iterators for this namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#listIterators-java.lang.String-">listIterators(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Get a list of iterators for this table.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">ListLexicoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="type parameter in ListLexicoder">LT</a>&gt; - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder to encode/decode a Java List to/from a byte array where the concatenation of each
encoded element sorts lexicographically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html#ListLexicoder-org.apache.accumulo.core.client.lexicoder.Lexicoder-">ListLexicoder(Lexicoder&lt;LT&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ListLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ListLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#listLocalUsers--">listLocalUsers()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Return a list of users in accumulo</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#listSplits-java.lang.String-">listSplits(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#listSplits-java.lang.String-int-">listSplits(String, int)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#listSummarizers-java.lang.String-">listSummarizers(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportOptions.html#load--">load()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportOptions</a></dt>
<dd>
<div class="block">Loads the files into the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#loadDefault--">loadDefault()</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Attempts to load a configuration file from the system using the default search paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html#loadFileTo-java.lang.String-org.apache.accumulo.core.data.LoadPlan.RangeType-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">loadFileTo(String, LoadPlan.RangeType, Text, Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data">LoadPlan.Builder</a></dt>
<dd>
<div class="block">Specify the row range where a file should be loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html#loadFileTo-java.lang.String-org.apache.accumulo.core.data.LoadPlan.RangeType-byte:A-byte:A-">loadFileTo(String, LoadPlan.RangeType, byte[], byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data">LoadPlan.Builder</a></dt>
<dd>
<div class="block">Specify the row range where a file should be loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html#loadFileTo-java.lang.String-org.apache.accumulo.core.data.LoadPlan.RangeType-java.lang.CharSequence-java.lang.CharSequence-">loadFileTo(String, LoadPlan.RangeType, CharSequence, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data">LoadPlan.Builder</a></dt>
<dd>
<div class="block">Specify the row range where a file should be loaded.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/LoadPlan.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">LoadPlan</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Information about where to load files into an Accumulo table.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/LoadPlan.Builder.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">LoadPlan.Builder</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/LoadPlan.Destination.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">LoadPlan.Destination</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Mapping of a file to a row range with an associated range type.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/LoadPlan.RangeType.html" title="enum in org.apache.accumulo.core.data"><span class="typeNameLink">LoadPlan.RangeType</span></a> - Enum in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#locate-java.lang.String-java.util.Collection-">locate(String, Collection&lt;Range&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Locates the tablet servers and tablets that would service a collections of ranges.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/Locations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">Locations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">A snapshot of metadata information about where a specified set of ranges are located returned by
<a href="org/apache/accumulo/core/client/admin/TableOperations.html#locate-java.lang.String-java.util.Collection-"><code>TableOperations.locate(String, java.util.Collection)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#log">log</a></span> - Static variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">LongLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">Signed long lexicoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html#LongLexicoder--">LongLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/LongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">LongLexicoder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloRunner</a></dt>
<dd>
<div class="block">Runs the <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><code>MiniAccumuloCluster</code></a> given a -p argument with a property file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#MAX_CKL_DEFAULT">MAX_CKL_DEFAULT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#MAX_COUNTER_DEFAULT">MAX_COUNTER_DEFAULT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#MAX_COUNTER_LEN_OPT">MAX_COUNTER_LEN_OPT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">A configuration option for specifying the maximum length of an individual counter key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#MAX_COUNTERS_OPT">MAX_COUNTERS_OPT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">A configuration option for specifying the maximum number of unique counters an instance of this
summarizer should track.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#MemoryRowBuffer--">MemoryRowBuffer()</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBuffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html#MemoryRowBufferFactory--">MemoryRowBufferFactory()</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBufferFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster"><span class="typeNameLink">MemoryUnit</span></a> - Enum in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#merge-java.lang.String-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">merge(String, Text, Text)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Merge tablets between (start, end]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#merge-org.apache.accumulo.core.client.BatchWriterConfig-">merge(BatchWriterConfig)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Merge this BatchWriterConfig with another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.Combiner.html#merge-java.util.Map-java.util.Map-">merge(Map&lt;String, Long&gt;, Map&lt;String, Long&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.Combiner.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer.Combiner</a></dt>
<dd>
<div class="block">This method should merge the statistics in the second map into the first map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#mergeOverlapping-java.util.Collection-">mergeOverlapping(Collection&lt;Range&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Merges overlapping and adjacent ranges.</div>
</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloCluster</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>
<div class="block">A utility class that will create Zookeeper and Accumulo processes that write all of their data to
a single local directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#MiniAccumuloCluster-java.io.File-java.lang.String-">MiniAccumuloCluster(File, String)</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#MiniAccumuloCluster-org.apache.accumulo.minicluster.MiniAccumuloConfig-">MiniAccumuloCluster(MiniAccumuloConfig)</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloConfig</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>
<div class="block">Holds configuration for <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><code>MiniAccumuloCluster</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#MiniAccumuloConfig-java.io.File-java.lang.String-">MiniAccumuloConfig(File, String)</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloInstance.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloInstance</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloInstance.html#MiniAccumuloInstance-java.lang.String-java.io.File-">MiniAccumuloInstance(String, File)</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloInstance.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct an <a href="org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> entry point to Accumulo using a
<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><code>MiniAccumuloCluster</code></a> directory</div>
</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloRunner</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>
<div class="block">A runner for starting up a <a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster"><code>MiniAccumuloCluster</code></a> from the command line using an optional
configuration properties file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.html#MiniAccumuloRunner--">MiniAccumuloRunner()</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloRunner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloRunner.Opts</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html" title="class in org.apache.accumulo.minicluster"><span class="typeNameLink">MiniAccumuloRunner.PropertiesConverter</span></a> - Class in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">MultiTableBatchWriter</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">This class enables efficient batch writing to multiple tables.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Mutation represents an action that manipulates a row in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-byte:A-">Mutation(byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-byte:A-int-">Mutation(byte[], int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-byte:A-int-int-">Mutation(byte[], int, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-byte:A-int-int-int-">Mutation(byte[], int, int, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-org.apache.hadoop.io.Text-">Mutation(Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-org.apache.hadoop.io.Text-int-">Mutation(Text, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-java.lang.CharSequence-">Mutation(CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-java.lang.CharSequence-int-">Mutation(CharSequence, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation--">Mutation()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-org.apache.accumulo.core.dataImpl.thrift.TMutation-">Mutation(TMutation)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation from a Thrift mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#Mutation-org.apache.accumulo.core.data.Mutation-">Mutation(Mutation)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a new mutation by copying another.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.FamilyOptions.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.FamilyOptions</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Provides methods for setting the column family of a Mutation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.MutationOptions</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Provides methods for setting the value of a Mutation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.QualifierOptions</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Provides methods for setting the column qualifier of a Mutation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.SERIALIZED_FORMAT</span></a> - Enum in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Formats available for serializing Mutations.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.TimestampOptions.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.TimestampOptions</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Provides methods for setting the timestamp of a Mutation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">Mutation.VisibilityOptions</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Provides methods for setting the column visibility of a Mutation.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">MutationsRejectedException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Communicate the failed mutations of a BatchWriter back to the client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#MutationsRejectedException-org.apache.accumulo.core.client.Instance-java.util.List-java.util.Map-java.util.Collection-int-java.lang.Throwable-">MutationsRejectedException(Instance, List&lt;ConstraintViolationSummary&gt;, Map&lt;TabletId, Set&lt;SecurityErrorCode&gt;&gt;, Collection&lt;String&gt;, int, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0, replaced by
<a href="org/apache/accumulo/core/client/MutationsRejectedException.html#MutationsRejectedException-org.apache.accumulo.core.client.AccumuloClient-java.util.List-java.util.Map-java.util.Collection-int-java.lang.Throwable-"><code>MutationsRejectedException.MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/MutationsRejectedException.html#MutationsRejectedException-org.apache.accumulo.core.client.AccumuloClient-java.util.List-java.util.Map-java.util.Collection-int-java.lang.Throwable-">MutationsRejectedException(AccumuloClient, List&lt;ConstraintViolationSummary&gt;, Map&lt;TabletId, Set&lt;SecurityErrorCode&gt;&gt;, Collection&lt;String&gt;, int, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client">MutationsRejectedException</a></dt>
<dd>
<div class="block">Creates Mutations rejected exception</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#NAME_PROPERTY">NAME_PROPERTY</a></span> - Static variable in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/NamespaceExistsException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">NamespaceExistsException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Thrown when the namespace specified already exists, and it was expected that it didn't</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceExistsException.html#NamespaceExistsException-java.lang.String-java.lang.String-java.lang.String-">NamespaceExistsException(String, String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceExistsException.html" title="class in org.apache.accumulo.core.client">NamespaceExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceExistsException.html#NamespaceExistsException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">NamespaceExistsException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceExistsException.html" title="class in org.apache.accumulo.core.client">NamespaceExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceExistsException.html#NamespaceExistsException-org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException-">NamespaceExistsException(ThriftTableOperationException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceExistsException.html" title="class in org.apache.accumulo.core.client">NamespaceExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#namespaceIdMap--">namespaceIdMap()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Get a mapping of namespace name to internal namespace id.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">NamespaceNotEmptyException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Thrown when the namespace specified contains tables</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html#NamespaceNotEmptyException-java.lang.String-java.lang.String-java.lang.String-">NamespaceNotEmptyException(String, String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html" title="class in org.apache.accumulo.core.client">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html#NamespaceNotEmptyException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">NamespaceNotEmptyException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html" title="class in org.apache.accumulo.core.client">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html#NamespaceNotEmptyException-org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException-">NamespaceNotEmptyException(ThriftTableOperationException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotEmptyException.html" title="class in org.apache.accumulo.core.client">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">NamespaceNotFoundException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Thrown when the namespace specified doesn't exist when it was expected to</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html#NamespaceNotFoundException-java.lang.String-java.lang.String-java.lang.String-">NamespaceNotFoundException(String, String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html" title="class in org.apache.accumulo.core.client">NamespaceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html#NamespaceNotFoundException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">NamespaceNotFoundException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html" title="class in org.apache.accumulo.core.client">NamespaceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html#NamespaceNotFoundException-org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException-">NamespaceNotFoundException(ThriftTableOperationException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/NamespaceNotFoundException.html" title="class in org.apache.accumulo.core.client">NamespaceNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#namespaceOperations--">namespaceOperations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Retrieves a NamespaceOperations object to perform namespace functions, such as create and
delete.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">NamespaceOperations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Provides an API for administering namespaces
All tables exist in a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#namespaceOperations--">namespaceOperations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Retrieves a NamespaceOperations object to perform namespace functions, such as create and
delete.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security"><span class="typeNameLink">NamespacePermission</span></a> - Enum in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">Accumulo namespace permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html#newBuffer--">newBuffer()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client">IsolatedScanner.MemoryRowBufferFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html#newBuffer--">newBuffer()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html" title="interface in org.apache.accumulo.core.client">IsolatedScanner.RowBufferFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Accumulo.html#newClient--">newClient()</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Accumulo.html" title="class in org.apache.accumulo.core.client">Accumulo</a></dt>
<dd>
<div class="block">Fluent entry point for creating an <a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client"><code>AccumuloClient</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Accumulo.html#newClientProperties--">newClientProperties()</a></span> - Static method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Accumulo.html" title="class in org.apache.accumulo.core.client">Accumulo</a></dt>
<dd>
<div class="block">Fluent entry point for creating client <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#newColumnUpdate-byte:A-byte:A-byte:A-boolean-long-boolean-byte:A-">newColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.html#newScanner--">newScanner()</a></span> - Static method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.html" title="class in org.apache.accumulo.core.client.rfile">RFile</a></dt>
<dd>
<div class="block">Entry point for building a new <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> over one or more RFiles.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin"><span class="typeNameLink">NewTableConfiguration</span></a> - Class in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">This object stores table creation parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#NewTableConfiguration--">NewTableConfiguration()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.html#newWriter--">newWriter()</a></span> - Static method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.html" title="class in org.apache.accumulo.core.client.rfile">RFile</a></dt>
<dd>
<div class="block">Entry point for creating a new RFile writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#next--">next()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Fetch the next row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#Node-org.apache.accumulo.core.security.ColumnVisibility.NodeType-int-">Node(ColumnVisibility.NodeType, int)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html#Node-int-int-">Node(int, int)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.Node</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html#NodeComparator-byte:A-">NodeComparator(byte[])</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html" title="class in org.apache.accumulo.core.security">ColumnVisibility.NodeComparator</a></dt>
<dd>
<div class="block">Creates a new comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#normalize-org.apache.accumulo.core.security.ColumnVisibility.Node-byte:A-">normalize(ColumnVisibility.Node, byte[])</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#normalize-org.apache.accumulo.core.security.ColumnVisibility.Node-byte:A-org.apache.accumulo.core.security.ColumnVisibility.NodeComparator-">normalize(ColumnVisibility.Node, byte[], ColumnVisibility.NodeComparator)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">NullToken</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#NullToken--">NullToken()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#numberOfViolatingMutations">numberOfViolatingMutations</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#numBytes--">numBytes()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets the total number of bytes in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#numKeysRead">numKeysRead</a></span> - Variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#numKeysRead">numKeysRead</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#offline-java.lang.String-">offline(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Initiates taking a table offline, but does not wait for action to complete</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#offline-java.lang.String-boolean-">offline(String, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#offset">offset</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#offset--">offset()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#offset--">offset()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Gets the offset for this sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#online-java.lang.String-">online(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Initiates bringing a table online, but does not wait for action to complete</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#online-java.lang.String-boolean-">online(String, boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html#Opts--">Opts()</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloRunner.Opts</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> - package org.apache.accumulo.core.client</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a> - package org.apache.accumulo.core.client.admin</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a> - package org.apache.accumulo.core.client.lexicoder</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a> - package org.apache.accumulo.core.client.mapred</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a> - package org.apache.accumulo.core.client.mapreduce</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.partition</a> - package org.apache.accumulo.core.client.mapreduce.lib.partition</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/replication/package-summary.html">org.apache.accumulo.core.client.replication</a> - package org.apache.accumulo.core.client.replication</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a> - package org.apache.accumulo.core.client.rfile</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a> - package org.apache.accumulo.core.client.sample</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/package-summary.html">org.apache.accumulo.core.client.security</a> - package org.apache.accumulo.core.client.security</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a> - package org.apache.accumulo.core.client.security.tokens</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a> - package org.apache.accumulo.core.client.summary</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a> - package org.apache.accumulo.core.client.summary.summarizers</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a> - package org.apache.accumulo.core.data</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a> - package org.apache.accumulo.core.security</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a> - package org.apache.accumulo.minicluster</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">PairLexicoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="type parameter in PairLexicoder">A</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="type parameter in PairLexicoder">A</a>&gt;,<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="type parameter in PairLexicoder">B</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="type parameter in PairLexicoder">B</a>&gt;&gt; - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">This class is a lexicoder that sorts a ComparablePair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html#PairLexicoder-org.apache.accumulo.core.client.lexicoder.Lexicoder-org.apache.accumulo.core.client.lexicoder.Lexicoder-">PairLexicoder(Lexicoder&lt;A&gt;, Lexicoder&lt;B&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/PairLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">PairLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><span class="typeNameLink">PartialKey</span></a> - Enum in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">Specifications for part of a <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><span class="typeNameLink">PasswordToken</span></a> - Class in <a href="org/apache/accumulo/core/client/security/tokens/package-summary.html">org.apache.accumulo.core.client.security.tokens</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#PasswordToken--">PasswordToken()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>
<div class="block">Constructor for use with <code>Writable</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#PasswordToken-java.lang.CharSequence-">PasswordToken(CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>
<div class="block">Constructs a token from a copy of the password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#PasswordToken-byte:A-">PasswordToken(byte[])</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>
<div class="block">Constructs a token from a copy of the password.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#PasswordToken-java.nio.ByteBuffer-">PasswordToken(ByteBuffer)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>
<div class="block">Constructs a token from a copy of the password.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/replication/PeerExistsException.html" title="class in org.apache.accumulo.core.client.replication"><span class="typeNameLink">PeerExistsException</span></a> - Exception in <a href="org/apache/accumulo/core/client/replication/package-summary.html">org.apache.accumulo.core.client.replication</a></dt>
<dd>
<div class="block">The peer already exists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerExistsException.html#PeerExistsException-java.lang.String-">PeerExistsException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerExistsException.html" title="class in org.apache.accumulo.core.client.replication">PeerExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerExistsException.html#PeerExistsException-java.lang.String-java.lang.String-">PeerExistsException(String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerExistsException.html" title="class in org.apache.accumulo.core.client.replication">PeerExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerExistsException.html#PeerExistsException-java.lang.String-java.lang.Throwable-">PeerExistsException(String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerExistsException.html" title="class in org.apache.accumulo.core.client.replication">PeerExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html" title="class in org.apache.accumulo.core.client.replication"><span class="typeNameLink">PeerNotFoundException</span></a> - Exception in <a href="org/apache/accumulo/core/client/replication/package-summary.html">org.apache.accumulo.core.client.replication</a></dt>
<dd>
<div class="block">The peer already exists</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html#PeerNotFoundException-java.lang.String-">PeerNotFoundException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html" title="class in org.apache.accumulo.core.client.replication">PeerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html#PeerNotFoundException-java.lang.String-java.lang.String-">PeerNotFoundException(String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html" title="class in org.apache.accumulo.core.client.replication">PeerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html#PeerNotFoundException-java.lang.String-java.lang.Throwable-">PeerNotFoundException(String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html" title="class in org.apache.accumulo.core.client.replication">PeerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html#PeerNotFoundException-java.lang.String-java.lang.String-java.lang.Throwable-">PeerNotFoundException(String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.replication.<a href="org/apache/accumulo/core/client/replication/PeerNotFoundException.html" title="class in org.apache.accumulo.core.client.replication">PeerNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#ping-java.lang.String-">ping(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">Throws an exception if a tablet server can not be contacted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html#plan-org.apache.accumulo.core.data.LoadPlan-">plan(LoadPlan)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportMappingOptions</a></dt>
<dd>
<div class="block">Load files in the directory to the row ranges specified in the plan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-org.apache.hadoop.io.Text-">prefix(Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all rows beginning with a prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">prefix(Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column families beginning with a prefix within a given row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">prefix(Text, Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column qualifiers beginning with a prefix within a given row
and column family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">prefix(Text, Text, Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column visibilities beginning with a prefix within a given row,
column family, and column qualifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-java.lang.CharSequence-">prefix(CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all rows beginning with a prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-java.lang.CharSequence-java.lang.CharSequence-">prefix(CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column families beginning with a prefix within a given row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">prefix(CharSequence, CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column qualifiers beginning with a prefix within a given row
and column family.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#prefix-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">prefix(CharSequence, CharSequence, CharSequence, CharSequence)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Returns a Range that covers all column visibilities beginning with a prefix within a given row,
column family, and column qualifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/ServerType.html#prettyPrint--">prettyPrint()</a></span> - Method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster">ServerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html#primary-java.lang.CharSequence-">primary(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SaslOptions</a></dt>
<dd>
<div class="block">Build with Kerberos Server Primary</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#printableValues--">printableValues()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>
<div class="block">Returns a list of printable permission values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/SystemPermission.html#printableValues--">printableValues()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security">SystemPermission</a></dt>
<dd>
<div class="block">Returns a list of printable permission values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/TablePermission.html#printableValues--">printableValues()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security">TablePermission</a></dt>
<dd>
<div class="block">Returns a list of printable permission values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#properties--">properties()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#Properties--">Properties()</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html#PropertiesConverter--">PropertiesConverter()</a></span> - Constructor for class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloRunner.PropertiesConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#put-java.lang.String-java.lang.CharSequence-">put(String, CharSequence)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#put-java.lang.String-char:A-">put(String, char[])</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#put-byte:A-">put(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#put-java.nio.ByteBuffer-">put(ByteBuffer)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#put-java.lang.CharSequence-">put(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#put-org.apache.hadoop.io.Text-">put(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html#put-org.apache.accumulo.core.data.Value-">put(Value)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.MutationOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.MutationOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.data.Value-">put(Text, Text, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-org.apache.accumulo.core.data.Value-">put(Text, Text, ColumnVisibility, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-org.apache.accumulo.core.data.Value-">put(Text, Text, long, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-long-org.apache.accumulo.core.data.Value-">put(Text, Text, ColumnVisibility, long, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.data.Value-">put(CharSequence, CharSequence, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-org.apache.accumulo.core.data.Value-">put(CharSequence, CharSequence, ColumnVisibility, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-long-org.apache.accumulo.core.data.Value-">put(CharSequence, CharSequence, long, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-long-org.apache.accumulo.core.data.Value-">put(CharSequence, CharSequence, ColumnVisibility, long, Value)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">put(CharSequence, CharSequence, CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-java.lang.CharSequence-">put(CharSequence, CharSequence, ColumnVisibility, CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-long-java.lang.CharSequence-">put(CharSequence, CharSequence, long, CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-long-java.lang.CharSequence-">put(CharSequence, CharSequence, ColumnVisibility, long, CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-byte:A-byte:A-byte:A-">put(byte[], byte[], byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-byte:A-byte:A-org.apache.accumulo.core.security.ColumnVisibility-byte:A-">put(byte[], byte[], ColumnVisibility, byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-byte:A-byte:A-long-byte:A-">put(byte[], byte[], long, byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#put-byte:A-byte:A-org.apache.accumulo.core.security.ColumnVisibility-long-byte:A-">put(byte[], byte[], ColumnVisibility, long, byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a modification in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#putAll-java.util.Map-">putAll(Map&lt;? extends String, ? extends char[]&gt;)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#putAllStrings-java.util.Map-">putAllStrings(Map&lt;String, ? extends CharSequence&gt;)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">putDelete(Text, Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-">putDelete(Text, Text, ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-long-">putDelete(Text, Text, long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-org.apache.accumulo.core.security.ColumnVisibility-long-">putDelete(Text, Text, ColumnVisibility, long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-java.lang.CharSequence-java.lang.CharSequence-">putDelete(CharSequence, CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-">putDelete(CharSequence, CharSequence, ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-java.lang.CharSequence-java.lang.CharSequence-long-">putDelete(CharSequence, CharSequence, long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-java.lang.CharSequence-java.lang.CharSequence-org.apache.accumulo.core.security.ColumnVisibility-long-">putDelete(CharSequence, CharSequence, ColumnVisibility, long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-byte:A-byte:A-">putDelete(byte[], byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-byte:A-byte:A-org.apache.accumulo.core.security.ColumnVisibility-">putDelete(byte[], byte[], ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-byte:A-byte:A-long-">putDelete(byte[], byte[], long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#putDelete-byte:A-byte:A-org.apache.accumulo.core.security.ColumnVisibility-long-">putDelete(byte[], byte[], ColumnVisibility, long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Puts a deletion in this mutation.</div>
</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html#qop-java.lang.CharSequence-">qop(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SaslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SaslOptions</a></dt>
<dd>
<div class="block">Build with SASL quality of protection</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html#qualifier-byte:A-">qualifier(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnQualifierStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html#qualifier-byte:A-int-int-">qualifier(byte[], int, int)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnQualifierStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html#qualifier-org.apache.hadoop.io.Text-">qualifier(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnQualifierStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html#qualifier-java.lang.CharSequence-">qualifier(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnQualifierStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnQualifierStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html#qualifier-byte:A-">qualifier(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.QualifierOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html#qualifier-java.nio.ByteBuffer-">qualifier(ByteBuffer)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.QualifierOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html#qualifier-java.lang.CharSequence-">qualifier(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.QualifierOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html#qualifier-org.apache.hadoop.io.Text-">qualifier(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.QualifierOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.QualifierOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#quote-java.lang.String-">quote(String)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Properly quotes terms in a column visibility expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#quote-byte:A-">quote(byte[])</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>
<div class="block">Properly quotes terms in a column visibility expression.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Range</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">This class is used to specify a range of Accumulo keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range--">Range()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that goes from negative to positive infinity</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Key-">Range(Key, Key)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startKey inclusive to endKey inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-java.lang.CharSequence-">Range(CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an entire row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.hadoop.io.Text-">Range(Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range that covers an entire row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.hadoop.io.Text-org.apache.hadoop.io.Text-">Range(Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startRow inclusive to endRow inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-java.lang.CharSequence-java.lang.CharSequence-">Range(CharSequence, CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startRow inclusive to endRow inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.hadoop.io.Text-boolean-org.apache.hadoop.io.Text-boolean-">Range(Text, boolean, Text, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startRow to endRow.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-java.lang.CharSequence-boolean-java.lang.CharSequence-boolean-">Range(CharSequence, boolean, CharSequence, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startRow to endRow.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.data.Key-boolean-org.apache.accumulo.core.data.Key-boolean-">Range(Key, boolean, Key, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from startKey to endKey.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.data.Range-">Range(Range)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Copies a range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Key-boolean-boolean-boolean-boolean-">Range(Key, Key, boolean, boolean, boolean, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from start to stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.data.Key-boolean-boolean-org.apache.accumulo.core.data.Key-boolean-boolean-">Range(Key, boolean, boolean, Key, boolean, boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from start to stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#Range-org.apache.accumulo.core.dataImpl.thrift.TRange-">Range(TRange)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Creates a range from a Thrift range.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapred"><span class="typeNameLink">RangeInputSplit</span></a> - Class in <a href="org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html#RangeInputSplit--">RangeInputSplit()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapred">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html#RangeInputSplit-org.apache.accumulo.core.client.mapred.RangeInputSplit-">RangeInputSplit(RangeInputSplit)</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapred">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html#RangeInputSplit-java.lang.String-java.lang.String-org.apache.accumulo.core.data.Range-java.lang.String:A-">RangeInputSplit(String, String, Range, String[])</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapred">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="typeNameLink">RangeInputSplit</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#RangeInputSplit--">RangeInputSplit()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#RangeInputSplit-org.apache.accumulo.core.client.mapreduce.RangeInputSplit-">RangeInputSplit(RangeInputSplit)</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#RangeInputSplit-java.lang.String-java.lang.String-org.apache.accumulo.core.data.Range-java.lang.String:A-">RangeInputSplit(String, String, Range, String[])</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition"><span class="typeNameLink">RangePartitioner</span></a> - Class in <a href="org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.partition</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce.partition instead from the
accumulo-hadoop-mapreduce.jar</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#RangePartitioner--">RangePartitioner()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#read--">read()</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>
<div class="block">Reads summary data from file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#RecordReaderBase--">RecordReaderBase()</a></span> - Constructor for class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#RecordReaderBase--">RecordReaderBase()</a></span> - Constructor for class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html#referencedFiles-java.lang.String-">referencedFiles(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></dt>
<dd>
<div class="block">Gets all of the referenced files for a table from the metadata table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#remove--">remove()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Unsupported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#remove-java.lang.Object-">remove(Object)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint-java.lang.String-int-">removeConstraint(String, int)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Remove a constraint from a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#removeConstraint-java.lang.String-int-">removeConstraint(String, int)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Remove a constraint from a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator-java.lang.String-java.lang.String-java.util.EnumSet-">removeIterator(String, String, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Remove an iterator from a namespace by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator-java.lang.String-java.lang.String-java.util.EnumSet-">removeIterator(String, String, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Remove an iterator from a table by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#removeOption-java.lang.String-">removeOption(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Remove an option from the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html#removePeer-java.lang.String-">removePeer(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></dt>
<dd>
<div class="block">Removes a cluster with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#removeProperty-java.lang.String-">removeProperty(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">Removes a system property from zookeeper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty-java.lang.String-java.lang.String-">removeProperty(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Removes a property from a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty-java.lang.String-java.lang.String-">removeProperty(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Removes a property from a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#removeScanIterator-java.lang.String-">removeScanIterator(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Remove an iterator from the list of iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#removeSummarizers-java.lang.String-java.util.function.Predicate-">removeSummarizers(String, Predicate&lt;SummarizerConfiguration&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Removes summary generation for this table for the matching summarizers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename-java.lang.String-java.lang.String-">rename(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Rename a namespace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#rename-java.lang.String-java.lang.String-">rename(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Rename a table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#replicationOperations--">replicationOperations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Retrieves a ReplicationOperations object to manage replication configuration.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ReplicationOperations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Supports replication configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#replicationOperations--">replicationOperations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Retrieves a ReplicationOperations object to manage replication configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html#Result-org.apache.accumulo.core.client.ConditionalWriter.Status-org.apache.accumulo.core.data.ConditionalMutation-java.lang.String-">Result(ConditionalWriter.Status, ConditionalMutation, String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html#Result-java.lang.Exception-org.apache.accumulo.core.data.ConditionalMutation-java.lang.String-">Result(Exception, ConditionalMutation, String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#retrieve--">retrieve()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">ReverseLexicoder</span></a>&lt;<a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html" title="type parameter in ReverseLexicoder">T</a>&gt; - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder that flips the sort order from another lexicoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html#ReverseLexicoder-org.apache.accumulo.core.client.lexicoder.Lexicoder-">ReverseLexicoder(Lexicoder&lt;T&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ReverseLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#revokeNamespacePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.NamespacePermission-">revokeNamespacePermission(String, String, NamespacePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Revoke a namespace permission for a specific user on a specific namespace</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#revokeSystemPermission-java.lang.String-org.apache.accumulo.core.security.SystemPermission-">revokeSystemPermission(String, SystemPermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Revoke a system permission from a user</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html#revokeTablePermission-java.lang.String-java.lang.String-org.apache.accumulo.core.security.TablePermission-">revokeTablePermission(String, String, TablePermission)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></dt>
<dd>
<div class="block">Revoke a table permission for a specific user on a specific table</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.html" title="class in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile</span></a> - Class in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">RFile is Accumulo's internal storage format for Key Value pairs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.html#RFile--">RFile()</a></span> - Constructor for class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.html" title="class in org.apache.accumulo.core.client.rfile">RFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.InputArguments.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.InputArguments</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.OutputArguments</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.ScannerFSOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.ScannerOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.SummaryFSOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryInputArguments.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.SummaryInputArguments</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.SummaryOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a large builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.WriterFSOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFile.WriterOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This is an intermediate interface in a larger builder pattern.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFileSource.html" title="class in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFileSource</span></a> - Class in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">RFile metadata is stored at the end of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileSource.html#RFileSource-java.io.InputStream-long-">RFileSource(InputStream, long)</a></span> - Constructor for class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileSource.html" title="class in org.apache.accumulo.core.client.rfile">RFileSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile"><span class="typeNameLink">RFileWriter</span></a> - Class in <a href="org/apache/accumulo/core/client/rfile/package-summary.html">org.apache.accumulo.core.client.rfile</a></dt>
<dd>
<div class="block">This class provides an API for writing RFiles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#row">row</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html#row-org.apache.hadoop.io.Text-">row(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.RowStep</a></dt>
<dd>
<div class="block">Set the row of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html#row-byte:A-">row(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.RowStep</a></dt>
<dd>
<div class="block">Set the row of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html#row-byte:A-int-int-">row(byte[], int, int)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.RowStep</a></dt>
<dd>
<div class="block">Set the row of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html#row-java.lang.CharSequence-">row(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.RowStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.RowStep</a></dt>
<dd>
<div class="block">Set the row of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html" title="class in org.apache.accumulo.core.client.sample"><span class="typeNameLink">RowColumnSampler</span></a> - Class in <a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a></dt>
<dd>
<div class="block">This sampler can hash any subset of a Key's fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html#RowColumnSampler--">RowColumnSampler()</a></span> - Constructor for class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowColumnSampler.html" title="class in org.apache.accumulo.core.client.sample">RowColumnSampler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">RowIterator</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Group Key/Value pairs into Iterators over rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#RowIterator-java.util.Iterator-">RowIterator(Iterator&lt;Map.Entry&lt;Key, Value&gt;&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Create an iterator from an (ordered) sequence of KeyValue pairs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/RowIterator.html#RowIterator-java.lang.Iterable-">RowIterator(Iterable&lt;Map.Entry&lt;Key, Value&gt;&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client">RowIterator</a></dt>
<dd>
<div class="block">Create an iterator from an Iterable.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/sample/RowSampler.html" title="class in org.apache.accumulo.core.client.sample"><span class="typeNameLink">RowSampler</span></a> - Class in <a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a></dt>
<dd>
<div class="block">Builds a sample based on entire rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/RowSampler.html#RowSampler--">RowSampler()</a></span> - Constructor for class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/RowSampler.html" title="class in org.apache.accumulo.core.client.sample">RowSampler</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/SampleNotPresentException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">SampleNotPresentException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Exception thrown when a table does not have sampling configured or when sampling is configured
but it differs from what was requested.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/SampleNotPresentException.html#SampleNotPresentException-java.lang.String-java.lang.Exception-">SampleNotPresentException(String, Exception)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/SampleNotPresentException.html" title="class in org.apache.accumulo.core.client">SampleNotPresentException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/SampleNotPresentException.html#SampleNotPresentException-java.lang.String-">SampleNotPresentException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/SampleNotPresentException.html" title="class in org.apache.accumulo.core.client">SampleNotPresentException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/SampleNotPresentException.html#SampleNotPresentException--">SampleNotPresentException()</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/SampleNotPresentException.html" title="class in org.apache.accumulo.core.client">SampleNotPresentException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/sample/Sampler.html" title="interface in org.apache.accumulo.core.client.sample"><span class="typeNameLink">Sampler</span></a> - Interface in <a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a></dt>
<dd>
<div class="block">A function that decides which key values are stored in a tables sample.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample"><span class="typeNameLink">SamplerConfiguration</span></a> - Class in <a href="org/apache/accumulo/core/client/sample/package-summary.html">org.apache.accumulo.core.client.sample</a></dt>
<dd>
<div class="block">This class encapsulates configuration and options needed to setup and use sampling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#SamplerConfiguration-java.lang.Class-">SamplerConfiguration(Class&lt;? extends Sampler&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#SamplerConfiguration-java.lang.String-">SamplerConfiguration(String)</a></span> - Constructor for class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">Scanner</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Scans a table over a given range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#scannerBase">scannerBase</a></span> - Variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#scannerBase">scannerBase</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client"><span class="typeNameLink">ScannerBase</span></a> - Interface in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">This class hosts configuration methods that are shared between different types of scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#scannerBatchSize-int-">scannerBatchSize(int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build with default batch size for Scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#scannerIterator">scannerIterator</a></span> - Variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#scannerIterator">scannerIterator</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ScanState</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/ScanType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">ScanType</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html" title="enum in org.apache.accumulo.core.client.security"><span class="typeNameLink">SecurityErrorCode</span></a> - Enum in <a href="org/apache/accumulo/core/client/security/package-summary.html">org.apache.accumulo.core.client.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#securityOperations--">securityOperations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Retrieves a SecurityOperations object to perform user security operations, such as creating
users.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">SecurityOperations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Provides a class for managing users and permissions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#securityOperations--">securityOperations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Retrieves a SecurityOperations object to perform user security operations, such as creating
users.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#SEEN_STAT">SEEN_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This tracks the total number of key/values seen by the <a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer.Collector</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#selectSummaries-java.util.function.Predicate-">selectSummaries(Predicate&lt;SummarizerConfiguration&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>
<div class="block">This method allows retrieving a subset of summary data from a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#serialize--">serialize()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html#serialize-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">serialize(AuthenticationToken)</a></span> - Static method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.AuthenticationTokenSerializer</a></dt>
<dd>
<div class="block">A convenience method to serialize tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#serialize--">serialize()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Returns a serialized form of these authorizations.</div>
</dd>
<dt><a href="org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster"><span class="typeNameLink">ServerType</span></a> - Enum in <a href="org/apache/accumulo/minicluster/package-summary.html">org.apache.accumulo.minicluster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#set-org.apache.accumulo.core.data.Key-">set(Key)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Sets this key's row, column family, column qualifier, column visibility, timestamp, and delete
marker to be the same as another key's.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#set-byte:A-">set(byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Sets the byte data of this value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#setAuthorizations-org.apache.accumulo.core.security.Authorizations-">setAuthorizations(Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">A set of authorization labels that will be checked against the column visibility of each key in
order to filter data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setAuths-org.apache.accumulo.core.security.Authorizations-">setAuths(Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setAutoAdjustRanges-org.apache.hadoop.mapred.JobConf-boolean-">setAutoAdjustRanges(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the automatic adjustment of ranges for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setAutoAdjustRanges-org.apache.hadoop.mapreduce.Job-boolean-">setAutoAdjustRanges(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the automatic adjustment of ranges for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setAutoAdjustRanges-boolean-">setAutoAdjustRanges(boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the automatic adjustment of ranges for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setBatchScan-org.apache.hadoop.mapred.JobConf-boolean-">setBatchScan(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client"><code>BatchScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setBatchScan-org.apache.hadoop.mapreduce.Job-boolean-">setBatchScan(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client"><code>BatchScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#setBatchSize-int-">setBatchSize(int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Sets the number of Key/Value pairs that will be fetched at a time from a tablet server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#setBatchTimeout-long-java.util.concurrent.TimeUnit-">setBatchTimeout(long, TimeUnit)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">This setting determines how long a scanner will wait to fill the returned batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setBatchWriterOptions-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.BatchWriterConfig-">setBatchWriterOptions(JobConf, BatchWriterConfig)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the configuration for for the job's <a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><code>BatchWriter</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setBatchWriterOptions-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.BatchWriterConfig-">setBatchWriterOptions(Job, BatchWriterConfig)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the configuration for for the job's <a href="org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><code>BatchWriter</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#setClassLoaderContext-java.lang.String-">setClassLoaderContext(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Sets the name of the classloader context on this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setClassLoaderContext-org.apache.hadoop.mapred.JobConf-java.lang.String-">setClassLoaderContext(JobConf, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the name of the classloader context on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setClassLoaderContext-org.apache.hadoop.mapreduce.Job-java.lang.String-">setClassLoaderContext(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the name of the classloader context on this scanner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#setClassLoaderContext-java.lang.String-">setClassLoaderContext(String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Sets the name of the classloader context on this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setCompactionStrategy-org.apache.accumulo.core.client.admin.CompactionStrategyConfig-">setCompactionStrategy(CompactionStrategyConfig)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setCompressionType-org.apache.hadoop.mapred.JobConf-java.lang.String-">setCompressionType(JobConf, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the compression type to use for data blocks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setCompressionType-org.apache.hadoop.mapreduce.Job-java.lang.String-">setCompressionType(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the compression type to use for data blocks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#setConf-org.apache.hadoop.conf.Configuration-">setConf(Configuration)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo-org.apache.hadoop.mapred.JobConf-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">setConnectorInfo(JobConf, String, AuthenticationToken)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo-org.apache.hadoop.mapred.JobConf-java.lang.String-java.lang.String-">setConnectorInfo(JobConf, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo-org.apache.hadoop.mapred.JobConf-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">setConnectorInfo(JobConf, String, AuthenticationToken)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo-org.apache.hadoop.mapred.JobConf-java.lang.String-java.lang.String-">setConnectorInfo(JobConf, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo-org.apache.hadoop.mapreduce.Job-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">setConnectorInfo(Job, String, AuthenticationToken)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo-org.apache.hadoop.mapreduce.Job-java.lang.String-java.lang.String-">setConnectorInfo(Job, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo-org.apache.hadoop.mapreduce.Job-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">setConnectorInfo(Job, String, AuthenticationToken)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo-org.apache.hadoop.mapreduce.Job-java.lang.String-java.lang.String-">setConnectorInfo(Job, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setCreateTables-org.apache.hadoop.mapred.JobConf-boolean-">setCreateTables(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the directive to create new tables, as necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setCreateTables-org.apache.hadoop.mapreduce.Job-boolean-">setCreateTables(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the directive to create new tables, as necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setDataBlockSize-org.apache.hadoop.mapred.JobConf-long-">setDataBlockSize(JobConf, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for data blocks within each file.<br>
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as
a group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setDataBlockSize-org.apache.hadoop.mapreduce.Job-long-">setDataBlockSize(Job, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for data blocks within each file.<br>
Data blocks are a span of key/value pairs stored in the file that are compressed and indexed as
a group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setDefaultMemory-long-org.apache.accumulo.minicluster.MemoryUnit-">setDefaultMemory(long, MemoryUnit)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Sets the default memory size to use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setDefaultTableName-org.apache.hadoop.mapred.JobConf-java.lang.String-">setDefaultTableName(JobConf, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the default table name to use if one emits a null in place of a table name for a given
mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setDefaultTableName-org.apache.hadoop.mapreduce.Job-java.lang.String-">setDefaultTableName(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the default table name to use if one emits a null in place of a table name for a given
mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#setDeleted-boolean-">setDeleted(boolean)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Sets the delete marker on this key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#setDurability-org.apache.accumulo.core.client.Durability-">setDurability(Durability)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Change the durability for the BatchWriter session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#setDurability-org.apache.accumulo.core.client.Durability-">setDurability(Durability)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Sets the Durability for the mutation, if applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setEndRow-org.apache.hadoop.io.Text-">setEndRow(Text)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#setExecutionHints-java.util.Map-">setExecutionHints(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Set hints for the configured <code>ScanPrioritizer</code> and <code>ScanDispatcher</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setFetchedColumns-java.util.Collection-">setFetchedColumns(Collection&lt;Pair&lt;Text, Text&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setFetchedColumns-java.util.Set-">setFetchedColumns(Set&lt;Pair&lt;Text, Text&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setFileBlockSize-org.apache.hadoop.mapred.JobConf-long-">setFileBlockSize(JobConf, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for file blocks in the file system; file blocks are managed, and replicated, by
the underlying file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setFileBlockSize-org.apache.hadoop.mapreduce.Job-long-">setFileBlockSize(Job, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for file blocks in the file system; file blocks are managed, and replicated, by
the underlying file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setFlush-boolean-">setFlush(boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setIndexBlockSize-org.apache.hadoop.mapred.JobConf-long-">setIndexBlockSize(JobConf, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy
within the file, while larger blocks mean a more shallow index hierarchy within the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setIndexBlockSize-org.apache.hadoop.mapreduce.Job-long-">setIndexBlockSize(Job, long)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size for index blocks within each file; smaller blocks means a deeper index hierarchy
within the file, while larger blocks mean a more shallow index hierarchy within the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#setInputTableConfigs-org.apache.hadoop.mapred.JobConf-java.util.Map-">setInputTableConfigs(JobConf, Map&lt;String, InputTableConfig&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a> objects on the
given Hadoop configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#setInputTableConfigs-org.apache.hadoop.mapreduce.Job-java.util.Map-">setInputTableConfigs(Job, Map&lt;String, InputTableConfig&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloMultiTableInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the <a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce"><code>InputTableConfig</code></a> objects on the given Hadoop configuration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setInputTableName-org.apache.hadoop.mapred.JobConf-java.lang.String-">setInputTableName(JobConf, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the name of the input table, over which this job will scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setInputTableName-org.apache.hadoop.mapreduce.Job-java.lang.String-">setInputTableName(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the name of the input table, over which this job will scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setInstanceName-java.lang.String-">setInstanceName(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setInstanceName-java.lang.String-">setInstanceName(String)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Calling this method is optional.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setIsolatedScan-java.lang.Boolean-">setIsolatedScan(Boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#setIteratorClass-java.lang.String-">setIteratorClass(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Set the name of the class that implements the iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setIterators-java.util.List-">setIterators(List&lt;IteratorSetting&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setIterators-java.util.List-">setIterators(List&lt;IteratorSetting&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set iterators on to be used in the query.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setIterators-java.util.List-">setIterators(List&lt;IteratorSetting&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setIterators-org.apache.accumulo.core.client.IteratorSetting...-">setIterators(IteratorSetting...)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Set iterators to use when reading the columns value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setIteratorSamplerConfiguration-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setIteratorSamplerConfiguration(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>
<div class="block">This is provided for the case where no sampler configuration is set on the scanner, but there
is a need to create iterator deep copies that have sampling enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setJDWPEnabled-boolean-">setJDWPEnabled(boolean)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setLocalIterators-org.apache.hadoop.mapred.JobConf-boolean-">setLocalIterators(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client"><code>ClientSideIteratorScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLocalIterators-org.apache.hadoop.mapreduce.Job-boolean-">setLocalIterators(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client"><code>ClientSideIteratorScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#setLocalityGroups-java.util.Map-">setLocalityGroups(Map&lt;String, Set&lt;Text&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Configures a table's locality groups prior to initial table creation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#setLocalityGroups-java.lang.String-java.util.Map-">setLocalityGroups(String, Map&lt;String, Set&lt;Text&gt;&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Sets a table's locality groups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setLocations-java.lang.String:A-">setLocations(String[])</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setLogLevel-org.apache.hadoop.mapred.JobConf-org.apache.log4j.Level-">setLogLevel(JobConf, Level)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the log level for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setLogLevel-org.apache.hadoop.mapred.JobConf-org.apache.log4j.Level-">setLogLevel(JobConf, Level)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the log level for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setLogLevel-org.apache.hadoop.mapreduce.Job-org.apache.log4j.Level-">setLogLevel(Job, Level)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the log level for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setLogLevel-org.apache.hadoop.mapreduce.Job-org.apache.log4j.Level-">setLogLevel(Job, Level)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the log level for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setLogLevel-org.apache.log4j.Level-">setLogLevel(Level)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#setMaxLatency-long-java.util.concurrent.TimeUnit-">setMaxLatency(long, TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum amount of time to hold the data in memory before flushing it to servers.<br>
For no maximum, set to zero, or <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a> with <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#MILLISECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.MILLISECONDS</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#setMaxMemory-long-">setMaxMemory(long)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum memory to batch before writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#setMaxWriteThreads-int-">setMaxWriteThreads(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum number of threads to use for writing data to the tablet servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#setMaxWriteThreads-int-">setMaxWriteThreads(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum number of threads to use for writing data to the tablet servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setMemory-org.apache.accumulo.minicluster.ServerType-long-org.apache.accumulo.minicluster.MemoryUnit-">setMemory(ServerType, long, MemoryUnit)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Sets the amount of memory to use in the master process.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Set the iterator's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setNativeLibPaths-java.lang.String...-">setNativeLibPaths(String...)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Sets the path for processes to use for loading native libraries</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#setNumSubBins-org.apache.hadoop.mapreduce.Job-int-">setNumSubBins(Job, int)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the number of random sub-bins per range</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#setNumSubBins-org.apache.hadoop.mapreduce.Job-int-">setNumSubBins(Job, int)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the number of random sub-bins per range</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setNumTservers-int-">setNumTservers(int)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Calling this method is optional.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setOffline-java.lang.Boolean-">setOffline(Boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setOfflineScan-boolean-">setOfflineScan(boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enable reading offline tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setOfflineTableScan-org.apache.hadoop.mapred.JobConf-boolean-">setOfflineTableScan(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enable reading offline tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setOfflineTableScan-org.apache.hadoop.mapreduce.Job-boolean-">setOfflineTableScan(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Enable reading offline tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html#setOptions-java.util.Map-">setOptions(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionStrategyConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#setOptions-java.util.Map-">setOptions(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#setPassword-byte:A-">setPassword(byte[])</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#setPassword-java.nio.CharBuffer-">setPassword(CharBuffer)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setPrincipal-java.lang.String-">setPrincipal(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#setPriority-int-">setPriority(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>
<div class="block">Set layer at which this iterator applies.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#setProperties-java.util.Map-">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Sets additional properties to be applied to tables created with this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#setProperty-java.lang.String-java.lang.String-">setProperty(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">Sets an system property in zookeeper.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty-java.lang.String-java.lang.String-java.lang.String-">setProperty(String, String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Sets a property on a namespace which applies to all tables in the namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#setProperty-java.lang.String-java.lang.String-java.lang.String-">setProperty(String, String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Sets a property on a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#setProperty-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-">setProperty(ClientConfiguration.ClientProperty, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the value of property to value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#setProperty-java.lang.String-java.lang.String-">setProperty(String, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the value of property to value</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html#setPropertyId-java.lang.String-">setPropertyId(String)</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration.Builder</a></dt>
<dd>
<div class="block">Sets the id used when generating table properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setRange-org.apache.accumulo.core.data.Range-">setRange(Range)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#setRange-org.apache.accumulo.core.data.Range-">setRange(Range)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setRange-org.apache.accumulo.core.data.Range-">setRange(Range)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#setRange-org.apache.accumulo.core.data.Range-">setRange(Range)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Sets the range of keys to scan over.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchDeleter.html#setRanges-java.util.Collection-">setRanges(Collection&lt;Range&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></dt>
<dd>
<div class="block">Allows deleting multiple ranges efficiently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchScanner.html#setRanges-java.util.Collection-">setRanges(Collection&lt;Range&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></dt>
<dd>
<div class="block">Allows scanning over multiple ranges efficiently.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setRanges-org.apache.hadoop.mapred.JobConf-java.util.Collection-">setRanges(JobConf, Collection&lt;Range&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the input ranges to scan for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setRanges-org.apache.hadoop.mapreduce.Job-java.util.Collection-">setRanges(Job, Collection&lt;Range&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the input ranges to scan for the single input table associated with this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setRanges-java.util.List-">setRanges(List&lt;Range&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the input ranges to scan for all tables associated with this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setReadaheadThreshold-long-">setReadaheadThreshold(long)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#setReadaheadThreshold-long-">setReadaheadThreshold(long)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client">IsolatedScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Scanner.html#setReadaheadThreshold-long-">setReadaheadThreshold(long)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></dt>
<dd>
<div class="block">Sets the number of batches of Key/Value pairs returned before the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> will begin to
prefetch the next batch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setReplication-org.apache.hadoop.mapred.JobConf-int-">setReplication(JobConf, int)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the file system replication factor for the resulting file, overriding the file system
default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setReplication-org.apache.hadoop.mapreduce.Job-int-">setReplication(Job, int)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the file system replication factor for the resulting file, overriding the file system
default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConditionalMutation.html#setReplicationSources-java.util.Set-">setReplicationSources(Set&lt;String&gt;)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#setReplicationSources-java.util.Set-">setReplicationSources(Set&lt;String&gt;)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Set the replication peers which this Mutation originated from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html#setSampler-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSampler(JobConf, SamplerConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Specify a sampler to be used when writing out data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setSampler-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSampler(Job, SamplerConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Specify a sampler to be used when writing out data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#setSamplerConfiguration-java.lang.String-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(String, SamplerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Set or update the sampler configuration for a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setSamplerConfiguration-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(JobConf, SamplerConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Causes input format to read sample data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setSamplerConfiguration-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(Job, SamplerConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Causes input format to read sample data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setSamplerConfiguration-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set the sampler configuration to use when reading from the data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setSamplerConfiguration-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(SamplerConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#setSamplerConfiguration-org.apache.accumulo.core.client.sample.SamplerConfiguration-">setSamplerConfiguration(SamplerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Setting this will cause the scanner to read sample data, as long as that sample data was
generated with the given configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setScanAuthorizations-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.security.Authorizations-">setScanAuthorizations(JobConf, Authorizations)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the <a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security"><code>Authorizations</code></a> used to scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setScanAuthorizations-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.security.Authorizations-">setScanAuthorizations(Job, Authorizations)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the <a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security"><code>Authorizations</code></a> used to scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#setScanIsolation-org.apache.hadoop.mapred.JobConf-boolean-">setScanIsolation(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><code>IsolatedScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setScanIsolation-org.apache.hadoop.mapreduce.Job-boolean-">setScanIsolation(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><code>IsolatedScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setSimulationMode-org.apache.hadoop.mapred.JobConf-boolean-">setSimulationMode(JobConf, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the directive to use simulation mode for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setSimulationMode-org.apache.hadoop.mapreduce.Job-boolean-">setSimulationMode(Job, boolean)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the directive to use simulation mode for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setSiteConfig-java.util.Map-">setSiteConfig(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Calling this method is optional.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setSource-org.apache.accumulo.core.client.Scanner-">setSource(Scanner)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner</a></dt>
<dd>
<div class="block">Sets the source Scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#setSplitFile-org.apache.hadoop.mapreduce.Job-java.lang.String-">setSplitFile(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">KeyRangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split
points that represent ranges for partitioning</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#setSplitFile-org.apache.hadoop.mapreduce.Job-java.lang.String-">setSplitFile(Job, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.lib.partition.<a href="org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html" title="class in org.apache.accumulo.core.client.mapreduce.lib.partition">RangePartitioner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split
points that represent ranges for partitioning</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setStartRow-org.apache.hadoop.io.Text-">setStartRow(Text)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setTable-java.lang.String-">setTable(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 1.6.1, use setTableName() instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setTableId-java.lang.String-">setTableId(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#setTableInfo-java.lang.String-">setTableInfo(String)</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setTableName-java.lang.String-">setTableName(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchScanner.html#setTimeout-long-java.util.concurrent.TimeUnit-">setTimeout(long, TimeUnit)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></dt>
<dd>
<div class="block">This setting determines how long a scanner will automatically retry when a failure occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#setTimeout-long-java.util.concurrent.TimeUnit-">setTimeout(long, TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum amount of time an unresponsive server will be re-tried.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html#setTimeout-long-java.util.concurrent.TimeUnit-">setTimeout(long, TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></dt>
<dd>
<div class="block">Sets the maximum amount of time an unresponsive server will be re-tried.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#setTimeout-long-java.util.concurrent.TimeUnit-">setTimeout(long, TimeUnit)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">This setting determines how long a scanner will automatically retry when a failure occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setTimestamp-long-">setTimestamp(long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Sets the version for the column to check.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#setTimestamp-long-">setTimestamp(long)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Sets the timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#setTimeType-org.apache.accumulo.core.client.admin.TimeType-">setTimeType(TimeType)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Configure logical or millisecond time for tables created with this configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setToken-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">setToken(AuthenticationToken)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setToken-java.lang.String-">setToken(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#setTokenLifetime-long-java.util.concurrent.TimeUnit-">setTokenLifetime(long, TimeUnit)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>
<div class="block">Requests a specific lifetime for the token that is different than the default system lifetime.</div>
</dd>
<dt><span class="memberNameLink"><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-">setupIterators(JobConf, Scanner, String, RangeInputSplit)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#setupIterators-java.util.List-org.apache.accumulo.core.client.Scanner-">setupIterators(List&lt;IteratorSetting&gt;, Scanner)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#setupIterators-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.Scanner-">setupIterators(JobConf, Scanner)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><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-">setupIterators(TaskAttemptContext, Scanner, String, RangeInputSplit)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#setupIterators-org.apache.hadoop.mapreduce.TaskAttemptContext-org.apache.accumulo.core.client.Scanner-">setupIterators(TaskAttemptContext, Scanner)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><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.RangeInputSplit-">setupIterators(TaskAttemptContext, Scanner, RangeInputSplit)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setUseIsolatedScanners-boolean-">setUseIsolatedScanners(boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><code>IsolatedScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setUseLocalIterators-boolean-">setUseLocalIterators(boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Controls the use of the <a href="org/apache/accumulo/core/client/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client"><code>ClientSideIteratorScanner</code></a> in this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloSecurityException.html#setUser-java.lang.String-">setUser(String)</a></span> - Method in exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setUsesLocalIterators-java.lang.Boolean-">setUsesLocalIterators(Boolean)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setValue-java.lang.CharSequence-">setValue(CharSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">This method sets the expected value of a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setValue-byte:A-">setValue(byte[])</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">This method sets the expected value of a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setValue-org.apache.hadoop.io.Text-">setValue(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">This method sets the expected value of a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setValue-org.apache.accumulo.core.data.ByteSequence-">setValue(ByteSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">This method sets the expected value of a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Condition.html#setVisibility-org.apache.accumulo.core.security.ColumnVisibility-">setVisibility(ColumnVisibility)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Condition.html" title="class in org.apache.accumulo.core.data">Condition</a></dt>
<dd>
<div class="block">Sets the visibility for the column to check.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/CompactionConfig.html#setWait-boolean-">setWait(boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/CompactionConfig.html" title="class in org.apache.accumulo.core.client.admin">CompactionConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#setWithCredentialProviders-java.lang.String-java.lang.String-">setWithCredentialProviders(String, String)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html" title="class in org.apache.accumulo.core.client.security.tokens">CredentialProviderToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapred.JobConf-java.lang.String-java.lang.String-">setZooKeeperInstance(JobConf, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.ClientConfiguration-">setZooKeeperInstance(JobConf, ClientConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Configures a <a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapred.JobConf-java.lang.String-java.lang.String-">setZooKeeperInstance(JobConf, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapred.JobConf-org.apache.accumulo.core.client.ClientConfiguration-">setZooKeeperInstance(JobConf, ClientConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Configures a <a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapreduce.Job-java.lang.String-java.lang.String-">setZooKeeperInstance(Job, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 1.6.0</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.ClientConfiguration-">setZooKeeperInstance(Job, ClientConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Configures a <a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapreduce.Job-java.lang.String-java.lang.String-">setZooKeeperInstance(Job, String, String)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span 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.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance-org.apache.hadoop.mapreduce.Job-org.apache.accumulo.core.client.ClientConfiguration-">setZooKeeperInstance(Job, ClientConfiguration)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Configures a <a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setZooKeeperPort-int-">setZooKeeperPort(int)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Calling this method is optional.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setZooKeepers-java.lang.String-">setZooKeepers(String)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html#setZooKeeperStartupTime-long-">setZooKeeperStartupTime(long)</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloConfig.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloConfig</a></dt>
<dd>
<div class="block">Configure the time to wait for ZooKeeper to startup.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#shouldAutoAdjustRanges--">shouldAutoAdjustRanges()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has auto-adjust ranges enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#shouldUseIsolatedScanners--">shouldUseIsolatedScanners()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration has isolation enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#shouldUseLocalIterators--">shouldUseLocalIterators()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration uses local iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#size--">size()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#size--">size()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Gets the number of modifications / deletions in this mutation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#size--">size()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>
<div class="block">Gets the size of this collection of authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#split">split</a></span> - Variable in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#split">split</a></span> - Variable in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat.AbstractRecordReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#splitRangeByTablets-java.lang.String-org.apache.accumulo.core.data.Range-int-">splitRangeByTablets(String, Range, int)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#start--">start()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block">Starts Accumulo and Zookeeper processes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startDefaultLocalityGroup--">startDefaultLocalityGroup()</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">A locality group in which the column families do not need to specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.util.List-">startNewLocalityGroup(String, List&lt;byte[]&gt;)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">Before appending any data, a locality group must be started.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-byte:A...-">startNewLocalityGroup(String, byte[]...)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">See javadoc for <a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.util.List-"><code>RFileWriter.startNewLocalityGroup(String, List)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.util.Set-">startNewLocalityGroup(String, Set&lt;String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">See javadoc for <a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.util.List-"><code>RFileWriter.startNewLocalityGroup(String, List)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.lang.String...-">startNewLocalityGroup(String, String...)</a></span> - Method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFileWriter.html" title="class in org.apache.accumulo.core.client.rfile">RFileWriter</a></dt>
<dd>
<div class="block">See javadoc for <a href="org/apache/accumulo/core/client/rfile/RFileWriter.html#startNewLocalityGroup-java.lang.String-java.util.List-"><code>RFileWriter.startNewLocalityGroup(String, List)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#startRow-org.apache.hadoop.io.Text-">startRow(Text)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">The start row is not inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#startRow-java.lang.CharSequence-">startRow(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">The start row is not inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#startRow-org.apache.hadoop.io.Text-">startRow(Text)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>
<div class="block">Summary data may possibly be stored at a more granular level than the entire file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#startRow-java.lang.CharSequence-">startRow(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html#stop--">stop()</a></span> - Method in class org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MiniAccumuloCluster.html" title="class in org.apache.accumulo.minicluster">MiniAccumuloCluster</a></dt>
<dd>
<div class="block">Stops Accumulo and Zookeeper processes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#stringify-org.apache.accumulo.core.security.ColumnVisibility.Node-byte:A-java.lang.StringBuilder-">stringify(ColumnVisibility.Node, byte[], StringBuilder)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">StringLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">This lexicoder encodes/decodes a given String to/from bytes without further processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html#StringLexicoder--">StringLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/StringLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">StringLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#subSequence-int-int-">subSequence(int, int)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#subSequence-int-int-">subSequence(int, int)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Returns a portion of this sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MemoryUnit.html#suffix--">suffix()</a></span> - Method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster">MemoryUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#summaries-java.lang.String-">summaries(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Entry point for retrieving summaries with optional restrictions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.html#summaries--">summaries()</a></span> - Static method in class org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.html" title="class in org.apache.accumulo.core.client.rfile">RFile</a></dt>
<dd>
<div class="block">Entry point for reading summary data from RFiles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#summarize-org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer-">summarize(Summarizer.StatisticConsumer)</a></span> - Method in interface org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html" title="interface in org.apache.accumulo.core.client.summary">Summarizer.Collector</a></dt>
<dd>
<div class="block">After Accumulo has written some Key Values, it will call this method to generate some
statistics about what was previously passed to <a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#accept-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-"><code>Summarizer.Collector.accept(Key, Value)</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summarizer</span></a> - Interface in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">Instances of this interface can be configured for Accumulo tables.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html" title="interface in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summarizer.Collector</span></a> - Interface in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">When Accumulo calls methods in this interface, it will call <a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#accept-org.apache.accumulo.core.data.Key-org.apache.accumulo.core.data.Value-"><code>Summarizer.Collector.accept(Key, Value)</code></a> zero or
more times and then call <a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#summarize-org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer-"><code>Summarizer.Collector.summarize(Summarizer.StatisticConsumer)</code></a> once.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summarizer.Combiner.html" title="interface in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summarizer.Combiner</span></a> - Interface in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">A Combiner is used to merge statistics emitted from
<a href="org/apache/accumulo/core/client/summary/Summarizer.Collector.html#summarize-org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer-"><code>Summarizer.Collector.summarize(Summarizer.StatisticConsumer)</code></a> and from previous invocations of
itself.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summarizer.StatisticConsumer.html" title="interface in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summarizer.StatisticConsumer</span></a> - Interface in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">SummarizerConfiguration</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">This class encapsulates the configuration needed to instantiate a <a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer</code></a>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.Builder.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">SummarizerConfiguration.Builder</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summary</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>
<div class="block">This class encapsulates summary statistics, information about how those statistics were
generated, and information about files the statistics were obtained from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.html#Summary-java.util.Map-org.apache.accumulo.core.client.summary.SummarizerConfiguration-long-long-long-long-long-">Summary(Map&lt;String, Long&gt;, SummarizerConfiguration, long, long, long, long, long)</a></span> - Constructor for class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary">Summary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary"><span class="typeNameLink">Summary.FileStatistics</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/package-summary.html">org.apache.accumulo.core.client.summary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">SummaryRetriever</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">This interface allows configuring where and which summary data to retrieve before retrieving it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#systemNamespace--">systemNamespace()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Returns the name of the system reserved namespace</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security"><span class="typeNameLink">SystemPermission</span></a> - Enum in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">Accumulo system permissions.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/TableDeletedException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">TableDeletedException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">This exception is thrown if a table is deleted after an operation starts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableDeletedException.html#TableDeletedException-java.lang.String-">TableDeletedException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableDeletedException.html" title="class in org.apache.accumulo.core.client">TableDeletedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableDeletedException.html#TableDeletedException-java.lang.String-java.lang.Exception-">TableDeletedException(String, Exception)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableDeletedException.html" title="class in org.apache.accumulo.core.client">TableDeletedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/TableExistsException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">TableExistsException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Thrown when the table specified already exists, and it was expected that it didn't</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableExistsException.html#TableExistsException-java.lang.String-java.lang.String-java.lang.String-">TableExistsException(String, String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableExistsException.html" title="class in org.apache.accumulo.core.client">TableExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableExistsException.html#TableExistsException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">TableExistsException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableExistsException.html" title="class in org.apache.accumulo.core.client">TableExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableExistsException.html#TableExistsException-org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException-">TableExistsException(ThriftTableOperationException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableExistsException.html" title="class in org.apache.accumulo.core.client">TableExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#tableIdMap--">tableIdMap()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Get a mapping of table name to internal table id.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">TableNotFoundException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block">Thrown when the table specified doesn't exist when it was expected to</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException-java.lang.String-java.lang.String-java.lang.String-">TableNotFoundException(String, String, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">TableNotFoundException(String, String, String, Throwable)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException-org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException-">TableNotFoundException(ThriftTableOperationException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException-java.lang.String-org.apache.accumulo.core.client.NamespaceNotFoundException-">TableNotFoundException(String, NamespaceNotFoundException)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/TableOfflineException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">TableOfflineException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableOfflineException.html#TableOfflineException-org.apache.accumulo.core.client.Instance-java.lang.String-">TableOfflineException(Instance, String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableOfflineException.html" title="class in org.apache.accumulo.core.client">TableOfflineException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0, replaced by <a href="org/apache/accumulo/core/client/TableOfflineException.html#TableOfflineException-java.lang.String-"><code>TableOfflineException.TableOfflineException(String)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableOfflineException.html#TableOfflineException-java.lang.String-">TableOfflineException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableOfflineException.html" title="class in org.apache.accumulo.core.client">TableOfflineException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TableOfflineException.html#TableOfflineException-java.lang.Exception-">TableOfflineException(Exception)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TableOfflineException.html" title="class in org.apache.accumulo.core.client">TableOfflineException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#tableOperations--">tableOperations()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Retrieves a TableOperations object to perform table functions, such as create and delete.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">TableOperations</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Provides a class for administering tables</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#tableOperations--">tableOperations()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Retrieves a TableOperations object to perform table functions, such as create and delete.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportDestinationArguments.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">TableOperations.ImportDestinationArguments</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">TableOperations.ImportMappingOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">Options giving control of how the bulk import file mapping is done.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportOptions.html" title="interface in org.apache.accumulo.core.client.admin"><span class="typeNameLink">TableOperations.ImportOptions</span></a> - Interface in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security"><span class="typeNameLink">TablePermission</span></a> - Enum in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">Accumulo table permissions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#tables">tables</a></span> - Variable in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data"><span class="typeNameLink">TabletId</span></a> - Interface in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A TabletId provides the information needed to uniquely identify a tablet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportOptions.html#tableTime-boolean-">tableTime(boolean)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportOptions</a></dt>
<dd>
<div class="block">Use table's next timestamp to override all timestamps in imported files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#testClassLoad-java.lang.String-java.lang.String-">testClassLoad(String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">Test to see if the instance can load the given class as the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad-java.lang.String-java.lang.String-java.lang.String-">testClassLoad(String, String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></dt>
<dd>
<div class="block">Test to see if the instance can load the given class as the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.html#testClassLoad-java.lang.String-java.lang.String-java.lang.String-">testClassLoad(String, String, String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></dt>
<dd>
<div class="block">Test to see if the instance can load the given class as the given type.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">TextLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder that preserves a Text's native sort order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html#TextLexicoder--">TextLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/TextLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">TextLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html#threads-int-">threads(int)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportMappingOptions.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportMappingOptions</a></dt>
<dd>
<div class="block">Files are examined to determine where to load them.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/TimedOutException.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">TimedOutException</span></a> - Exception in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TimedOutException.html#TimedOutException-java.util.Set-">TimedOutException(Set&lt;String&gt;)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TimedOutException.html" title="class in org.apache.accumulo.core.client">TimedOutException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/TimedOutException.html#TimedOutException-java.lang.String-">TimedOutException(String)</a></span> - Constructor for exception org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/TimedOutException.html" title="class in org.apache.accumulo.core.client">TimedOutException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#timestamp">timestamp</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.Build.html#timestamp-long-">timestamp(long)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.Build.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.Build</a></dt>
<dd>
<div class="block">Change the timestamp of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.TimestampOptions.html#timestamp-long-">timestamp(long)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.TimestampOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.TimestampOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="typeNameLink">TimeType</span></a> - Enum in <a href="org/apache/accumulo/core/client/admin/package-summary.html">org.apache.accumulo.core.client.admin</a></dt>
<dd>
<div class="block">The type of ordering to use for the table's entries (default is MILLIS)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.InstanceArgs.html#to-java.lang.CharSequence-java.lang.CharSequence-">to(CharSequence, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.InstanceArgs.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.InstanceArgs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TableOperations.ImportDestinationArguments.html#to-java.lang.String-">to(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TableOperations.ImportDestinationArguments.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations.ImportDestinationArguments</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html#to-java.lang.String-">to(String)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.OutputArguments</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html#to-java.io.OutputStream-">to(OutputStream)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.OutputArguments</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#toArray--">toArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ByteSequence.html#toArray--">toArray()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a></dt>
<dd>
<div class="block">Returns a byte array containing the bytes in this sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MemoryUnit.html#toBytes-long-">toBytes(long)</a></span> - Method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster">MemoryUnit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#TokenProperty-java.lang.String-java.lang.String-boolean-">TokenProperty(String, String, boolean)</a></span> - Constructor for class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#TOO_LONG_STAT">TOO_LONG_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This is the name of the statistic that tracks how many counter objects were ignored because
they were too long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html#TOO_MANY_STAT">TOO_MANY_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/CountingSummarizer.html" title="class in org.apache.accumulo.core.client.summary">CountingSummarizer</a></dt>
<dd>
<div class="block">This is the name of the statistic that tracks how many counters objects were ignored because
the number of unique counters was exceeded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#toPrintableString-byte:A-int-int-int-">toPrintableString(byte[], int, int, int)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Returns an ASCII printable string form of the given byte array, treating the bytes as ASCII
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/TabletId.html#toRange--">toRange()</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DelegationTokenConfig.html" title="class in org.apache.accumulo.core.client.admin">DelegationTokenConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.sample.<a href="org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.FileStatistics.html" title="class in org.apache.accumulo.core.client.summary">Summary.FileStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/Summary.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/Summary.html" title="class in org.apache.accumulo.core.client.summary">Summary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ArrayByteSequence.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data">ArrayByteSequence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Gets a string representation of this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ColumnUpdate.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ColumnUpdate.html" title="class in org.apache.accumulo.core.data">ColumnUpdate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/Authorizations.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.html#toString--">toString()</a></span> - Method in class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.html" title="class in org.apache.accumulo.core.security">ColumnVisibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#toStringNoTime--">toStringNoTime()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts this key to a string, not including timestamp or delete marker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#toStringNoTruncate--">toStringNoTruncate()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Stringify this <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a>, avoiding truncation of each component, only limiting each component
to a length of <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Integer.MAX_VALUE</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toTableProperties--">toTableProperties()</a></span> - Method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Converts this configuration to Accumulo per table properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toTableProperties-org.apache.accumulo.core.client.summary.SummarizerConfiguration...-">toTableProperties(SummarizerConfiguration...)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Encodes each configuration in the same way as <a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toTableProperties--"><code>SummarizerConfiguration.toTableProperties()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toTableProperties-java.util.Collection-">toTableProperties(Collection&lt;SummarizerConfiguration&gt;)</a></span> - Static method in class org.apache.accumulo.core.client.summary.<a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html" title="class in org.apache.accumulo.core.client.summary">SummarizerConfiguration</a></dt>
<dd>
<div class="block">Encodes each configuration in the same way as <a href="org/apache/accumulo/core/client/summary/SummarizerConfiguration.html#toTableProperties--"><code>SummarizerConfiguration.toTableProperties()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html#TOTAL_STAT">TOTAL_STAT</a></span> - Static variable in class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">DeletesSummarizer</a></dt>
<dd>
<div class="block">The name of the statistics for the total number of keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#toThrift--">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>
<div class="block">Converts this column to Thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#toThrift--">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>
<div class="block">Converts this summary to Thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#toThrift--">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>
<div class="block">Converts this key to Thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#toThrift--">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>
<div class="block">Creates a <code>TMutation</code> object containing this
Mutation's data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#toThrift--">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>
<div class="block">Converts this range to Thrift.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html#truststore-java.lang.CharSequence-">truststore(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SslOptions</a></dt>
<dd>
<div class="block">Build with SSL trust store</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html#truststore-java.lang.CharSequence-java.lang.CharSequence-java.lang.CharSequence-">truststore(CharSequence, CharSequence, CharSequence)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SslOptions</a></dt>
<dd>
<div class="block">Build with SSL trust store</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">UIntegerLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for an unsigned integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html#UIntegerLexicoder--">UIntegerLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UIntegerLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">ULongLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">Unsigned long lexicoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html#ULongLexicoder--">ULongLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">ULongLexicoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ScannerBase.html#updateScanIteratorOption-java.lang.String-java.lang.String-java.lang.String-">updateScanIteratorOption(String, String, String)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client">ScannerBase</a></dt>
<dd>
<div class="block">Update the options for an iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/DiskUsage.html#usage">usage</a></span> - Variable in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/DiskUsage.html" title="class in org.apache.accumulo.core.client.admin">DiskUsage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html#useJsse--">useJsse()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.SslOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.SslOptions</a></dt>
<dd>
<div class="block">Use JSSE system properties to configure SSL</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#USER_ACCUMULO_DIR_NAME">USER_ACCUMULO_DIR_NAME</a></span> - Static variable in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#USER_CONF_FILENAME">USER_CONF_FILENAME</a></span> - Static variable in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#useSasl--">useSasl()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build with SASL options</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html#usesLocalIterators-org.apache.hadoop.mapred.JobConf-">usesLocalIterators(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapred">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration uses local iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#usesLocalIterators-org.apache.hadoop.mapreduce.JobContext-">usesLocalIterators(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determines whether a configuration uses local iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#usesLocalIterators--">usesLocalIterators()</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#useSsl--">useSsl()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build with SSL/TLS options</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder"><span class="typeNameLink">UUIDLexicoder</span></a> - Class in <a href="org/apache/accumulo/core/client/lexicoder/package-summary.html">org.apache.accumulo.core.client.lexicoder</a></dt>
<dd>
<div class="block">A lexicoder for a UUID that maintains its lexicographic sorting order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html#UUIDLexicoder--">UUIDLexicoder()</a></span> - Constructor for class org.apache.accumulo.core.client.lexicoder.<a href="org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html" title="class in org.apache.accumulo.core.client.lexicoder">UUIDLexicoder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#validateOptions-org.apache.hadoop.mapred.JobConf-">validateOptions(JobConf)</a></span> - Static method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapred">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check whether a configuration is fully configured to be used with an Accumulo
<code>InputFormat</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#validateOptions-org.apache.hadoop.mapreduce.JobContext-">validateOptions(JobContext)</a></span> - Static method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AbstractInputFormat</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Check whether a configuration is fully configured to be used with an Accumulo
<code>InputFormat</code>.</div>
</dd>
<dt><a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Value</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A byte sequence that is usable as a key or value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value--">Value()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a zero-size sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-java.lang.CharSequence-">Value(CharSequence)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a value using the UTF-8 encoding of the CharSequence</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-org.apache.hadoop.io.Text-">Value(Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a Value using the bytes of the Text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-byte:A-">Value(byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a Value using a byte array as the initial value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-java.nio.ByteBuffer-">Value(ByteBuffer)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a Value using the bytes in a buffer as the initial value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-byte:A-boolean-">Value(byte[], boolean)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a Value using a byte array as the initial value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-org.apache.accumulo.core.data.Value-">Value(Value)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a new Value based on another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#Value-byte:A-int-int-">Value(byte[], int, int)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>
<div class="block">Creates a Value based on a range in a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#value">value</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/data/Value.Comparator.html" title="class in org.apache.accumulo.core.data"><span class="typeNameLink">Value.Comparator</span></a> - Class in <a href="org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>
<div class="block">A Comparator optimized for Value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin">ActiveCompaction.CompactionReason</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin">ActiveCompaction.CompactionType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InitialTableState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InitialTableState.html" title="enum in org.apache.accumulo.core.client.admin">InitialTableState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ScanState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin">ScanState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ScanType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanType.html" title="enum in org.apache.accumulo.core.client.admin">ScanType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TimeType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin">TimeType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client">ConditionalWriter.Status</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Durability.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.security.<a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html" title="enum in org.apache.accumulo.core.client.security">SecurityErrorCode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.RangeType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.RangeType.html" title="enum in org.apache.accumulo.core.data">LoadPlan.RangeType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data">Mutation.SERIALIZED_FORMAT</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/PartialKey.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data">PartialKey</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security">ColumnVisibility.NodeType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/SystemPermission.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security">SystemPermission</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/TablePermission.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security">TablePermission</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MemoryUnit.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster">MemoryUnit</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/ServerType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster">ServerType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin">ActiveCompaction.CompactionReason</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin">ActiveCompaction.CompactionType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InitialTableState.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InitialTableState.html" title="enum in org.apache.accumulo.core.client.admin">InitialTableState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ScanState.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin">ScanState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/ScanType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanType.html" title="enum in org.apache.accumulo.core.client.admin">ScanType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/TimeType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin">TimeType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client">ConditionalWriter.Status</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Durability.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.client.security.<a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html" title="enum in org.apache.accumulo.core.client.security">SecurityErrorCode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html#values--">values()</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/LoadPlan.RangeType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/LoadPlan.RangeType.html" title="enum in org.apache.accumulo.core.data">LoadPlan.RangeType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data">Mutation.SERIALIZED_FORMAT</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/PartialKey.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data">PartialKey</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security">ColumnVisibility.NodeType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/NamespacePermission.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security">NamespacePermission</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/SystemPermission.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security">SystemPermission</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/TablePermission.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security">TablePermission</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/MemoryUnit.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster">MemoryUnit</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/minicluster/ServerType.html#values--">values()</a></span> - Static method in enum org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster">ServerType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#violationCode">violationCode</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html#violationDescription">violationDescription</a></span> - Variable in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/ConstraintViolationSummary.html" title="class in org.apache.accumulo.core.data">ConstraintViolationSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html#visibility-byte:A-">visibility(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnVisibilityStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html#visibility-byte:A-int-int-">visibility(byte[], int, int)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnVisibilityStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html#visibility-org.apache.hadoop.io.Text-">visibility(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnVisibilityStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html#visibility-java.lang.CharSequence-">visibility(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnVisibilityStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html#visibility-org.apache.accumulo.core.security.ColumnVisibility-">visibility(ColumnVisibility)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/KeyBuilder.ColumnVisibilityStep.html" title="interface in org.apache.accumulo.core.data">KeyBuilder.ColumnVisibilityStep</a></dt>
<dd>
<div class="block">Set the column qualifier of the <a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><code>Key</code></a> that this builder will build to the parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html#visibility-byte:A-">visibility(byte[])</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.VisibilityOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html#visibility-java.nio.ByteBuffer-">visibility(ByteBuffer)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.VisibilityOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html#visibility-java.lang.CharSequence-">visibility(CharSequence)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.VisibilityOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html#visibility-org.apache.accumulo.core.security.ColumnVisibility-">visibility(ColumnVisibility)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.VisibilityOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html#visibility-org.apache.hadoop.io.Text-">visibility(Text)</a></span> - Method in interface org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.VisibilityOptions.html" title="interface in org.apache.accumulo.core.data">Mutation.VisibilityOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/accumulo/core/security/VisibilityEvaluator.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">VisibilityEvaluator</span></a> - Class in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">A class which evaluates visibility expressions against a set of authorizations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityEvaluator.html#VisibilityEvaluator-org.apache.accumulo.core.security.AuthorizationContainer-">VisibilityEvaluator(AuthorizationContainer)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityEvaluator.html" title="class in org.apache.accumulo.core.security">VisibilityEvaluator</a></dt>
<dd>
<div class="block">Creates a new evaluator for the authorizations found in the given container.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityEvaluator.html#VisibilityEvaluator-org.apache.accumulo.core.security.Authorizations-">VisibilityEvaluator(Authorizations)</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityEvaluator.html" title="class in org.apache.accumulo.core.security">VisibilityEvaluator</a></dt>
<dd>
<div class="block">Creates a new evaluator for the given collection of authorizations.</div>
</dd>
<dt><a href="org/apache/accumulo/core/security/VisibilityParseException.html" title="class in org.apache.accumulo.core.security"><span class="typeNameLink">VisibilityParseException</span></a> - Exception in <a href="org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>
<div class="block">An exception thrown when a visibility string cannot be parsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/security/VisibilityParseException.html#VisibilityParseException-java.lang.String-byte:A-int-">VisibilityParseException(String, byte[], int)</a></span> - Constructor for exception org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/VisibilityParseException.html" title="class in org.apache.accumulo.core.security">VisibilityParseException</a></dt>
<dd>
<div class="block">Creates a new exception.</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers"><span class="typeNameLink">VisibilitySummarizer</span></a> - Class in <a href="org/apache/accumulo/core/client/summary/summarizers/package-summary.html">org.apache.accumulo.core.client.summary.summarizers</a></dt>
<dd>
<div class="block">Counts column visibility labels.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html#VisibilitySummarizer--">VisibilitySummarizer()</a></span> - Constructor for class org.apache.accumulo.core.client.summary.summarizers.<a href="org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.html" title="class in org.apache.accumulo.core.client.summary.summarizers">VisibilitySummarizer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/InstanceOperations.html#waitForBalance--">waitForBalance()</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></dt>
<dd>
<div class="block">Waits for the tablet balancer to run and return no migrations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.html#whoami--">whoami()</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.html" title="interface in org.apache.accumulo.core.client">AccumuloClient</a></dt>
<dd>
<div class="block">Get the current user for this AccumuloClient</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/Connector.html#whoami--">whoami()</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get the current user for this connector</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-">with(ClientConfiguration.ClientProperty, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#setProperty-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.setProperty(ClientProperty, String)</code></a> but returns the ClientConfiguration for
chaining purposes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-java.lang.String-java.lang.String-">with(String, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#setProperty-java.lang.String-java.lang.String-"><code>ClientConfiguration.setProperty(String, String)</code></a> but returns the ClientConfiguration for chaining
purposes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withAuthorizations-org.apache.accumulo.core.security.Authorizations-">withAuthorizations(Authorizations)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">The authorizations passed here will be used to filter Keys, from the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a>, based
on the content of the column visibility field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withBounds-org.apache.accumulo.core.data.Range-">withBounds(Range)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">This option allows limiting the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> from reading data outside of a given range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#withConfiguration-org.apache.accumulo.core.client.summary.SummarizerConfiguration...-">withConfiguration(SummarizerConfiguration...)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">Allows specifying a set of summaries, generated using the specified configs, to retrieve.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#withConfiguration-java.util.Collection-">withConfiguration(Collection&lt;SummarizerConfiguration&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">Allows specifying a set of summaries, generated using the specified configs, to retrieve.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withDataCache-long-">withDataCache(long)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">Enabling this option will cache RFiles data in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html#withFileSystem-org.apache.hadoop.fs.FileSystem-">withFileSystem(FileSystem)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerFSOptions</a></dt>
<dd>
<div class="block">Optionally provide a FileSystem to open RFiles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryFSOptions.html#withFileSystem-org.apache.hadoop.fs.FileSystem-">withFileSystem(FileSystem)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryFSOptions</a></dt>
<dd>
<div class="block">Optionally provide a FileSystem to open RFiles.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html#withFileSystem-org.apache.hadoop.fs.FileSystem-">withFileSystem(FileSystem)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterFSOptions</a></dt>
<dd>
<div class="block">Optionally provide a FileSystem to open a file to write a RFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withIndexCache-long-">withIndexCache(long)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">Enabling this option will cache RFiles indexes in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withInstance-java.lang.String-">withInstance(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_NAME</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withInstance-java.util.UUID-">withInstance(UUID)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_ID</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withKeystore-java.lang.String-">withKeystore(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#withKeystore-java.lang.String-java.lang.String-java.lang.String-"><code>ClientConfiguration.withKeystore(String, String, String)</code></a> with password null and type null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withKeystore-java.lang.String-java.lang.String-java.lang.String-">withKeystore(String, String, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_RPC_SSL_CLIENT_AUTH,
ClientProperty.RPC_SSL_KEYSTORE_PATH, ClientProperty.RPC_SSL_KEYSTORE_PASSWORD, and
ClientProperty.RPC_SSL_KEYSTORE_TYPE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html#withMatchingConfiguration-java.lang.String-">withMatchingConfiguration(String)</a></span> - Method in interface org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/SummaryRetriever.html" title="interface in org.apache.accumulo.core.client.admin">SummaryRetriever</a></dt>
<dd>
<div class="block">Filters which summary data is retrieved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#withoutDefaultIterators--">withoutDefaultIterators()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Currently the only default iterator is the <code>VersioningIterator</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withoutSystemIterators--">withoutSystemIterators()</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">By default the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> created will setup the default Accumulo system iterators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#withSampler-org.apache.accumulo.core.client.sample.SamplerConfiguration-">withSampler(SamplerConfiguration)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>
<div class="block">An option to store sample data in the generated RFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withSasl-boolean-">withSasl(boolean)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_RPC_SASL_ENABLED.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withSasl-boolean-java.lang.String-">withSasl(boolean, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_RPC_SASL_ENABLED and
ClientProperty.GENERAL_KERBEROS_PRINCIPAL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html#withSplits-java.util.SortedSet-">withSplits(SortedSet&lt;Text&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/NewTableConfiguration.html" title="class in org.apache.accumulo.core.client.admin">NewTableConfiguration</a></dt>
<dd>
<div class="block">Create a new table with pre-configured splits from the provided input collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withSsl-boolean-">withSsl(boolean)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#withSsl-boolean-boolean-"><code>ClientConfiguration.withSsl(boolean, boolean)</code></a> with useJsseConfig set to false</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withSsl-boolean-boolean-">withSsl(boolean, boolean)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_RPC_SSL_ENABLED and
ClientProperty.RPC_USE_JSSE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#withSummarizers-org.apache.accumulo.core.client.summary.SummarizerConfiguration...-">withSummarizers(SummarizerConfiguration...)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>
<div class="block">Enable generating summary data in the created RFile by running <a href="org/apache/accumulo/core/client/summary/Summarizer.html" title="interface in org.apache.accumulo.core.client.summary"><code>Summarizer</code></a>'s based on
the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withTableProperties-java.lang.Iterable-">withTableProperties(Iterable&lt;Map.Entry&lt;String, String&gt;&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>
<div class="block">Construct the <a href="org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client"><code>Scanner</code></a> with iterators specified in a tables properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html#withTableProperties-java.util.Map-">withTableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.ScannerOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#withTableProperties-java.lang.Iterable-">withTableProperties(Iterable&lt;Map.Entry&lt;String, String&gt;&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>
<div class="block">Retrieve summaries with provided tables properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html#withTableProperties-java.util.Map-">withTableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.SummaryOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.SummaryOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#withTableProperties-java.lang.Iterable-">withTableProperties(Iterable&lt;Map.Entry&lt;String, String&gt;&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>
<div class="block">Create an RFile using the same configuration as an Accumulo table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#withTableProperties-java.util.Map-">withTableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withTruststore-java.lang.String-">withTruststore(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#withTruststore-java.lang.String-java.lang.String-java.lang.String-"><code>ClientConfiguration.withTruststore(String, String, String)</code></a> with password null and type null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withTruststore-java.lang.String-java.lang.String-java.lang.String-">withTruststore(String, String, String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.RPC_SSL_TRUSTORE_PATH,
ClientProperty.RPC_SSL_TRUSTORE_PASSWORD, and ClientProperty.RPC_SSL_TRUSTORE_TYPE</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html#withVisibilityCacheSize-int-">withVisibilityCacheSize(int)</a></span> - Method in interface org.apache.accumulo.core.client.rfile.<a href="org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html" title="interface in org.apache.accumulo.core.client.rfile">RFile.WriterOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withZkHosts-java.lang.String-">withZkHosts(String)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_ZK_HOST</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ClientConfiguration.html#withZkTimeout-int-">withZkTimeout(int)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Same as <a href="org/apache/accumulo/core/client/ClientConfiguration.html#with-org.apache.accumulo.core.client.ClientConfiguration.ClientProperty-java.lang.String-"><code>ClientConfiguration.with(ClientProperty, String)</code></a> for ClientProperty.INSTANCE_ZK_TIMEOUT</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/BatchWriterConfig.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.html#write-java.util.Iterator-">write(Iterator&lt;ConditionalMutation&gt;)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client">ConditionalWriter</a></dt>
<dd>
<div class="block">This method returns one result for each mutation passed to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ConditionalWriter.html#write-org.apache.accumulo.core.data.ConditionalMutation-">write(ConditionalMutation)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client">ConditionalWriter</a></dt>
<dd>
<div class="block">This method has the same thread safety guarantees as @link <a href="org/apache/accumulo/core/client/ConditionalWriter.html#write-java.util.Iterator-"><code>ConditionalWriter.write(Iterator)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/IteratorSetting.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html#write-org.apache.hadoop.io.Text-org.apache.accumulo.core.data.Mutation-">write(Text, Mutation)</a></span> - Method in class org.apache.accumulo.core.client.mapred.<a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapred">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Push a mutation into a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html#write-org.apache.hadoop.io.Text-org.apache.accumulo.core.data.Mutation-">write(Text, Mutation)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloOutputFormat.AccumuloRecordWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Push a mutation into a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.mapreduce.<a href="org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce">RangeInputSplit</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/KerberosToken.html" title="class in org.apache.accumulo.core.client.security.tokens">KerberosToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/NullToken.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/NullToken.html" title="class in org.apache.accumulo.core.client.security.tokens">NullToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.client.security.tokens.<a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens">PasswordToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Column.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data">Column</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Key.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Mutation.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.html" title="class in org.apache.accumulo.core.data">Mutation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Range.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/data/Value.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html#zkTimeout-int-">zkTimeout(int)</a></span> - Method in interface org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/AccumuloClient.ConnectionOptions.html" title="interface in org.apache.accumulo.core.client">AccumuloClient.ConnectionOptions</a></dt>
<dd>
<div class="block">Build using Zookeeper timeout</div>
</dd>
<dt><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">ZooKeeperInstance</span></a> - Class in <a href="org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">since 2.0.0, Use <a href="org/apache/accumulo/core/client/Accumulo.html#newClient--"><code>Accumulo.newClient()</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance-java.lang.String-java.lang.String-">ZooKeeperInstance(String, String)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance-org.apache.accumulo.core.client.ClientConfiguration-">ZooKeeperInstance(ClientConfiguration)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client">ZooKeeperInstance</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<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>
</body>
</html>