blob: 59e1be499f2c6f4efceb8c47efbdeffb108c3dd3 [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 (version 1.7.0_95) on Thu Mar 03 19:53:25 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (accumulo 1.4.5 API)</title>
<meta name="date" content="2016-03-03">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (accumulo 1.4.5 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/AccumuloException.html#AccumuloException(java.lang.String,%20java.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/mapreduce/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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">This class allows MapReduce jobs to use the Accumulo data file format for output of data
The user must specify the output path that does not exist following via static method calls to this class:
AccumuloFileOutputFormat.setOutputPath(job, outputDirectory)
Other methods from FileOutputFormat to configure options are ignored Compression is using the DefaultCodec and is always on</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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">This class allows MapReduce jobs to use Accumulo as the source of data.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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">This class allows MapReduce jobs to use Accumulo as the sink of data.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException(java.lang.String,%20org.apache.accumulo.core.security.thrift.SecurityErrorCode,%20java.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="strong"><a href="./org/apache/accumulo/core/client/AccumuloSecurityException.html#AccumuloSecurityException(java.lang.String,%20org.apache.accumulo.core.security.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><a href="./org/apache/accumulo/core/client/admin/ActiveScan.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#addAggregators(java.lang.String,%20java.util.List)">addAggregators(String, List&lt;? extends PerColumnIteratorConfig&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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4 <a href="./org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)"><code>TableOperations.attachIterator(String, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#addAggregators(java.lang.String,%20java.util.List)">addAggregators(String, List&lt;? extends PerColumnIteratorConfig&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4 <a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)"><code>TableOperationsHelper.attachIterator(String, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html#addAggregators(java.lang.String,%20java.util.List)">addAggregators(String, List&lt;? extends PerColumnIteratorConfig&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock">MockAccumulo</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTable.html#addAggregators(java.util.List)">addAggregators(List&lt;? extends PerColumnIteratorConfig&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTable.html" title="class in org.apache.accumulo.core.client.mock">MockTable</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)"><code>TableOperations.attachIterator(String tableName, IteratorSetting setting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#addAggregators(java.lang.String,%20java.util.List)">addAggregators(String, List&lt;? extends PerColumnIteratorConfig&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4 <a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)"><code>TableOperationsHelper.attachIterator(String, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.mapreduce.JobContext,%20org.apache.accumulo.core.client.IteratorSetting)">addIterator(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration,IteratorSetting)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)">addIterator(Configuration, 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">Encode an iterator on the input for this configuration object.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html#addMutation(java.lang.String,%20org.apache.accumulo.core.data.Mutation)">addMutation(String, Mutation)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock">MockAccumulo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html#addMutation(org.apache.accumulo.core.data.Mutation)">addMutation(Mutation)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html#addMutations(java.lang.Iterable)">addMutations(Iterable&lt;Mutation&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#addOption(java.lang.String,%20java.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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#addSplits(java.lang.String,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#addSplits(java.lang.String,%20java.util.SortedSet)">addSplits(String, SortedSet&lt;Text&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#addSplits(java.lang.String,%20java.util.SortedSet)">addSplits(String, SortedSet&lt;Text&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#appendPrintableString(byte[],%20int,%20int,%20int,%20java.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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/ArrayByteSequence.html" title="class in org.apache.accumulo.core.data"><span class="strong">ArrayByteSequence</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence(byte[])">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ArrayByteSequence.html#ArrayByteSequence(byte[],%20int,%20int)">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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator(String, IteratorSetting)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator(String, 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/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/AuditLevel.html#AUDIT">AUDIT</a></span> - Static variable in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/AuditLevel.html" title="class in org.apache.accumulo.core.security">AuditLevel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/AuditLevel.html" title="class in org.apache.accumulo.core.security"><span class="strong">AuditLevel</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/AuditLevel.html#AuditLevel()">AuditLevel()</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/AuditLevel.html" title="class in org.apache.accumulo.core.security">AuditLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#authenticateUser(java.lang.String,%20byte[])">authenticateUser(String, byte[])</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><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#authenticateUser(java.lang.String,%20byte[])">authenticateUser(String, byte[])</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Verify a username/password combination is valid</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#authenticateUser(java.lang.String,%20byte[])">authenticateUser(String, byte[])</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security"><span class="strong">Authorizations</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/Authorizations.html#Authorizations(byte[])">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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html#auths">auths</a></span> - Variable in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html" title="class in org.apache.accumulo.core.client.mock">MockScannerBase</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_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="strong">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="strong">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">Implementations of BatchScanner support efficient lookups of many ranges in accumulo.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><span class="strong">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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#binMutations(java.util.List,%20java.util.Map,%20java.util.List)">binMutations(List&lt;Mutation&gt;, Map&lt;String, TabletLocator.TabletServerMutations&gt;, List&lt;Mutation&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#binRanges(java.util.List,%20java.util.Map)">binRanges(List&lt;Range&gt;, Map&lt;String, Map&lt;KeyExtent, List&lt;Range&gt;&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#BLOCK_SIZE">BLOCK_SIZE</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Range.html#bound(org.apache.accumulo.core.data.Column,%20org.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="strong"><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="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data"><span class="strong">ByteSequence</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#bytesToLong(byte[])">bytesToLong(byte[])</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#bytesToString(byte[])">bytesToString(byte[])</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#canCreateTables(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.canCreateTables(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#canCreateTables(org.apache.hadoop.conf.Configuration)">canCreateTables(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#changeUserAuthorizations(java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#changeUserAuthorizations(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">changeUserAuthorizations(String, Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Set the user's record-level authorizations</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#changeUserAuthorizations(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">changeUserAuthorizations(String, Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#changeUserPassword(java.lang.String,%20byte[])">changeUserPassword(String, byte[])</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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#changeUserPassword(java.lang.String,%20byte[])">changeUserPassword(String, byte[])</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Set the user's password</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#changeUserPassword(java.lang.String,%20byte[])">changeUserPassword(String, byte[])</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityConstraint.html#check(org.apache.accumulo.core.constraints.Constraint.Environment,%20org.apache.accumulo.core.data.Mutation)">check(Constraint.Environment, Mutation)</a></span> - Method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityConstraint.html" title="class in org.apache.accumulo.core.security">VisibilityConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts(String, 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/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#clearLocatorCache(java.lang.String)">clearLocatorCache(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Clears the tablet locator cache for a specified table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#clearLocatorCache(java.lang.String)">clearLocatorCache(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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/ClientSideIteratorScanner.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><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><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client"><span class="strong">ClientSideIteratorScanner.ScannerTranslator</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 class that wraps a Scanner in a SortedKeyValueIterator so that other accumulo iterators can use it as a source.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#ClientSideIteratorScanner.ScannerTranslator(org.apache.accumulo.core.client.Scanner)">ClientSideIteratorScanner.ScannerTranslator(Scanner)</a></span> - Constructor for class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>
<div class="block">Constructs an accumulo iterator from a scanner.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#clip(org.apache.accumulo.core.data.Range,%20boolean)">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">Same as other clip function except if gives the option to return null of the ranges do not overlap instead of throwing an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#clone(java.lang.String,%20java.lang.String,%20boolean,%20java.util.Map,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#clone(java.lang.String,%20java.lang.String,%20boolean,%20java.util.Map,%20java.util.Set)">clone(String, String, boolean, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#clone(java.lang.String,%20java.lang.String,%20boolean,%20java.util.Map,%20java.util.Set)">clone(String, String, boolean, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>
<div class="block">Releases any resources.</div>
</dd>
<dt><span class="strong"><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>
<div class="block">Cleans up and finalizes the scanner</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#close()">close()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html#close()">close()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock">MockBatchScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html#close()">close()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#close()">close()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockMultiTableBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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><a href="./org/apache/accumulo/core/data/Column.html" title="class in org.apache.accumulo.core.data"><span class="strong">Column</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Column.html#Column(byte[],%20byte[],%20byte[])">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Column.html#Column(org.apache.accumulo.core.data.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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong">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 mutation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ColumnUpdate.html#ColumnUpdate(byte[],%20byte[],%20byte[],%20boolean,%20long,%20boolean,%20byte[],%20byte[],%20int)">ColumnUpdate(byte[], byte[], byte[], boolean, long, boolean, byte[], byte[], int)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong">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="strong"><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">Empty visibility.</div>
</dd>
<dt><span class="strong"><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">See <a href="./org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility(byte[])"><code>ColumnVisibility.ColumnVisibility(byte[])</code></a></div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/ColumnVisibility.html#ColumnVisibility(byte[])">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">Set the column visibility for a Mutation.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/security/ColumnVisibility.Node.html" title="class in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.Node</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/ColumnVisibility.Node.html#ColumnVisibility.Node(org.apache.accumulo.core.security.ColumnVisibility.NodeType)">ColumnVisibility.Node(ColumnVisibility.NodeType)</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="strong"><a href="./org/apache/accumulo/core/security/ColumnVisibility.Node.html#ColumnVisibility.Node(int,%20int)">ColumnVisibility.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><a href="./org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html" title="class in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeComparator</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html#ColumnVisibility.NodeComparator(byte[])">ColumnVisibility.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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeType</span></a> - Enum in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#compact(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#compact(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean,%20boolean)">compact(String, Text, Text, boolean, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#compact(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean,%20boolean)">compact(String, Text, Text, boolean, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/ComparableBytes.html" title="class in org.apache.accumulo.core.data"><span class="strong">ComparableBytes</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ComparableBytes.html#ComparableBytes(byte[])">ComparableBytes(byte[])</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/ComparableBytes.html" title="class in org.apache.accumulo.core.data">ComparableBytes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.Comparator.html#compare(byte[],%20int,%20int,%20byte[],%20int,%20int)">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>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html#compare(org.apache.accumulo.core.security.ColumnVisibility.Node,%20org.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="strong"><a href="./org/apache/accumulo/core/data/ByteSequence.html#compareBytes(org.apache.accumulo.core.data.ByteSequence,%20org.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>&nbsp;</dd>
<dt><span class="strong"><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">Efficiently compare the the column family of a key w/o allocating a text object and copying the column qualifier into it.</div>
</dd>
<dt><span class="strong"><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">Efficiently compare the the column qualifier of a key w/o allocating a text object and copying the column qualifier into it.</div>
</dd>
<dt><span class="strong"><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">Efficiently compare the the row of a key w/o allocating a text object and copying the row into it.</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#compareTo(org.apache.accumulo.core.data.Key,%20org.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">Compare 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="strong"><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>
<div class="block">Compare all elements of a key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#compareTo(org.apache.accumulo.core.data.KeyExtent)">compareTo(KeyExtent)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Compares extents based on rows</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Value.html#compareTo(byte[])">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="strong"><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">Use this to compress a list of keys before sending them via thrift.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="strong">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">Connector connects to an Accumulo instance and allows the user to request readers and writers for the instance as well as various objects that permit
administrative operations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#Connector(org.apache.accumulo.core.client.Instance,%20java.lang.String,%20byte[])">Connector(Instance, String, byte[])</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="strong">Deprecated.</span>
<div class="block"><i>Not for client use</i></div>
</div>
</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Not for client use</i></div>
</div>
</dd>
<dt><span class="strong"><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="strong">ConstraintViolationSummary</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ConstraintViolationSummary.html#ConstraintViolationSummary(java.lang.String,%20short,%20java.lang.String,%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ConstraintViolationSummary.html#ConstraintViolationSummary(org.apache.accumulo.core.data.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#contains(org.apache.accumulo.core.data.ByteSequence)">contains(ByteSequence)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#contains(org.apache.hadoop.io.BinaryComparable)">contains(BinaryComparable)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/Authorizations.html#contains(byte[])">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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#copy(byte[])">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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String,%20boolean)">create(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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String,%20boolean,%20org.apache.accumulo.core.client.admin.TimeType)">create(String, boolean, TimeType)</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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#create(java.lang.String)">create(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Create a table with no special configuration</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#create(java.lang.String,%20boolean)">create(String, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#create(java.lang.String,%20boolean,%20org.apache.accumulo.core.client.admin.TimeType)">create(String, boolean, TimeType)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#create(java.lang.String)">create(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#create(java.lang.String,%20boolean)">create(String, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#create(java.lang.String,%20boolean,%20org.apache.accumulo.core.client.admin.TimeType)">create(String, boolean, TimeType)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#create()">create()</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#create(org.apache.accumulo.core.security.ColumnVisibility,%20org.apache.accumulo.core.security.Authorizations)">create(ColumnVisibility, Authorizations)</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html#create()">create()</a></span> - Static method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html" title="class in org.apache.accumulo.core.security">VisibilityInterpreterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html#create(org.apache.accumulo.core.security.ColumnVisibility,%20org.apache.accumulo.core.security.Authorizations)">create(ColumnVisibility, Authorizations)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html" title="class in org.apache.accumulo.core.security">VisibilityInterpreterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20long,%20long,%20int)">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">Factory method to create a BatchDeleter connected to Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20long,%20long,%20int)">createBatchDeleter(String, Authorizations, int, long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#createBatchScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int)">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">Factory method to create a BatchScanner connected to Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html#createBatchScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">createBatchScanner(String, Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock">MockAccumulo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#createBatchScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int)">createBatchScanner(String, Authorizations, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,%20long,%20long,%20int)">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">Factory method to create a BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#createBatchWriter(java.lang.String,%20long,%20long,%20int)">createBatchWriter(String, long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html#createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator)">createFilter(SortedKeyValueIterator&lt;Key, Value&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html" title="class in org.apache.accumulo.core.client.mock">MockScannerBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(long,%20long,%20int)">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">Factory method to create a Multi-Table BatchWriter connected to Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#createMultiTableBatchWriter(long,%20long,%20int)">createMultiTableBatchWriter(long, long, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Connector.html#createScanner(java.lang.String,%20org.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">Factory method to create a Scanner connected to Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#createScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">createScanner(String, Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html#createTable(java.lang.String,%20java.lang.String,%20boolean,%20org.apache.accumulo.core.client.admin.TimeType)">createTable(String, String, boolean, TimeType)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock">MockAccumulo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#createUser(java.lang.String,%20byte[],%20org.apache.accumulo.core.security.Authorizations)">createUser(String, byte[], 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">Create a user</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#createUser(java.lang.String,%20byte[],%20org.apache.accumulo.core.security.Authorizations)">createUser(String, byte[], Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Create a user</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#createUser(java.lang.String,%20byte[],%20org.apache.accumulo.core.security.Authorizations)">createUser(String, byte[], Authorizations)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#currentK">currentK</a></span> - Variable 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#currentKey">currentKey</a></span> - Variable 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#currentV">currentV</a></span> - Variable 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#currentValue">currentValue</a></span> - Variable 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>&nbsp;</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><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><span class="strong"><a href="./org/apache/accumulo/core/data/ComparableBytes.html#data">data</a></span> - Variable in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/ComparableBytes.html" title="class in org.apache.accumulo.core.data">ComparableBytes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#decodePrevEndRow(org.apache.accumulo.core.data.Value)">decodePrevEndRow(Value)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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">Use this to decompress a list of keys received from thrift.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment)">deepCopy(IteratorEnvironment)</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#delete(java.lang.String)">delete(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Delete a table</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchDeleter.html#delete()">delete()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchDeleter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchDeleter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#delete(java.lang.String)">delete(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#deleteRows(java.lang.String,%20org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#deleteRows(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">deleteRows(String, Text, Text)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#deleteRows(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">deleteRows(String, Text, Text)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#deserializeFetchedColumns(java.lang.String[])">deserializeFetchedColumns(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#disableAutoAdjustRanges(org.apache.hadoop.mapreduce.JobContext)">disableAutoAdjustRanges(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#disableAutoAdjustRanges(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.disableAutoAdjustRanges(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#disableAutoAdjustRanges(org.apache.hadoop.conf.Configuration)">disableAutoAdjustRanges(Configuration)</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">Disables the adjustment of ranges for this configuration object.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#disableIsolation()">disableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#dropUser(java.lang.String)">dropUser(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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#dropUser(java.lang.String)">dropUser(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Delete a user</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#dropUser(java.lang.String)">dropUser(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#enableIsolation()">enableIsolation()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#encodePrevEndRow(org.apache.hadoop.io.Text)">encodePrevEndRow(Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Key.html#equals(org.apache.accumulo.core.data.Key,%20org.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">Compare part of a key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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 Returns the same Range as new Range(row)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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 visibility</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)">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, visibility, and timestamp</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence,%20java.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.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 visibility</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20long)">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, visibility, and timestamp</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#exists(java.lang.String)">exists(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">A method to check if a table exists in Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#exists(java.lang.String)">exists(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#fetchColumn(org.apache.hadoop.io.Text,%20org.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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#fetchColumns(org.apache.hadoop.mapreduce.JobContext,%20java.util.Collection)">fetchColumns(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#fetchColumns(org.apache.hadoop.conf.Configuration,%20java.util.Collection)"><code>InputFormatBase.fetchColumns(Configuration,Collection)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#fetchColumns(org.apache.hadoop.conf.Configuration,%20java.util.Collection)">fetchColumns(Configuration, 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">Restricts the columns that will be mapped over for this configuration object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#FILE_TYPE">FILE_TYPE</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#findChildren(org.apache.accumulo.core.data.KeyExtent,%20java.util.SortedSet)">findChildren(KeyExtent, SortedSet&lt;KeyExtent&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#findContainingExtent(org.apache.accumulo.core.data.KeyExtent,%20java.util.SortedSet)">findContainingExtent(KeyExtent, SortedSet&lt;KeyExtent&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/FindMax.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/FindMax.html#findMax(org.apache.accumulo.core.client.Scanner,%20org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#findOverlapping(org.apache.accumulo.core.data.KeyExtent,%20java.util.SortedSet)">findOverlapping(KeyExtent, SortedSet&lt;KeyExtent&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#findOverlapping(org.apache.accumulo.core.data.KeyExtent,%20java.util.SortedMap)">findOverlapping(KeyExtent, SortedMap&lt;KeyExtent, ? extends Object&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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"><span class="strong">Deprecated.</span>
<div class="block"><i>As of release 1.4, replaced by <a href="./org/apache/accumulo/core/client/admin/TableOperations.html#flush(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean)"><code>TableOperations.flush(String, Text, Text, boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#flush(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean)">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 tables data that is currently in memory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#flush(java.lang.String)">flush(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4 <a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#flush(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean)"><code>TableOperationsImpl.flush(String, Text, Text, boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#flush(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean)">flush(String, Text, Text, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Flush a table</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html#flush()">flush()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#flush()">flush()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockMultiTableBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#flush(java.lang.String)">flush(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#flush(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20boolean)">flush(String, Text, Text, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><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">Get the data from the BytesWritable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#getAbbreviatedValue()">getAbbreviatedValue()</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#getActiveScans(java.lang.String)">getActiveScans(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#getActiveScans(java.lang.String)">getActiveScans(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/MutationsRejectedException.html#getAuthorizationFailures()">getAuthorizationFailures()</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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAuthorizations(org.apache.hadoop.mapreduce.JobContext)">getAuthorizations(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAuthorizations(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getAuthorizations(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAuthorizations(org.apache.hadoop.conf.Configuration)">getAuthorizations(Configuration)</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">Gets the authorizations to set for the scans from the configuration.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityEvaluator.html#getAuthorizations()">getAuthorizations()</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAutoAdjustRanges(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getAutoAdjustRanges(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getAutoAdjustRanges(org.apache.hadoop.conf.Configuration)">getAutoAdjustRanges(Configuration)</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">Determines whether a configuration has auto-adjust ranges enabled.</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#getBatchSize()">getBatchSize()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#getBatchWriter(java.lang.String)">getBatchWriter(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockMultiTableBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/PartialKey.html#getByDepth(int)">getByDepth(int)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ComparableBytes.html#getBytes()">getBytes()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/ComparableBytes.html" title="class in org.apache.accumulo.core.data">ComparableBytes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#getBytes(org.apache.hadoop.io.Writable)">getBytes(Writable)</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getColfamRegex()">getColfamRegex()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getColqualRegex()">getColqualRegex()</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">Returns the column</div>
</dd>
<dt><span class="strong"><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">This method gives users control over allocation of Text objects by copying into the passed in text.</div>
</dd>
<dt><span class="strong"><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">This method allocates a Text object and copies into it.</div>
</dd>
<dt><span class="strong"><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">This method returns a pointer to the keys internal data and does not copy it.</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">This method gives users control over allocation of Text objects by copying into the passed in text.</div>
</dd>
<dt><span class="strong"><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">This method allocates a Text object and copies into it.</div>
</dd>
<dt><span class="strong"><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">This method returns a pointer to the keys internal data and does not copy it.</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">This method allocates a Text object and copies into it.</div>
</dd>
<dt><span class="strong"><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">This method gives users control over allocation of Text objects by copying into the passed in text.</div>
</dd>
<dt><span class="strong"><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">This method returns a pointer to the keys internal data and does not copy it.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#getConfiguration()">getConfiguration()</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">Returns the AccumuloConfiguration to use when interacting with this instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getConfiguration(org.apache.hadoop.mapreduce.JobContext)">getConfiguration(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getConfiguration()">getConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getConfiguration()">getConfiguration()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">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">Returns a connection to accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">getConnector(AuthInfo)</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">Returns a connection to accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.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">Returns a connection to accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.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">Returns a connection to this instance of accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20byte[])">getConnector(String, byte[])</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector(String, ByteBuffer)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector(String, CharSequence)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">getConnector(AuthInfo)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector(String, CharSequence)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector(String, ByteBuffer)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector(String, byte[])</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">getConnector(AuthInfo)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#getCurrentKey()">getCurrentKey()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#getCurrentValue()">getCurrentValue()</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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getDefaultTableName(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getDefaultTableName(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getDefaultTableName(org.apache.hadoop.conf.Configuration)">getDefaultTableName(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getEndRow()">getEndRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Returns this extent's end row</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/AccumuloSecurityException.html#getErrorCode()">getErrorCode()</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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">getExtent()</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="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getFetchedColumns(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getFetchedColumns(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getFetchedColumns(org.apache.hadoop.conf.Configuration)">getFetchedColumns(Configuration)</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">Gets the columns to be mapped over from this configuration object.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html#getFileSystem()">getFileSystem()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock">MockAccumulo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#getFullValue()">getFullValue()</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">Accessor method for internal instance object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.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/AccumuloFileOutputFormat.html" title="class in org.apache.accumulo.core.client.mapreduce">AccumuloFileOutputFormat</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4, use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#getInstance(org.apache.hadoop.conf.Configuration)"><code>AccumuloFileOutputFormat.getInstance(Configuration conf)</code></a> no other configurations are used by OutputFormat</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#getInstance(org.apache.hadoop.conf.Configuration)">getInstance(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getInstance(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.conf.Configuration)">getInstance(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.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/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getInstance(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getInstance(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getInstance(org.apache.hadoop.conf.Configuration)">getInstance(Configuration)</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">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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#getInstance()">getInstance()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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">Returns a unique string that identifies this instance of accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getInstanceID()">getInstanceID()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#getInstanceIDFromHdfs(org.apache.hadoop.fs.Path)">getInstanceIDFromHdfs(Path)</a></span> - Static 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="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><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">Returns the instance name given at system initialization time.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getInstanceName()">getInstanceName()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIteratorOptions(org.apache.hadoop.mapreduce.JobContext)">getIteratorOptions(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIteratorOptions(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getIteratorOptions(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIteratorOptions(org.apache.hadoop.conf.Configuration)">getIteratorOptions(Configuration)</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">Gets a list of the iterator options specified on this configuration.</div>
</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIterators(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getIterators(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getIterators(org.apache.hadoop.conf.Configuration)">getIterators(Configuration)</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">Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting(String, String, IteratorUtil.IteratorScope)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#getKey()">getKey()</a></span> - Method in 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getKeyExtentsForRange(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20java.util.Set)">getKeyExtentsForRange(Text, Text, Set&lt;KeyExtent&gt;)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Empty start or end rows tell the method there are no start or end rows, and to use all the keyextents that are before the end row if no start row etc.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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">This implementation of length is only an estimate, it does not provide exact values.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ComparableBytes.html#getLength()">getLength()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/ComparableBytes.html" title="class in org.apache.accumulo.core.data">ComparableBytes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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 visibility.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#getLocalityGroups(java.lang.String)">getLocalityGroups(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Gets the locality groups currently set for a table.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#getLocalityGroups(java.lang.String)">getLocalityGroups(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getLogLevel(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getLogLevel(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getLogLevel(org.apache.hadoop.conf.Configuration)">getLogLevel(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.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/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getLogLevel(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getLogLevel(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getLogLevel(org.apache.hadoop.conf.Configuration)">getLogLevel(Configuration)</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">Gets the log level from this configuration.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">Returns the location(s) of the accumulo master and any redundant servers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getMasterLocations()">getMasterLocations()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxLatency(org.apache.hadoop.mapreduce.JobContext)">getMaxLatency(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxLatency(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getMaxLatency(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxLatency(org.apache.hadoop.conf.Configuration)">getMaxLatency(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxMutationBufferSize(org.apache.hadoop.mapreduce.JobContext)">getMaxMutationBufferSize(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxMutationBufferSize(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getMaxMutationBufferSize(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxMutationBufferSize(org.apache.hadoop.conf.Configuration)">getMaxMutationBufferSize(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#getMaxRow(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#getMaxRow(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">getMaxRow(String, Authorizations, Text, boolean, Text, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#getMaxRow(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">getMaxRow(String, Authorizations, Text, boolean, Text, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getMaxVersions(org.apache.hadoop.mapreduce.JobContext)">getMaxVersions(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getMaxVersions(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getMaxVersions(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getMaxVersions(org.apache.hadoop.conf.Configuration)">getMaxVersions(Configuration)</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">Gets the maxVersions to use for the <code>VersioningIterator</code> from this configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getMaxVersions()">getMaxVersions()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxWriteThreads(org.apache.hadoop.mapreduce.JobContext)">getMaxWriteThreads(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxWriteThreads(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getMaxWriteThreads(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getMaxWriteThreads(org.apache.hadoop.conf.Configuration)">getMaxWriteThreads(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getMetadataEntry()">getMetadataEntry()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Returns a String representing this extent's entry in the Metadata table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getMetadataEntry(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">getMetadataEntry(Text, Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getMetadataEntry(org.apache.accumulo.core.data.KeyExtent)">getMetadataEntry(KeyExtent)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getOptions()">getOptions()</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#getPartition(org.apache.accumulo.core.data.Key,%20org.apache.hadoop.io.Writable,%20int)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#getPartition(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Writable,%20int)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getPassword(org.apache.hadoop.mapreduce.JobContext)">getPassword(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getPassword(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getPassword(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getPassword(org.apache.hadoop.conf.Configuration)">getPassword(Configuration)</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">WARNING: The password is stored in the Configuration and shared with all MapReduce tasks; It is BASE64 encoded to provide a charset safe conversion to a
string, and is not intended to be secure.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getPassword(org.apache.hadoop.mapreduce.JobContext)">getPassword(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getPassword(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getPassword(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getPassword(org.apache.hadoop.conf.Configuration)">getPassword(Configuration)</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">Gets the password from the configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getPassword()">getPassword()</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getPrevEndRow()">getPrevEndRow()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Return the previous extent's end row</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getPrevRowUpdateMutation()">getPrevRowUpdateMutation()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Returns a String representing the previous extent's entry in the Metadata table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getPrevRowUpdateMutation(org.apache.accumulo.core.data.KeyExtent)">getPrevRowUpdateMutation(KeyExtent)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#getProgress()">getProgress()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getProgress(org.apache.accumulo.core.data.ByteSequence,%20org.apache.accumulo.core.data.ByteSequence,%20org.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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#getProperties(java.lang.String)">getProperties(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Gets properties of a table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#getProperties(java.lang.String)">getProperties(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#getRange()">getRange()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getRanges(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getRanges(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getRanges(org.apache.hadoop.conf.Configuration)">getRanges(Configuration)</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">Gets the ranges to scan over from a configuration object.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getRegex(org.apache.hadoop.mapreduce.JobContext,%20org.apache.accumulo.core.client.mapreduce.InputFormatBase.RegexType)">getRegex(JobContext, InputFormatBase.RegexType)</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="strong">Deprecated.</span>
<div class="block"><i>since 1.4 use <code>RegExFilter</code> and <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong"><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">Returns the location of the tablet server that is serving the root tablet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getRootTabletLocation()">getRootTabletLocation()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">This method gives users control over allocation of Text objects by copying into the passed in text.</div>
</dd>
<dt><span class="strong"><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">This method allocates a Text object and copies into it.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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">This method returns a pointer to the keys internal data and does not copy it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getRowRegex()">getRowRegex()</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getSimulationMode(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getSimulationMode(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getSimulationMode(org.apache.hadoop.conf.Configuration)">getSimulationMode(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#getSiteConfiguration()">getSiteConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#getSiteConfiguration()">getSiteConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#getSplits(java.lang.String)">getSplits(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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#getSplits(java.lang.String,%20int)">getSplits(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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#getSplits(java.lang.String)">getSplits(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#getSplits(java.lang.String,%20int)">getSplits(String, int)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.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/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block">Read the metadata table to get tablets and match up ranges to them.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#getSplits(java.lang.String)">getSplits(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#getSplits(java.lang.String,%20int)">getSplits(String, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#getSystemConfiguration()">getSystemConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#getSystemConfiguration()">getSystemConfiguration()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getTableId()">getTableId()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Returns the extent's table id</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTablename(org.apache.hadoop.mapreduce.JobContext)">getTablename(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTablename(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getTablename(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTablename(org.apache.hadoop.conf.Configuration)">getTablename(Configuration)</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">Gets the table name from the configuration.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTabletLocator(org.apache.hadoop.mapreduce.JobContext)">getTabletLocator(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTabletLocator(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getTabletLocator(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getTabletLocator(org.apache.hadoop.conf.Configuration)">getTabletLocator(Configuration)</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">Initializes an Accumulo <code>TabletLocator</code> based on the configuration.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#getTabletServers()">getTabletServers()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#getTabletServers()">getTabletServers()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getTimeOut()">getTimeOut()</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="strong"><a href="./org/apache/accumulo/core/client/IsolatedScanner.html#getTimeOut()">getTimeOut()</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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#getTimeOut()">getTimeOut()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Scanner.html#getTimeOut()">getTimeOut()</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 setting for how long a scanner will automatically retry when a failure occurs.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#getTopKey()">getTopKey()</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#getTopValue()">getTopValue()</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#getUserAuthorizations(java.lang.String)">getUserAuthorizations(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Retrieves the user's authorizations for scanning</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#getUserAuthorizations(java.lang.String)">getUserAuthorizations(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getUsername(org.apache.hadoop.mapreduce.JobContext)">getUsername(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getUsername(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.getUsername(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getUsername(org.apache.hadoop.conf.Configuration)">getUsername(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getUsername(org.apache.hadoop.mapreduce.JobContext)">getUsername(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getUsername(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.getUsername(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#getUsername(org.apache.hadoop.conf.Configuration)">getUsername(Configuration)</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">Gets the user name from the configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getUsername()">getUsername()</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#getUUID()">getUUID()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#getValue()">getValue()</a></span> - Method in 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getValueRegex()">getValueRegex()</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/security/VisibilityConstraint.html#getViolationDescription(short)">getViolationDescription(short)</a></span> - Method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityConstraint.html" title="class in org.apache.accumulo.core.security">VisibilityConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#getWritable(byte[],%20org.apache.hadoop.io.Writable)">getWritable(byte[], Writable)</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
<dt><span class="strong"><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">Returns a comma-separated list of zookeeper servers the instance is using.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getZooKeepers()">getZooKeepers()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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">Returns the zookeeper connection timeout.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#getZooKeepersSessionTimeOut()">getZooKeepersSessionTimeOut()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#grantSystemPermission(java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#grantSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">grantSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Grant a user a system permission</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#grantSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">grantSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#grantTablePermission(java.lang.String,%20java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#grantTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">grantTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Grant a user a specific permission for a specific table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#grantTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">grantTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#handleBlockSize(org.apache.hadoop.mapreduce.JobContext)">handleBlockSize(JobContext)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#handleBlockSize(org.apache.hadoop.conf.Configuration)"><code>AccumuloFileOutputFormat.handleBlockSize(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#handleBlockSize(org.apache.hadoop.conf.Configuration)">handleBlockSize(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#hashCode()">hashCode()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html#hasNext()">hasNext()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html" title="class in org.apache.accumulo.core.client.mock">IteratorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#hasSystemPermission(java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#hasSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">hasSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Verify the user has a particular system permission</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#hasSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">hasSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#hasTablePermission(java.lang.String,%20java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#hasTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">hasTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Verify the user has a particular table permission</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#hasTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">hasTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#hasTop()">hasTop()</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)">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">Bulk import all the files in a directory into a table.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20int,%20int,%20boolean)">importDirectory(String, String, String, int, int, 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="strong">Deprecated.</span>
<div class="block"><i>Since 1.4 use <a href="./org/apache/accumulo/core/client/admin/TableOperations.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)"><code>TableOperations.importDirectory(String, String, String, boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20int,%20int,%20boolean)">importDirectory(String, String, String, int, int, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4 <a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)"><code>TableOperationsImpl.importDirectory(String, String, String, boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)">importDirectory(String, String, String, boolean)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20int,%20int,%20boolean)">importDirectory(String, String, String, int, int, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#importDirectory(java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)">importDirectory(String, String, String, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#init(org.apache.accumulo.core.iterators.SortedKeyValueIterator,%20java.util.Map,%20org.apache.accumulo.core.iterators.IteratorEnvironment)">init(SortedKeyValueIterator&lt;Key, Value&gt;, Map&lt;String, String&gt;, IteratorEnvironment)</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#initialize(org.apache.hadoop.mapreduce.InputSplit,%20org.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/InputFormatBase.RecordReaderBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RecordReaderBase</a></dt>
<dd>
<div class="block">Initialize a scanner over the given input split using this task attempt configuration.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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">This class allows MapReduce jobs to use Accumulo as the source of data.</div>
</dd>
<dt><span class="strong"><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>&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="strong">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#InputFormatBase.RecordReaderBase()">InputFormatBase.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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RegexType.html" title="enum in org.apache.accumulo.core.client.mapreduce"><span class="strong">InputFormatBase.RegexType</span></a> - Enum 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="strong">Deprecated.</span>
<div class="block"><i>since 1.4 use <code>RegExFilter</code> and <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><span class="strong">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">This class represents the information a client needs to know to connect to an instance of accumulo.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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">Retrieves an InstanceOperations object to modify instance configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#instanceOperations()">instanceOperations()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">InstanceOperationsImpl</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">Provides a class for administering the accumulo instance</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#InstanceOperationsImpl(org.apache.accumulo.core.client.Instance,%20org.apache.accumulo.core.security.thrift.AuthInfo)">InstanceOperationsImpl(Instance, AuthInfo)</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#invalidateCache(org.apache.accumulo.core.data.KeyExtent)">invalidateCache(KeyExtent)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#invalidateCache(java.util.Collection)">invalidateCache(Collection&lt;KeyExtent&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#invalidateCache()">invalidateCache()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#invalidateCache(java.lang.String)">invalidateCache(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#isClosed()">isClosed()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockMultiTableBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isIsolated(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.isIsolated(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isIsolated(org.apache.hadoop.conf.Configuration)">isIsolated(Configuration)</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">Determines whether a configuration has isolation enabled.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#isMockInstance()">isMockInstance()</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#isOfflineScan(org.apache.hadoop.conf.Configuration)">isOfflineScan(Configuration)</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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/IsolatedScanner.html#IsolatedScanner(org.apache.accumulo.core.client.Scanner,%20org.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="strong">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><span class="strong"><a href="./org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#IsolatedScanner.MemoryRowBuffer()">IsolatedScanner.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><a href="./org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="strong">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><span class="strong"><a href="./org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html#IsolatedScanner.MemoryRowBufferFactory()">IsolatedScanner.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/core/client/IsolatedScanner.RowBuffer.html" title="interface in org.apache.accumulo.core.client"><span class="strong">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="strong">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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#isPreviousExtent(org.apache.accumulo.core.data.KeyExtent)">isPreviousExtent(KeyExtent)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html#iterator()">iterator()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock">MockBatchScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#iterator()">iterator()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html#iterator()">iterator()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html" title="class in org.apache.accumulo.core.client.mock">MockScannerBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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/mock/IteratorAdapter.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">IteratorAdapter</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html#IteratorAdapter(org.apache.accumulo.core.iterators.SortedKeyValueIterator)">IteratorAdapter(SortedKeyValueIterator&lt;Key, Value&gt;)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html" title="class in org.apache.accumulo.core.client.mock">IteratorAdapter</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="strong">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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting(int,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting(int,%20java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting(int,%20java.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting(int,%20java.lang.Class,%20java.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.html#IteratorSetting(int,%20java.lang.String,%20java.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><a href="./org/apache/accumulo/core/client/IteratorSetting.Column.html" title="class in org.apache.accumulo.core.client"><span class="strong">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>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.Column.html#IteratorSetting.Column(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">IteratorSetting.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.Column.html#IteratorSetting.Column(org.apache.hadoop.io.Text)">IteratorSetting.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.Column.html#IteratorSetting.Column(java.lang.String,%20java.lang.String)">IteratorSetting.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="strong"><a href="./org/apache/accumulo/core/client/IteratorSetting.Column.html#IteratorSetting.Column(java.lang.String)">IteratorSetting.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>
</dl>
<a name="_K_">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><a href="./org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data"><span class="strong">Key</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="http://docs.oracle.com/javase/6/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="strong"><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="http://docs.oracle.com/javase/6/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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20long)">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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int,%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(byte[],%20byte[],%20byte[],%20byte[],%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(byte[],%20byte[],%20byte[],%20byte[],%20long,%20boolean)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(byte[],%20byte[],%20byte[],%20byte[],%20long,%20boolean,%20boolean)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.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="http://docs.oracle.com/javase/6/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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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="http://docs.oracle.com/javase/6/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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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="http://docs.oracle.com/javase/6/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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)">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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)">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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.accumulo.core.security.ColumnVisibility,%20long)">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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.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,%20org.apache.hadoop.io.Text)"><code>Key.Key(Text,Text)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.lang.CharSequence,%20java.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,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)"><code>Key.Key(Text,Text,Text)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.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,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)"><code>Key.Key(Text,Text,Text,Text)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20long)">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,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)"><code>Key.Key(Text,Text,Text,long)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20long)">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,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)"><code>Key.Key(Text,Text,Text,Text,long)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20long)">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,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.accumulo.core.security.ColumnVisibility,%20long)"><code>Key.Key(Text,Text,Text,ColumnVisibility,long)</code></a>.</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Key.html#Key(org.apache.accumulo.core.data.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#key">key</a></span> - Variable in 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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data"><span class="strong">KeyExtent</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent()">KeyExtent()</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">KeyExtent(Text, Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent(org.apache.accumulo.core.data.KeyExtent)">KeyExtent(KeyExtent)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent(org.apache.accumulo.core.data.thrift.TKeyExtent)">KeyExtent(TKeyExtent)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent(org.apache.hadoop.io.Text,%20org.apache.accumulo.core.data.Value)">KeyExtent(Text, Value)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#KeyExtent(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">KeyExtent(Text, Text)</a></span> - Constructor for class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</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="strong">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">Hadoop partitioner that uses ranges based on row keys, and optionally sub-bins based on hashing.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/KeyValue.html" title="class in org.apache.accumulo.core.data"><span class="strong">KeyValue</span></a> - Class in <a href="./org/apache/accumulo/core/data/package-summary.html">org.apache.accumulo.core.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#KeyValue(org.apache.accumulo.core.data.Key,%20byte[])">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#KeyValue(org.apache.accumulo.core.data.Key,%20java.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>&nbsp;</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#list()">list()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Retrieve a list of tables in Accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#list()">list()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#listIterators(java.lang.String)">listIterators(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#listUsers()">listUsers()</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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#listUsers()">listUsers()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Return a list of users in accumulo</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#listUsers()">listUsers()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#locateTablet(org.apache.hadoop.io.Text,%20boolean,%20boolean)">locateTablet(Text, boolean, boolean)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#log">log</a></span> - Static variable 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#longToBytes(long)">longToBytes(long)</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#lookupInstanceName(org.apache.accumulo.core.zookeeper.ZooCache,%20java.util.UUID)">lookupInstanceName(ZooCache, UUID)</a></span> - Static 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">Given a zooCache and instanceId, look up the instance name.</div>
</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#merge(java.lang.String,%20org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#merge(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">merge(String, Text, Text)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#merge(java.lang.String,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">merge(String, Text, Text)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#merge(org.apache.accumulo.core.security.ColumnVisibility,%20org.apache.accumulo.core.security.Authorizations)">merge(ColumnVisibility, Authorizations)</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html#merge(org.apache.accumulo.core.security.VisibilityInterpreter)">merge(VisibilityInterpreter)</a></span> - Method in interface org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security">VisibilityInterpreter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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">Takes a collection on range and 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="strong">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="strong"><a href="./org/apache/accumulo/minicluster/MiniAccumuloCluster.html#MiniAccumuloCluster(java.io.File,%20java.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="strong"><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="strong">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="strong"><a href="./org/apache/accumulo/minicluster/MiniAccumuloConfig.html#MiniAccumuloConfig(java.io.File,%20java.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/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockAccumulo</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockBatchDeleter.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockBatchDeleter</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>
<div class="block"><a href="./org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client"><code>BatchDeleter</code></a> for a <a href="./org/apache/accumulo/core/client/mock/MockAccumulo.html" title="class in org.apache.accumulo.core.client.mock"><code>MockAccumulo</code></a> instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchDeleter.html#MockBatchDeleter(org.apache.accumulo.core.client.mock.MockAccumulo,%20java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">MockBatchDeleter(MockAccumulo, String, Authorizations)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchDeleter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchDeleter</a></dt>
<dd>
<div class="block">Create a <a href="./org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client"><code>BatchDeleter</code></a> for the specified instance on the specified table where the writer uses the specified <a href="./org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security"><code>Authorizations</code></a>.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockBatchScanner</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html#MockBatchScanner(org.apache.accumulo.core.client.mock.MockTable,%20org.apache.accumulo.core.security.Authorizations)">MockBatchScanner(MockTable, Authorizations)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock">MockBatchScanner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockBatchWriter</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockConnector</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockInstance</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#MockInstance()">MockInstance()</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#MockInstance(java.lang.String)">MockInstance(String)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#MockInstance(java.lang.String,%20org.apache.hadoop.fs.FileSystem)">MockInstance(String, FileSystem)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockInstanceOperations</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#MockInstanceOperations(org.apache.accumulo.core.client.mock.MockAccumulo)">MockInstanceOperations(MockAccumulo)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockMultiTableBatchWriter</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#MockMultiTableBatchWriter(org.apache.accumulo.core.client.mock.MockAccumulo)">MockMultiTableBatchWriter(MockAccumulo)</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockMultiTableBatchWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockScanner</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockScannerBase</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockSecurityOperations</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockTable.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockTable</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockTableOperations</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockTabletLocator</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html#MockTabletLocator()">MockTabletLocator()</a></span> - Constructor for class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTabletLocator.html" title="class in org.apache.accumulo.core.client.mock">MockTabletLocator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mock/MockUser.html" title="class in org.apache.accumulo.core.client.mock"><span class="strong">MockUser</span></a> - Class in <a href="./org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</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="strong">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="strong">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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#Mutation(org.apache.accumulo.core.data.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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/MutationsRejectedException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/MutationsRejectedException.html#MutationsRejectedException(java.util.List,%20java.util.ArrayList,%20java.util.Collection,%20int,%20java.lang.Throwable)">MutationsRejectedException(List&lt;ConstraintViolationSummary&gt;, ArrayList&lt;KeyExtent&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>&nbsp;</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#next()">next()</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html#next()">next()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html" title="class in org.apache.accumulo.core.client.mock">IteratorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#numKeysRead">numKeysRead</a></span> - Variable 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>&nbsp;</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#offline(java.lang.String)">offline(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#offline(java.lang.String)">offline(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#online(java.lang.String)">online(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#online(java.lang.String)">online(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</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/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/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> - package org.apache.accumulo.core.client.mock</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>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#overlaps(org.apache.accumulo.core.data.KeyExtent)">overlaps(KeyExtent)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><span class="strong">PartialKey</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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.lang.CharSequence,%20java.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.accumulo.core.security.ColumnVisibility,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.accumulo.core.security.ColumnVisibility,%20long,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20long,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20long,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20long,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#put(java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20long,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(org.apache.hadoop.io.Text,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20org.apache.accumulo.core.security.ColumnVisibility,%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(java.lang.CharSequence,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(java.lang.CharSequence,%20java.lang.CharSequence,%20org.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(java.lang.CharSequence,%20java.lang.CharSequence,%20long)">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Mutation.html#putDelete(java.lang.CharSequence,%20java.lang.CharSequence,%20org.apache.accumulo.core.security.ColumnVisibility,%20long)">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>&nbsp;</dd>
</dl>
<a name="_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="strong">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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Key,%20org.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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.hadoop.io.Text,%20org.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(java.lang.CharSequence,%20java.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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(java.lang.CharSequence,%20boolean,%20java.lang.CharSequence,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Key,%20boolean,%20org.apache.accumulo.core.data.Key,%20boolean)">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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Key,%20org.apache.accumulo.core.data.Key,%20boolean,%20boolean,%20boolean,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Key,%20boolean,%20boolean,%20org.apache.accumulo.core.data.Key,%20boolean,%20boolean)">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="strong"><a href="./org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html" title="class in org.apache.accumulo.core.client.mapreduce"><span class="strong">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">The Class RangeInputSplit.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#RangeInputSplit(org.apache.accumulo.core.data.Range,%20java.lang.String[])">RangeInputSplit(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>&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="strong">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">Hadoop partitioner that uses ranges, and optionally sub-bins based on hashing.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#readFields(java.io.DataInput)">readFields(DataInput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Populates the extents data fields from a DataInput object</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html#remove()">remove()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/IteratorAdapter.html" title="class in org.apache.accumulo.core.client.mock">IteratorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator(String, String, EnumSet&lt;IteratorUtil.IteratorScope&gt;)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#removeProperty(java.lang.String)">removeProperty(String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty(java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty(String, String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Removes a property from a table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#removeProperty(java.lang.String)">removeProperty(String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty(String, String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#rename(java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#rename(java.lang.String,%20java.lang.String)">rename(String, String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Rename a table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#rename(java.lang.String,%20java.lang.String)">rename(String, String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#revokeSystemPermission(java.lang.String,%20org.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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#revokeSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">revokeSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Revoke a system permission from a user</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#revokeSystemPermission(java.lang.String,%20org.apache.accumulo.core.security.SystemPermission)">revokeSystemPermission(String, SystemPermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperations.html#revokeTablePermission(java.lang.String,%20java.lang.String,%20org.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><span class="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#revokeTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">revokeTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>
<div class="block">Revoke a table permission for a specific user on a specific table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html#revokeTablePermission(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.security.TablePermission)">revokeTablePermission(String, String, TablePermission)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockSecurityOperations.html" title="class in org.apache.accumulo.core.client.mock">MockSecurityOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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><a href="./org/apache/accumulo/core/client/RowIterator.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><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="strong"><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>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#scanner">scanner</a></span> - Variable in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</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="strong">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><a href="./org/apache/accumulo/core/client/ScannerBase.html" title="interface in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#scannerIterator">scannerIterator</a></span> - Variable 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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">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="strong">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/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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">Retrieves a SecurityOperations object to perform user security operations, such as creating users.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#securityOperations()">securityOperations()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">SecurityOperationsImpl</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="strong"><a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html#SecurityOperationsImpl(org.apache.accumulo.core.client.Instance,%20org.apache.accumulo.core.security.thrift.AuthInfo)">SecurityOperationsImpl(Instance, AuthInfo)</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/SecurityOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">SecurityOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html#seek(org.apache.accumulo.core.data.Range,%20java.util.Collection,%20boolean)">seek(Range, Collection&lt;ByteSequence&gt;, boolean)</a></span> - Method in class org.apache.accumulo.core.client.<a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client">ClientSideIteratorScanner.ScannerTranslator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#serializeColumns(java.util.Collection)">serializeColumns(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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Value.html#set(byte[])">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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setBlockSize(org.apache.hadoop.mapreduce.JobContext,%20int)">setBlockSize(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setBlockSize(org.apache.hadoop.conf.Configuration,%20int)"><code>AccumuloFileOutputFormat.setBlockSize(Configuration,int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setBlockSize(org.apache.hadoop.conf.Configuration,%20int)">setBlockSize(Configuration, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setColfamRegex(java.lang.String)">setColfamRegex(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setColqualRegex(java.lang.String)">setColqualRegex(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setColumnFamilyRegex(java.lang.String)">setColumnFamilyRegex(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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a> and
<code>RegExFilter</code></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setColumnQualifierRegex(java.lang.String)">setColumnQualifierRegex(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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a> and
<code>RegExFilter</code></i></div>
</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Instance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration(AccumuloConfiguration)</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">Set the AccumuloConfiguration to use when interacting with this instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration(AccumuloConfiguration)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock">MockInstance</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration(AccumuloConfiguration)</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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#setEndRow(org.apache.hadoop.io.Text)">setEndRow(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Sets this extent's end row</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setFileType(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String)">setFileType(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setFileType(org.apache.hadoop.conf.Configuration,%20java.lang.String)"><code>AccumuloFileOutputFormat.setFileType(Configuration,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setFileType(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setFileType(Configuration, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setInputInfo(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20byte[],%20java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">setInputInfo(JobContext, String, byte[], String, Authorizations)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setInputInfo(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20byte[],%20java.lang.String,%20org.apache.accumulo.core.security.Authorizations)"><code>InputFormatBase.setInputInfo(Configuration,String,byte[],String,Authorizations)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setInputInfo(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20byte[],%20java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">setInputInfo(Configuration, String, byte[], String, Authorizations)</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">Initialize the user, table, and authorization information for the configuration object that will be used with an Accumulo InputFormat.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html#setInterpreter(org.apache.accumulo.core.security.VisibilityInterpreter)">setInterpreter(VisibilityInterpreter)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html" title="class in org.apache.accumulo.core.security">VisibilityInterpreterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setIsolated(org.apache.hadoop.mapreduce.JobContext,%20boolean)">setIsolated(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setIsolated(org.apache.hadoop.conf.Configuration,%20boolean)"><code>InputFormatBase.setIsolated(Configuration,boolean)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setIsolated(org.apache.hadoop.conf.Configuration,%20boolean)">setIsolated(Configuration, 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">Enable or disable 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 configuration object.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setIterator(org.apache.hadoop.mapreduce.JobContext,%20int,%20java.lang.String,%20java.lang.String)">setIterator(JobContext, int, String, 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="strong">Deprecated.</span>
<div class="block"><i>since 1.4, see <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setIteratorOption(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20java.lang.String,%20java.lang.String)">setIteratorOption(JobContext, String, String, 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="strong">Deprecated.</span>
<div class="block"><i>since 1.4, see <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setIterators(java.util.List)">setIterators(List&lt;InputFormatBase.AccumuloIterator&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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLocalIterators(org.apache.hadoop.mapreduce.JobContext,%20boolean)">setLocalIterators(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLocalIterators(org.apache.hadoop.conf.Configuration,%20boolean)"><code>InputFormatBase.setLocalIterators(Configuration,boolean)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLocalIterators(org.apache.hadoop.conf.Configuration,%20boolean)">setLocalIterators(Configuration, 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">Enable or disable 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 Configuration object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#setLocalityGroups(java.lang.String,%20java.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 tables locality groups.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#setLocalityGroups(java.lang.String,%20java.util.Map)">setLocalityGroups(String, 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/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Sets a tables locality groups.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#setLocalityGroups(java.lang.String,%20java.util.Map)">setLocalityGroups(String, Map&lt;String, Set&lt;Text&gt;&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setLocations(java.lang.String[])">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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setLogLevel(org.apache.hadoop.mapreduce.JobContext,%20org.apache.log4j.Level)">setLogLevel(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setLogLevel(org.apache.hadoop.conf.Configuration,%20org.apache.log4j.Level)"><code>AccumuloOutputFormat.setLogLevel(Configuration,Level)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setLogLevel(org.apache.hadoop.conf.Configuration,%20org.apache.log4j.Level)">setLogLevel(Configuration, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLogLevel(org.apache.hadoop.mapreduce.JobContext,%20org.apache.log4j.Level)">setLogLevel(JobContext, Level)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLogLevel(org.apache.hadoop.conf.Configuration,%20org.apache.log4j.Level)"><code>InputFormatBase.setLogLevel(Configuration,Level)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setLogLevel(org.apache.hadoop.conf.Configuration,%20org.apache.log4j.Level)">setLogLevel(Configuration, Level)</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">Sets the log level for this configuration object.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxLatency(org.apache.hadoop.mapreduce.JobContext,%20int)">setMaxLatency(JobContext, int)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxLatency(org.apache.hadoop.conf.Configuration,%20int)"><code>AccumuloOutputFormat.setMaxLatency(Configuration,int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxLatency(org.apache.hadoop.conf.Configuration,%20int)">setMaxLatency(Configuration, int)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxMutationBufferSize(org.apache.hadoop.mapreduce.JobContext,%20long)">setMaxMutationBufferSize(JobContext, long)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxMutationBufferSize(org.apache.hadoop.conf.Configuration,%20long)"><code>AccumuloOutputFormat.setMaxMutationBufferSize(Configuration,long)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxMutationBufferSize(org.apache.hadoop.conf.Configuration,%20long)">setMaxMutationBufferSize(Configuration, long)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMaxVersions(org.apache.hadoop.mapreduce.JobContext,%20int)">setMaxVersions(JobContext, int)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMaxVersions(org.apache.hadoop.conf.Configuration,%20int)"><code>InputFormatBase.setMaxVersions(Configuration,int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMaxVersions(org.apache.hadoop.conf.Configuration,%20int)">setMaxVersions(Configuration, int)</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">Sets the max # of values that may be returned for an individual Accumulo cell.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setMaxVersions(java.lang.Integer)">setMaxVersions(Integer)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxWriteThreads(org.apache.hadoop.mapreduce.JobContext,%20int)">setMaxWriteThreads(JobContext, int)</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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxWriteThreads(org.apache.hadoop.conf.Configuration,%20int)"><code>AccumuloOutputFormat.setMaxWriteThreads(Configuration,int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMaxWriteThreads(org.apache.hadoop.conf.Configuration,%20int)">setMaxWriteThreads(Configuration, int)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String)">setMockInstance(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String)"><code>AccumuloOutputFormat.setMockInstance(Configuration,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setMockInstance(Configuration, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMockInstance(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String)">setMockInstance(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMockInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String)"><code>InputFormatBase.setMockInstance(Configuration,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setMockInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String)">setMockInstance(Configuration, 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">Configure a <a href="./org/apache/accumulo/core/client/mock/MockInstance.html" title="class in org.apache.accumulo.core.client.mock"><code>MockInstance</code></a> for this configuration object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setMockInstance(java.lang.Boolean)">setMockInstance(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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#setNumSubBins(org.apache.hadoop.mapreduce.JobContext,%20int)">setNumSubBins(JobContext, 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">Sets the number of random sub-bins per range</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#setNumSubBins(org.apache.hadoop.mapreduce.JobContext,%20int)">setNumSubBins(JobContext, 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">Sets the number of random sub-bins per range</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setOptions(java.util.List)">setOptions(List&lt;InputFormatBase.AccumuloIteratorOption&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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setOutputInfo(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20byte[],%20boolean,%20java.lang.String)">setOutputInfo(JobContext, String, byte[], boolean, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setOutputInfo(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20byte[],%20boolean,%20java.lang.String)"><code>AccumuloOutputFormat.setOutputInfo(Configuration,String,byte[],boolean,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setOutputInfo(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20byte[],%20boolean,%20java.lang.String)">setOutputInfo(Configuration, String, byte[], boolean, 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">Configure the output format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setPassword(byte[])">setPassword(byte[])</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#setPrevEndRow(org.apache.hadoop.io.Text)">setPrevEndRow(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Sets the previous extent's end row</div>
</dd>
<dt><span class="strong"><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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperations.html#setProperty(java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#setProperty(java.lang.String,%20java.lang.String)">setProperty(String, String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty(String, String, String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Sets a property on a table</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#setProperty(java.lang.String,%20java.lang.String)">setProperty(String, String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty(String, String, String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#setRange(org.apache.accumulo.core.data.Range)">setRange(Range)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setRanges(org.apache.hadoop.mapreduce.JobContext,%20java.util.Collection)">setRanges(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setRanges(org.apache.hadoop.conf.Configuration,%20java.util.Collection)"><code>InputFormatBase.setRanges(Configuration,Collection)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setRanges(org.apache.hadoop.conf.Configuration,%20java.util.Collection)">setRanges(Configuration, 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">Set the ranges to map over for this configuration object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html#setRanges(java.util.Collection)">setRanges(Collection&lt;Range&gt;)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock">MockBatchScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setRegex(org.apache.hadoop.mapreduce.JobContext,%20org.apache.accumulo.core.client.mapreduce.InputFormatBase.RegexType,%20java.lang.String)">setRegex(JobContext, InputFormatBase.RegexType, 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="strong">Deprecated.</span>
<div class="block"><i>since 1.4 use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#addIterator(org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.IteratorSetting)"><code>InputFormatBase.addIterator(Configuration, IteratorSetting)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setRowRegex(java.lang.String)">setRowRegex(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setRowRegex(java.lang.String)">setRowRegex(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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a> and
<code>RegExFilter</code>
<pre>
// Use the more flexible addScanIterator method:
ScanIterator cfg = new ScanIterator(&quot;regex&quot;, RegexIterator.class);
RegexIterator.setRegexs(cfg, row, null, null, null, false);
scanner.addScanIterator(priority, cfg);
</pre></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setScanIteratorOption(java.lang.String,%20java.lang.String,%20java.lang.String)">setScanIteratorOption(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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a>.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setScanIterators(int,%20java.lang.String,%20java.lang.String)">setScanIterators(int, 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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a>.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setScanOffline(org.apache.hadoop.conf.Configuration,%20boolean)">setScanOffline(Configuration, 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">
Enable reading offline tables.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setSimulationMode(org.apache.hadoop.mapreduce.JobContext)">setSimulationMode(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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setSimulationMode(org.apache.hadoop.conf.Configuration)"><code>AccumuloOutputFormat.setSimulationMode(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setSimulationMode(org.apache.hadoop.conf.Configuration)">setSimulationMode(Configuration)</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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html#setSplitFile(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String)">setSplitFile(JobContext, 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">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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html#setSplitFile(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String)">setSplitFile(JobContext, 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">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="strong"><a href="./org/apache/accumulo/core/data/ColumnUpdate.html#setSystemTimestamp(long)">setSystemTimestamp(long)</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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#setTableId(org.apache.hadoop.io.Text)">setTableId(Text)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Sets the extents table id</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ClientSideIteratorScanner.html#setTimeOut(int)">setTimeOut(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="strong"><a href="./org/apache/accumulo/core/client/IsolatedScanner.html#setTimeOut(int)">setTimeOut(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="strong"><a href="./org/apache/accumulo/core/client/mock/MockScanner.html#setTimeOut(int)">setTimeOut(int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScanner.html" title="class in org.apache.accumulo.core.client.mock">MockScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/Scanner.html#setTimeOut(int)">setTimeOut(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">This setting determines how long a scanner will automatically retry when a failure occurs.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#setupIterators(org.apache.accumulo.core.client.Scanner,%20java.util.List,%20java.util.List)">setupIterators(Scanner, List&lt;InputFormatBase.AccumuloIterator&gt;, List&lt;InputFormatBase.AccumuloIteratorOption&gt;)</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">Apply the configured iterators from the configuration to the scanner.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#setupMaxVersions(org.apache.accumulo.core.client.Scanner,%20int)">setupMaxVersions(Scanner, int)</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">If maxVersions has been set, configure a <code>VersioningIterator</code> at priority 0 for this scanner.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#setupRegex(org.apache.hadoop.mapreduce.TaskAttemptContext,%20org.apache.accumulo.core.client.Scanner)">setupRegex(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="strong">Deprecated.</span>
<div class="block"><i>since 1.4, configure <code>RegExFilter</code> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setupRegex(java.lang.String,%20int)">setupRegex(String, int)</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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a> and
<code>RegExFilter</code></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setUsername(java.lang.String)">setUsername(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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#setValue(org.apache.accumulo.core.data.Value)">setValue(Value)</a></span> - Method in 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setValueRegex(java.lang.String)">setValueRegex(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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#setValueRegex(java.lang.String)">setValueRegex(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"><span class="strong">Deprecated.</span>
<div class="block"><i>Since 1.4, use <a href="./org/apache/accumulo/core/client/ScannerBase.html#addScanIterator(org.apache.accumulo.core.client.IteratorSetting)"><code>ScannerBase.addScanIterator(org.apache.accumulo.core.client.IteratorSetting)</code></a> and
<code>RegExFilter</code></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(JobContext, String, 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="strong">Deprecated.</span>
<div class="block"><i>since 1.4, use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)"><code>AccumuloFileOutputFormat.setZooKeeperInstance(Configuration conf, String instanceName, String zooKeepers)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(Configuration, String, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(JobContext, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)"><code>AccumuloOutputFormat.setZooKeeperInstance(Configuration,String,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(Configuration, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.JobContext,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(JobContext, String, 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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)"><code>InputFormatBase.setZooKeeperInstance(Configuration,String,String)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#setZooKeeperInstance(org.apache.hadoop.conf.Configuration,%20java.lang.String,%20java.lang.String)">setZooKeeperInstance(Configuration, String, 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">Configure a <a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this configuration object.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#split">split</a></span> - Variable 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperations.html#splitRangeByTablets(java.lang.String,%20org.apache.accumulo.core.data.Range,%20int)">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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#splitRangeByTablets(java.lang.String,%20org.apache.accumulo.core.data.Range,%20int)">splitRangeByTablets(String, Range, int)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#splitRangeByTablets(java.lang.String,%20org.apache.accumulo.core.data.Range,%20int)">splitRangeByTablets(String, Range, int)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/Value.html#stringToBytes(java.lang.String)">stringToBytes(String)</a></span> - Static 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"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.4.1. There is no replacement.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/ArrayByteSequence.html#subSequence(int,%20int)">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="strong"><a href="./org/apache/accumulo/core/data/ByteSequence.html#subSequence(int,%20int)">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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">SystemPermission</span></a> - Enum in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html#table">table</a></span> - Variable in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockScannerBase.html" title="class in org.apache.accumulo.core.client.mock">MockScannerBase</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/TableDeletedException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><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><a href="./org/apache/accumulo/core/client/TableExistsException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/TableExistsException.html#TableExistsException(java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/TableExistsException.html#TableExistsException(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/TableExistsException.html#TableExistsException(org.apache.accumulo.core.client.impl.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="strong"><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><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#tableIdMap()">tableIdMap()</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</a></dt>
<dd>
<div class="block">Get a mapping of table name to internal table id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html#tableIdMap()">tableIdMap()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockTableOperations.html" title="class in org.apache.accumulo.core.client.mock">MockTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException(java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/TableNotFoundException.html#TableNotFoundException(org.apache.accumulo.core.client.impl.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><a href="./org/apache/accumulo/core/client/TableOfflineException.html" title="class in org.apache.accumulo.core.client"><span class="strong">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="strong"><a href="./org/apache/accumulo/core/client/TableOfflineException.html#TableOfflineException(org.apache.accumulo.core.client.Instance,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#tableOfMetadataRow(org.apache.hadoop.io.Text)">tableOfMetadataRow(Text)</a></span> - Static method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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">Retrieves a TableOperations object to perform table functions, such as create and delete.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#tableOperations()">tableOperations()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">TableOperationsHelper</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="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html#TableOperationsHelper()">TableOperationsHelper()</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsHelper.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin"><span class="strong">TableOperationsImpl</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">Provides a class for administering tables</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html#TableOperationsImpl(org.apache.accumulo.core.client.Instance,%20org.apache.accumulo.core.security.thrift.AuthInfo)">TableOperationsImpl(Instance, AuthInfo)</a></span> - Constructor for class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/TableOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">TableOperationsImpl</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="strong">TablePermission</span></a> - Enum in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperations.html#testClassLoad(java.lang.String,%20java.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="strong"><a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html#testClassLoad(java.lang.String,%20java.lang.String)">testClassLoad(String, String)</a></span> - Method in class org.apache.accumulo.core.client.admin.<a href="./org/apache/accumulo/core/client/admin/InstanceOperationsImpl.html" title="class in org.apache.accumulo.core.client.admin">InstanceOperationsImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html#testClassLoad(java.lang.String,%20java.lang.String)">testClassLoad(String, String)</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockInstanceOperations.html" title="class in org.apache.accumulo.core.client.mock">MockInstanceOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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><a href="./org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#toArray(java.util.List)">toArray(List&lt;byte[]&gt;)</a></span> - Static 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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#toDataRange()">toDataRange()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/AuditLevel.html#toLevel(int)">toLevel(int)</a></span> - Static method in class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/AuditLevel.html" title="class in org.apache.accumulo.core.security">AuditLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#toMetadataRange()">toMetadataRange()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Key.html#toPrintableString(byte[],%20int,%20int,%20int)">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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#toString()">toString()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#toString()">toString()</a></span> - Method in 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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#toThrift()">toThrift()</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ScannerBase.html#updateScanIteratorOption(java.lang.String,%20java.lang.String,%20java.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="strong"><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="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#usesLocalIterators(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.usesLocalIterators(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#usesLocalIterators(org.apache.hadoop.conf.Configuration)">usesLocalIterators(Configuration)</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">Determines whether a configuration uses local iterators.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.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/InputFormatBase.html" title="class in org.apache.accumulo.core.client.mapreduce">InputFormatBase</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#validateOptions(org.apache.hadoop.conf.Configuration)"><code>InputFormatBase.validateOptions(Configuration)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.html#validateOptions(org.apache.hadoop.conf.Configuration)">validateOptions(Configuration)</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">Check whether a configuration is fully configured to be used with an Accumulo <code>InputFormat</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/KeyValue.html#value">value</a></span> - Variable in 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>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data"><span class="strong">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="strong"><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">Create a zero-size sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#Value(byte[])">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">Create a Value using the byte array as the initial value.</div>
</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#Value(java.nio.ByteBuffer,%20boolean)">Value(ByteBuffer, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#Value(byte[],%20boolean)">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>&nbsp;</dd>
<dt><span class="strong"><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">Set the new Value to a copy of the contents of the passed <code>ibw</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/data/Value.html#Value(byte[],%20int,%20int)">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">Set the value to a copy of the given byte range</div>
</dd>
<dt><span class="strong"><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="strong">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="strong"><a href="./org/apache/accumulo/core/data/Value.Comparator.html#Value.Comparator()">Value.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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RegexType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.accumulo.core.client.mapreduce.<a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RegexType.html" title="enum in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RegexType</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RegexType.html#values()">values()</a></span> - Static method in enum org.apache.accumulo.core.client.mapreduce.<a href="./org/apache/accumulo/core/client/mapreduce/InputFormatBase.RegexType.html" title="enum in org.apache.accumulo.core.client.mapreduce">InputFormatBase.RegexType</a></dt>
<dd>
<div class="block"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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><a href="./org/apache/accumulo/core/security/VisibilityConstraint.html" title="class in org.apache.accumulo.core.security"><span class="strong">VisibilityConstraint</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityConstraint.html#VisibilityConstraint()">VisibilityConstraint()</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityConstraint.html" title="class in org.apache.accumulo.core.security">VisibilityConstraint</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="strong">VisibilityEvaluator</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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">The VisibilityEvaluator computes a trie from the given Authorizations, that ColumnVisibility expressions can be evaluated against.</div>
</dd>
<dt><a href="./org/apache/accumulo/core/security/VisibilityInterpreter.html" title="interface in org.apache.accumulo.core.security"><span class="strong">VisibilityInterpreter</span></a> - Interface in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html" title="class in org.apache.accumulo.core.security"><span class="strong">VisibilityInterpreterFactory</span></a> - Class in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html#VisibilityInterpreterFactory()">VisibilityInterpreterFactory()</a></span> - Constructor for class org.apache.accumulo.core.security.<a href="./org/apache/accumulo/core/security/VisibilityInterpreterFactory.html" title="class in org.apache.accumulo.core.security">VisibilityInterpreterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/accumulo/core/security/VisibilityParseException.html" title="class in org.apache.accumulo.core.security"><span class="strong">VisibilityParseException</span></a> - Exception in <a href="./org/apache/accumulo/core/security/package-summary.html">org.apache.accumulo.core.security</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/security/VisibilityParseException.html#VisibilityParseException(java.lang.String,%20byte[],%20int)">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>&nbsp;</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><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">Get the current user for this connector</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/mock/MockConnector.html#whoami()">whoami()</a></span> - Method in class org.apache.accumulo.core.client.mock.<a href="./org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><a href="./org/apache/accumulo/core/data/KeyExtent.html#write(java.io.DataOutput)">write(DataOutput)</a></span> - Method in class org.apache.accumulo.core.data.<a href="./org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></dt>
<dd>
<div class="block">Writes this extent's data fields to a DataOutput object</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_Z_">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><span class="strong">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">
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.lang.String,%20java.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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.lang.String,%20java.lang.String,%20int)">ZooKeeperInstance(String, String, int)</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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.util.UUID,%20java.lang.String)">ZooKeeperInstance(UUID, 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>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.util.UUID,%20java.lang.String,%20int)">ZooKeeperInstance(UUID, String, int)</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>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>