http://git-wip-us.apache.org/repos/asf/accumulo/blob/823e2294/1.4/apidocs/org/apache/accumulo/core/data/Range.html
----------------------------------------------------------------------
diff --git a/1.4/apidocs/org/apache/accumulo/core/data/Range.html
b/1.4/apidocs/org/apache/accumulo/core/data/Range.html
new file mode 100644
index 0000000..a388346
--- /dev/null
+++ b/1.4/apidocs/org/apache/accumulo/core/data/Range.html
@@ -0,0 +1,1252 @@
+<!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:24 EST 2016
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Range (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="Range (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><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Range.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/accumulo/core/data/PartialKey.html"
title="enum in org.apache.accumulo.core.data"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../../org/apache/accumulo/core/data/Value.html"
title="class in org.apache.accumulo.core.data"><span class="strong">Next
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/accumulo/core/data/Range.html"
target="_top">Frames</a></li>
+<li><a href="Range.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.accumulo.core.data</div>
+<h2 title="Class Range" class="title">Class Range</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.accumulo.core.data.Range</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true"
title="class or interface in java.lang">Comparable</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>>, org.apache.hadoop.io.Writable,
org.apache.hadoop.io.WritableComparable<<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">Range</span>
+extends <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>
+implements org.apache.hadoop.io.WritableComparable<<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>></pre>
+<div class="block">This class is used to specify a range of Accumulo
Keys.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range()">Range</a></strong>()</code>
+<div class="block">Creates a range that goes from negative to positive
infinity</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(java.lang.CharSequence)">Range</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row)</code>
+<div class="block">Creates a range that covers an entire row</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(java.lang.CharSequence,%20boolean,%20java.lang.CharSequence,%20boolean)">Range</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> startRow,
+ boolean startRowInclusive,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> endRow,
+ boolean endRowInclusive)</code>
+<div class="block">Creates a range from startRow to endRow</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(java.lang.CharSequence,%20java.lang.CharSequence)">Range</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> startRow,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> endRow)</code>
+<div class="block">Creates a range from startRow inclusive to endRow
inclusive</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><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</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> start,
+ boolean startKeyInclusive,
+ boolean infiniteStartKey,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> stop,
+ boolean stopKeyInclusive,
+ boolean infiniteStopKey)</code>
+<div class="block">Creates a range from start to stop.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><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</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> startKey,
+ boolean startKeyInclusive,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> endKey,
+ boolean endKeyInclusive)</code>
+<div class="block">Creates a range from startKey to endKey</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Key,%20org.apache.accumulo.core.data.Key)">Range</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> startKey,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> endKey)</code>
+<div class="block">Creates a range from startKey inclusive to endKey
inclusive</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><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</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> start,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> stop,
+ boolean startKeyInclusive,
+ boolean stopKeyInclusive,
+ boolean infiniteStartKey,
+ boolean infiniteStopKey)</code>
+<div class="block">Creates a range from start to stop.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.Range)">Range</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range)</code>
+<div class="block">Copies a range</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.hadoop.io.Text)">Range</a></strong>(org.apache.hadoop.io.Text row)</code>
+<div class="block">Creates a range that covers an entire row</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">Range</a></strong>(org.apache.hadoop.io.Text startRow,
+ boolean startRowInclusive,
+ org.apache.hadoop.io.Text endRow,
+ boolean endRowInclusive)</code>
+<div class="block">Creates a range from startRow to endRow</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">Range</a></strong>(org.apache.hadoop.io.Text startRow,
+ org.apache.hadoop.io.Text endRow)</code>
+<div class="block">Creates a range from startRow inclusive to endRow
inclusive</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code> </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#Range(org.apache.accumulo.core.data.thrift.TRange)">Range</a></strong>(org.apache.accumulo.core.data.thrift.TRange trange)</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#afterEndKey(org.apache.accumulo.core.data.Key)">afterEndKey</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#beforeStartKey(org.apache.accumulo.core.data.Key)">beforeStartKey</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#bound(org.apache.accumulo.core.data.Column,%20org.apache.accumulo.core.data.Column)">bound</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Column.html" title="class
in org.apache.accumulo.core.data">Column</a> min,
+ <a href="../../../../../org/apache/accumulo/core/data/Column.html"
title="class in org.apache.accumulo.core.data">Column</a> max)</code>
+<div class="block">Creates a new range that is bounded by the columns passed
in.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#clip(org.apache.accumulo.core.data.Range)">clip</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range)</code>
+<div class="block">Creates a range which represents the intersection of this
range and the passed in range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#clip(org.apache.accumulo.core.data.Range,%20boolean)">clip</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range,
+ boolean returnNullIfDisjoint)</code>
+<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>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#compareTo(org.apache.accumulo.core.data.Range)">compareTo</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> o)</code>
+<div class="block">Compares this range to another range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#contains(org.apache.accumulo.core.data.Key)">contains</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#equals(java.lang.Object)">equals</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#equals(org.apache.accumulo.core.data.Range)">equals</a></strong>(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> otherRange)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence)">exact</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row)</code>
+<div class="block">Creates a range that covers an exact row</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence)">exact</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf)</code>
+<div class="block">Creates a range that covers an exact row and column
family</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence)">exact</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq)</code>
+<div class="block">Creates a range that covers an exact row, column family,
and column qualifier</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence)">exact</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cv)</code>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, and visibility</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cv,
+ long ts)</code>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, visibility, and timestamp</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text)">exact</a></strong>(org.apache.hadoop.io.Text row)</code>
+<div class="block">Creates a range that covers an exact row Returns the same
Range as new Range(row)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">exact</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf)</code>
+<div class="block">Creates a range that covers an exact row and column
family</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq)</code>
+<div class="block">Creates a range that covers an exact row, column family,
and column qualifier</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cv)</code>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, and visibility</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cv,
+ long ts)</code>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, visibility, and timestamp</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static org.apache.hadoop.io.Text</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#followingPrefix(org.apache.hadoop.io.Text)">followingPrefix</a></strong>(org.apache.hadoop.io.Text prefix)</code>
+<div class="block">Returns a Text that sorts just after all Texts beginning
with a prefix</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#getEndKey()">getEndKey</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#getStartKey()">getStartKey</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#hashCode()">hashCode</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#isEndKeyInclusive()">isEndKeyInclusive</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#isInfiniteStartKey()">isInfiniteStartKey</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#isInfiniteStopKey()">isInfiniteStopKey</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#isStartKeyInclusive()">isStartKeyInclusive</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#mergeOverlapping(java.util.Collection)">mergeOverlapping</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>> ranges)</code>
+<div class="block">Takes a collection on range and merges overlapping and
adjacent ranges.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence)">prefix</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> rowPrefix)</code>
+<div class="block">Returns a Range that covers all rows beginning with a
prefix</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.lang.CharSequence)">prefix</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cfPrefix)</code>
+<div class="block">Returns a Range that covers all column families beginning
with a prefix within a given row</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence)">prefix</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cqPrefix)</code>
+<div class="block">Returns a Range that covers all column qualifiers beginning
with a prefix within a given row and column family</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence,%20java.lang.CharSequence)">prefix</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cvPrefix)</code>
+<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>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text)">prefix</a></strong>(org.apache.hadoop.io.Text rowPrefix)</code>
+<div class="block">Returns a Range that covers all rows beginning with a
prefix</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)">prefix</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cfPrefix)</code>
+<div class="block">Returns a Range that covers all column families beginning
with a prefix within a given row</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cqPrefix)</code>
+<div class="block">Returns a Range that covers all column qualifiers beginning
with a prefix within a given row and column family</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a></code></td>
+<td class="colLast"><code><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</a></strong>(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cvPrefix)</code>
+<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>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#readFields(java.io.DataInput)">readFields</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInput.html?is-external=true"
title="class or interface in java.io">DataInput</a> in)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#toString()">toString</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
+<td
class="colFirst"><code>org.apache.accumulo.core.data.thrift.TRange</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#toThrift()">toThrift</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/accumulo/core/data/Range.html#write(java.io.DataOutput)">write</a></strong>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true"
title="class or interface in
java.io">DataOutput</a> out)</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></h3>
+<code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang">clone</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang">finalize</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang">getClass</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang">notify</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang">notifyAll</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-ex
ternal=true#wait(long)" title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Range()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range()</pre>
+<div class="block">Creates a range that goes from negative to positive
infinity</div>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.Key,
org.apache.accumulo.core.data.Key)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> startKey,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> endKey)</pre>
+<div class="block">Creates a range from startKey inclusive to endKey
inclusive</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startKey</code>
- set this to null when negative infinity is needed</dd><dd><code>endKey</code>
- set this to null when positive infinity is needed</dd></dl>
+</li>
+</ul>
+<a name="Range(java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row)</pre>
+<div class="block">Creates a range that covers an entire row</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - set
this to null to cover all rows</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(org.apache.hadoop.io.Text row)</pre>
+<div class="block">Creates a range that covers an entire row</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - set
this to null to cover all rows</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(org.apache.hadoop.io.Text startRow,
+ org.apache.hadoop.io.Text endRow)</pre>
+<div class="block">Creates a range from startRow inclusive to endRow
inclusive</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startRow</code>
- set this to null when negative infinity is needed</dd><dd><code>endRow</code>
- set this to null when positive infinity is needed</dd></dl>
+</li>
+</ul>
+<a name="Range(java.lang.CharSequence, java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> startRow,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> endRow)</pre>
+<div class="block">Creates a range from startRow inclusive to endRow
inclusive</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startRow</code>
- set this to null when negative infinity is needed</dd><dd><code>endRow</code>
- set this to null when positive infinity is needed</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.hadoop.io.Text, boolean, org.apache.hadoop.io.Text,
boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(org.apache.hadoop.io.Text startRow,
+ boolean startRowInclusive,
+ org.apache.hadoop.io.Text endRow,
+ boolean endRowInclusive)</pre>
+<div class="block">Creates a range from startRow to endRow</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startRow</code>
- set this to null when negative infinity is
needed</dd><dd><code>startRowInclusive</code> - determines if the start row is
skipped</dd><dd><code>endRow</code> - set this to null when positive infinity
is needed</dd><dd><code>endRowInclusive</code> - determines if the endRow is
included</dd></dl>
+</li>
+</ul>
+<a name="Range(java.lang.CharSequence, boolean, java.lang.CharSequence,
boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> startRow,
+ boolean startRowInclusive,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> endRow,
+ boolean endRowInclusive)</pre>
+<div class="block">Creates a range from startRow to endRow</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startRow</code>
- set this to null when negative infinity is
needed</dd><dd><code>startRowInclusive</code> - determines if the start row is
skipped</dd><dd><code>endRow</code> - set this to null when positive infinity
is needed</dd><dd><code>endRowInclusive</code> - determines if the endRow is
included</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.Key, boolean,
org.apache.accumulo.core.data.Key, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> startKey,
+ boolean startKeyInclusive,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> endKey,
+ boolean endKeyInclusive)</pre>
+<div class="block">Creates a range from startKey to endKey</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>startKey</code>
- set this to null when negative infinity is
needed</dd><dd><code>startKeyInclusive</code> - determines if the ranges
includes the start key</dd><dd><code>endKey</code> - set this to null when
infinity is needed</dd><dd><code>endKeyInclusive</code> - determines if the
range includes the end key</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.Range)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range)</pre>
+<div class="block">Copies a range</div>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.Key,
org.apache.accumulo.core.data.Key, boolean, boolean, boolean, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> start,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> stop,
+ boolean startKeyInclusive,
+ boolean stopKeyInclusive,
+ boolean infiniteStartKey,
+ boolean infiniteStopKey)</pre>
+<div class="block">Creates a range from start to stop.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> -
set this to null when negative infinity is needed</dd><dd><code>stop</code> -
set this to null when infinity is needed</dd><dd><code>startKeyInclusive</code>
- determines if the ranges includes the start
key</dd><dd><code>stopKeyInclusive</code> - determines if the range includes
the end key</dd><dd><code>infiniteStartKey</code> - true if start key is
negative infinity (null)</dd><dd><code>infiniteStopKey</code> - true if stop
key is positive infinity (null)</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in java.lang">IllegalArgumentException</a></code> -
if stop is before start, or infiniteStartKey is true but start is not null, or
infiniteStopKey is true but stop is not
+ null</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.Key, boolean, boolean,
org.apache.accumulo.core.data.Key, boolean, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Range</h4>
+<pre>protected Range(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> start,
+ boolean startKeyInclusive,
+ boolean infiniteStartKey,
+ <a href="../../../../../org/apache/accumulo/core/data/Key.html"
title="class in org.apache.accumulo.core.data">Key</a> stop,
+ boolean stopKeyInclusive,
+ boolean infiniteStopKey)</pre>
+<div class="block">Creates a range from start to stop. Unlike the public
six-argument method,
+ this one does not assure that stop is after start, which helps performance
+ in cases where that assurance is already in place.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> -
set this to null when negative infinity is
needed</dd><dd><code>startKeyInclusive</code> - determines if the ranges
includes the start key</dd><dd><code>infiniteStartKey</code> - true if start
key is negative infinity (null)</dd><dd><code>stop</code> - set this to null
when infinity is needed</dd><dd><code>stopKeyInclusive</code> - determines if
the range includes the end key</dd><dd><code>infiniteStopKey</code> - true if
stop key is positive infinity (null)</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in java.lang">IllegalArgumentException</a></code> -
if infiniteStartKey is true but start is not null, or infiniteStopKey is true
but stop is not null</dd></dl>
+</li>
+</ul>
+<a name="Range(org.apache.accumulo.core.data.thrift.TRange)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Range</h4>
+<pre>public Range(org.apache.accumulo.core.data.thrift.TRange trange)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="getStartKey()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStartKey</h4>
+<pre>public <a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> getStartKey()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the first key in the
range, null if the key is infinite</dd></dl>
+</li>
+</ul>
+<a name="beforeStartKey(org.apache.accumulo.core.data.Key)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeStartKey</h4>
+<pre>public boolean beforeStartKey(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the given key is
before the range, otherwise false</dd></dl>
+</li>
+</ul>
+<a name="getEndKey()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEndKey</h4>
+<pre>public <a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> getEndKey()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the last key in the
range, null if the end key is infinite</dd></dl>
+</li>
+</ul>
+<a name="afterEndKey(org.apache.accumulo.core.data.Key)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterEndKey</h4>
+<pre>public boolean afterEndKey(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the given key is
after the range, otherwise false</dd></dl>
+</li>
+</ul>
+<a name="hashCode()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public int hashCode()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang">hashCode</a></code> in
class <code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals(java.lang.Object)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public boolean equals(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang">equals</a></code> in
class <code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals(org.apache.accumulo.core.data.Range)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public boolean equals(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> otherRange)</pre>
+</li>
+</ul>
+<a name="compareTo(org.apache.accumulo.core.data.Range)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>compareTo</h4>
+<pre>public int compareTo(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> o)</pre>
+<div class="block">Compares this range to another range. Compares in the order
start key, inclusiveness of start key, end key, inclusiveness of end key.
Infinite keys sort
+ first, and non-infinite keys are compared with <a
href="../../../../../org/apache/accumulo/core/data/Key.html#compareTo(org.apache.accumulo.core.data.Key)"><code>Key.compareTo(Key)</code></a>.
Inclusive sorts before non-inclusive.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)"
title="class or interface in java.lang">compareTo</a></code> in
interface <code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true"
title="class or interface in java.lang">Comparable</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>></code></dd>
+</dl>
+</li>
+</ul>
+<a name="contains(org.apache.accumulo.core.data.Key)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>contains</h4>
+<pre>public boolean contains(<a
href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in
org.apache.accumulo.core.data">Key</a> key)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the given key falls
within the range</dd></dl>
+</li>
+</ul>
+<a name="mergeOverlapping(java.util.Collection)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>mergeOverlapping</h4>
+<pre>public static <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>> mergeOverlapping(<a
href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a>> ranges)</pre>
+<div class="block">Takes a collection on range and merges overlapping and
adjacent ranges. For example given the following input
+
+ <pre>
+ [a,c], (c, d], (g,m), (j,t]
+ </pre>
+
+ the following ranges would be returned
+
+ <pre>
+ [a,d], (g,t]
+ </pre></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ranges</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>list of merged
ranges</dd></dl>
+</li>
+</ul>
+<a name="clip(org.apache.accumulo.core.data.Range)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>clip</h4>
+<pre>public <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> clip(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range)</pre>
+<div class="block">Creates a range which represents the intersection of this
range and the passed in range. The following example will print true.
+
+ <pre>
+ Range range1 = new Range("a", "f");
+ Range range2 = new Range("c", "n");
+ Range range3 = range1.clip(range2);
+ System.out.println(range3.equals(new Range("c", "f")));
+ </pre></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>range</code> -
</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the intersection</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in java.lang">IllegalArgumentException</a></code> -
if ranges does not overlap</dd></dl>
+</li>
+</ul>
+<a name="clip(org.apache.accumulo.core.data.Range, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>clip</h4>
+<pre>public <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> clip(<a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> range,
+ boolean returnNullIfDisjoint)</pre>
+<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>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>range</code> -
</dd><dd><code>returnNullIfDisjoint</code> - If the ranges do not overlap and
true is passed, then null is returned otherwise an exception is thrown.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the
intersection</dd><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../org/apache/accumulo/core/data/Range.html#clip(org.apache.accumulo.core.data.Range)"><code>clip(Range)</code></a></dd></dl>
+</li>
+</ul>
+<a name="bound(org.apache.accumulo.core.data.Column,
org.apache.accumulo.core.data.Column)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>bound</h4>
+<pre>public <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> bound(<a
href="../../../../../org/apache/accumulo/core/data/Column.html" title="class in
org.apache.accumulo.core.data">Column</a> min,
+ <a href="../../../../../org/apache/accumulo/core/data/Column.html"
title="class in org.apache.accumulo.core.data">Column</a> max)</pre>
+<div class="block">Creates a new range that is bounded by the columns passed
in. The stary key in the returned range will have a column >= to the minimum
column. The end key
+ in the returned range will have a column <= the max column.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>min</code> -
</dd><dd><code>max</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>a column bounded range</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in java.lang">IllegalArgumentException</a></code> -
if min > max</dd></dl>
+</li>
+</ul>
+<a name="toString()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang">toString</a></code> in
class <code><a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="readFields(java.io.DataInput)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readFields</h4>
+<pre>public void readFields(<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInput.html?is-external=true"
title="class or interface in java.io">DataInput</a> in)
+ throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code>readFields</code> in
interface <code>org.apache.hadoop.io.Writable</code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="write(java.io.DataOutput)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>write</h4>
+<pre>public void write(<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true"
title="class or interface in java.io">DataOutput</a> out)
+ throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code>write</code> in
interface <code>org.apache.hadoop.io.Writable</code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="isStartKeyInclusive()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isStartKeyInclusive</h4>
+<pre>public boolean isStartKeyInclusive()</pre>
+</li>
+</ul>
+<a name="isEndKeyInclusive()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isEndKeyInclusive</h4>
+<pre>public boolean isEndKeyInclusive()</pre>
+</li>
+</ul>
+<a name="toThrift()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toThrift</h4>
+<pre>public org.apache.accumulo.core.data.thrift.TRange toThrift()</pre>
+</li>
+</ul>
+<a name="isInfiniteStartKey()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isInfiniteStartKey</h4>
+<pre>public boolean isInfiniteStartKey()</pre>
+</li>
+</ul>
+<a name="isInfiniteStopKey()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isInfiniteStopKey</h4>
+<pre>public boolean isInfiniteStopKey()</pre>
+</li>
+</ul>
+<a name="exact(org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(org.apache.hadoop.io.Text row)</pre>
+<div class="block">Creates a range that covers an exact row Returns the same
Range as new Range(row)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd></dl>
+</li>
+</ul>
+<a name="exact(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf)</pre>
+<div class="block">Creates a range that covers an exact row and column
family</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd></dl>
+</li>
+</ul>
+<a name="exact(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text,
org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
and column qualifier</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd><dd><code>cq</code> - all keys in the
range will have this column qualifier</dd></dl>
+</li>
+</ul>
+<a name="exact(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text,
org.apache.hadoop.io.Text, org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cv)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, and visibility</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd><dd><code>cq</code> - all keys in the
range will have this column qualifier</dd><dd><code>cv</code> - all keys in the
range will have this column visibility</dd></dl>
+</li>
+</ul>
+<a name="exact(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text,
org.apache.hadoop.io.Text, org.apache.hadoop.io.Text, long)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cv,
+ long ts)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, visibility, and timestamp</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd><dd><code>cq</code> - all keys in the
range will have this column qualifier</dd><dd><code>cv</code> - all keys in the
range will have this column visibility</dd><dd><code>ts</code> - all keys in
the range will have this timestamp</dd></dl>
+</li>
+</ul>
+<a name="followingPrefix(org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>followingPrefix</h4>
+<pre>public
static org.apache.hadoop.io.Text followingPrefix(org.apache.hadoop.io.Text prefix)</pre>
+<div class="block">Returns a Text that sorts just after all Texts beginning
with a prefix</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>prefix</code> -
</dd></dl>
+</li>
+</ul>
+<a name="prefix(org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(org.apache.hadoop.io.Text rowPrefix)</pre>
+<div class="block">Returns a Range that covers all rows beginning with a
prefix</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rowPrefix</code>
- all keys in the range will have rows that begin with this prefix</dd></dl>
+</li>
+</ul>
+<a name="prefix(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cfPrefix)</pre>
+<div class="block">Returns a Range that covers all column families beginning
with a prefix within a given row</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cfPrefix</code> - all keys
in the range will have column families that begin with this prefix</dd></dl>
+</li>
+</ul>
+<a name="prefix(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text,
org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cqPrefix)</pre>
+<div class="block">Returns a Range that covers all column qualifiers beginning
with a prefix within a given row and column family</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd><dd><code>cqPrefix</code> - all keys in
the range will have column qualifiers that begin with this prefix</dd></dl>
+</li>
+</ul>
+<a name="prefix(org.apache.hadoop.io.Text, org.apache.hadoop.io.Text,
org.apache.hadoop.io.Text, org.apache.hadoop.io.Text)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(org.apache.hadoop.io.Text row,
+ org.apache.hadoop.io.Text cf,
+ org.apache.hadoop.io.Text cq,
+ org.apache.hadoop.io.Text cvPrefix)</pre>
+<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>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - all
keys in the range will have this row</dd><dd><code>cf</code> - all keys in the
range will have this column family</dd><dd><code>cq</code> - all keys in the
range will have this column qualifier</dd><dd><code>cvPrefix</code> - all keys
in the range will have column visibilities that begin with this prefix</dd></dl>
+</li>
+</ul>
+<a name="exact(java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row)</pre>
+<div class="block">Creates a range that covers an exact row</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text)"><code>exact(Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="exact(java.lang.CharSequence, java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf)</pre>
+<div class="block">Creates a range that covers an exact row and column
family</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../org/apache/accumulo/core/data/Range.html#exact(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)"><code>exact(Text,
Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="exact(java.lang.CharSequence, java.lang.CharSequence,
java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
and column qualifier</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><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)"><code>exact(Text,
Text, Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="exact(java.lang.CharSequence, java.lang.CharSequence,
java.lang.CharSequence, java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cv)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, and visibility</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><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)"><code>exact(Text,
Text, Text, Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="exact(java.lang.CharSequence, java.lang.CharSequence,
java.lang.CharSequence, java.lang.CharSequence, long)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exact</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> exact(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cv,
+ long ts)</pre>
+<div class="block">Creates a range that covers an exact row, column family,
column qualifier, visibility, and timestamp</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><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)"><code>exact(Text,
Text, Text, Text, long)</code></a></dd></dl>
+</li>
+</ul>
+<a name="prefix(java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> rowPrefix)</pre>
+<div class="block">Returns a Range that covers all rows beginning with a
prefix</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text)"><code>prefix(Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="prefix(java.lang.CharSequence, java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cfPrefix)</pre>
+<div class="block">Returns a Range that covers all column families beginning
with a prefix within a given row</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../org/apache/accumulo/core/data/Range.html#prefix(org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text)"><code>prefix(Text,
Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="prefix(java.lang.CharSequence, java.lang.CharSequence,
java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cqPrefix)</pre>
+<div class="block">Returns a Range that covers all column qualifiers beginning
with a prefix within a given row and column family</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><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)"><code>prefix(Text,
Text, Text)</code></a></dd></dl>
+</li>
+</ul>
+<a name="prefix(java.lang.CharSequence, java.lang.CharSequence,
java.lang.CharSequence, java.lang.CharSequence)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>prefix</h4>
+<pre>public static <a
href="../../../../../org/apache/accumulo/core/data/Range.html" title="class in
org.apache.accumulo.core.data">Range</a> prefix(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> row,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cf,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cq,
+ <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> cvPrefix)</pre>
+<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>
+<dl><dt><span class="strong">See Also:</span></dt><dd><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)"><code>prefix(Text,
Text, Text, Text)</code></a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!-- -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a
name="navbar_bottom_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Range.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/accumulo/core/data/PartialKey.html"
title="enum in org.apache.accumulo.core.data"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../../org/apache/accumulo/core/data/Value.html"
title="class in org.apache.accumulo.core.data"><span class="strong">Next
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/accumulo/core/data/Range.html"
target="_top">Frames</a></li>
+<li><a href="Range.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2016 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
+</body>
+</html>