http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html new file mode 100644 index 0000000..4022928 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html @@ -0,0 +1,283 @@ +<!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_79) on Tue Sep 06 14:11:20 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>ConditionalWriter (Apache Accumulo Project 1.8.0 API)</title> +<meta name="date" content="2016-09-06"> +<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="ConditionalWriter (Apache Accumulo Project 1.8.0 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/ConditionalWriter.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/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/ConditionalWriter.html" target="_top">Frames</a></li> +<li><a href="ConditionalWriter.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><a href="#nested_class_summary">Nested</a> | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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.client</div> +<h2 title="Interface ConditionalWriter" class="title">Interface ConditionalWriter</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">ConditionalWriter</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></pre> +<div class="block">ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows. These operations are performed on the tablet server + while a row lock is held.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>1.6.0</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Interface and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client">ConditionalWriter.Status</a></strong></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html#close()">close</a></strong>()</code> +<div class="block">release any resources (like threads pools) used by conditional writer</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html#write(org.apache.accumulo.core.data.ConditionalMutation)">write</a></strong>(<a href="../../../../../org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a> mutation)</code> +<div class="block">This method has the same thread safety guarantees as @link <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html#write(java.util.Iterator)"><code>write(Iterator)</code></a></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html#write(java.util.Iterator)">write</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a>> mutations)</code> +<div class="block">This method returns one result for each mutation passed to it.</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="write(java.util.Iterator)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>write</h4> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a>> write(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a>> mutations)</pre> +<div class="block">This method returns one result for each mutation passed to it. This method is thread safe. Multiple threads can safely use a single conditional writer. + Sharing a conditional writer between multiple threads may result in batching of request to tablet servers.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>Result for each mutation submitted. The mutations may still be processing in the background when this method returns, if so the iterator will + block.</dd></dl> +</li> +</ul> +<a name="write(org.apache.accumulo.core.data.ConditionalMutation)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>write</h4> +<pre><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client">ConditionalWriter.Result</a> write(<a href="../../../../../org/apache/accumulo/core/data/ConditionalMutation.html" title="class in org.apache.accumulo.core.data">ConditionalMutation</a> mutation)</pre> +<div class="block">This method has the same thread safety guarantees as @link <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html#write(java.util.Iterator)"><code>write(Iterator)</code></a></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>Result for the submitted mutation</dd></dl> +</li> +</ul> +<a name="close()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>close</h4> +<pre>void close()</pre> +<div class="block">release any resources (like threads pools) used by conditional writer</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></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/ConditionalWriter.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/client/ClientSideIteratorScanner.ScannerTranslator.html" title="class in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/ConditionalWriter.html" target="_top">Frames</a></li> +<li><a href="ConditionalWriter.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><a href="#nested_class_summary">Nested</a> | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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 © 2011–2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html new file mode 100644 index 0000000..384c1bd --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html @@ -0,0 +1,452 @@ +<!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_79) on Tue Sep 06 14:11:20 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API)</title> +<meta name="date" content="2016-09-06"> +<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="ConditionalWriterConfig (Apache Accumulo Project 1.8.0 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/ConditionalWriterConfig.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/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/ConditionalWriterConfig.html" target="_top">Frames</a></li> +<li><a href="ConditionalWriterConfig.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.client</div> +<h2 title="Class ConditionalWriterConfig" class="title">Class ConditionalWriterConfig</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/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.client.ConditionalWriterConfig</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ConditionalWriterConfig</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<dl><dt><span class="strong">Since:</span></dt> + <dd>1.6.0</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#ConditionalWriterConfig()">ConditionalWriterConfig</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#clearClassLoaderContext()">clearClassLoaderContext</a></strong>()</code> +<div class="block">Clears the current classloader context set on this scanner</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getAuthorizations()">getAuthorizations</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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/client/ConditionalWriterConfig.html#getClassLoaderContext()">getClassLoaderContext</a></strong>()</code> +<div class="block">Returns the name of the current classloader context set on this scanner</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getDurability()">getDurability</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/client/ConditionalWriterConfig.html#getMaxWriteThreads()">getMaxWriteThreads</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getTimeout(java.util.concurrent.TimeUnit)">getTimeout</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> timeUnit)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setAuthorizations(org.apache.accumulo.core.security.Authorizations)">setAuthorizations</a></strong>(<a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> auths)</code> +<div class="block">A set of authorization labels that will be checked against the column visibility of each key in order to filter data.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setClassLoaderContext(java.lang.String)">setClassLoaderContext</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> classLoaderContext)</code> +<div class="block">Sets the name of the classloader context on this scanner.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setDurability(org.apache.accumulo.core.client.Durability)">setDurability</a></strong>(<a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a> durability)</code> +<div class="block">Sets the Durability for the mutation, if applied.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setMaxWriteThreads(int)">setMaxWriteThreads</a></strong>(int maxWriteThreads)</code> +<div class="block">Sets the maximum number of threads to use for writing data to the tablet servers.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setTimeout(long,%20java.util.concurrent.TimeUnit)">setTimeout</a></strong>(long timeout, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> timeUnit)</code> +<div class="block">Sets the maximum amount of time an unresponsive server will be re-tried.</div> +</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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/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="ConditionalWriterConfig()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalWriterConfig</h4> +<pre>public ConditionalWriterConfig()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="setAuthorizations(org.apache.accumulo.core.security.Authorizations)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAuthorizations</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> setAuthorizations(<a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> auths)</pre> +<div class="block">A set of authorization labels that will be checked against the column visibility of each key in order to filter data. The authorizations passed in must be + a subset of the accumulo user's set of authorizations. If the accumulo user has authorizations (A1, A2) and authorizations (A2, A3) are passed, then an + exception will be thrown. + + <p> + Any condition that is not visible with this set of authorizations will fail.</div> +</li> +</ul> +<a name="setTimeout(long, java.util.concurrent.TimeUnit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setTimeout</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> setTimeout(long timeout, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> timeUnit)</pre> +<div class="block">Sets the maximum amount of time an unresponsive server will be re-tried. When this timeout is exceeded, the <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client"><code>ConditionalWriter</code></a> should return the + mutation with an exception.<br> + For no timeout, set to zero, or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a> with <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#MILLISECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.MILLISECONDS</code></a>. + + <p> + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#MICROSECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.MICROSECONDS</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#NANOSECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.NANOSECONDS</code></a> will be truncated to the nearest <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#MILLISECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.MILLISECONDS</code></a>.<br> + If this truncation would result in making the value zero when it was specified as non-zero, then a minimum value of one <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true#MILLISECONDS" title="class or interface in java.util.concurrent"><code>TimeUnit.MILLISECONDS</code></a> will + be used. + + <p> + <b>Default:</b> <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a> (no timeout)</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> - the timeout, in the unit specified by the value of <code>timeUnit</code></dd><dd><code>timeUnit</code> - determines how <code>timeout</code> will be interpreted</dd> +<dt><span class="strong">Returns:</span></dt><dd><code>this</code> to allow chaining of set methods</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if <code>timeout</code> is less than 0</dd></dl> +</li> +</ul> +<a name="setMaxWriteThreads(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMaxWriteThreads</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> setMaxWriteThreads(int maxWriteThreads)</pre> +<div class="block">Sets the maximum number of threads to use for writing data to the tablet servers. + + <p> + <b>Default:</b> 3</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxWriteThreads</code> - the maximum threads to use</dd> +<dt><span class="strong">Returns:</span></dt><dd><code>this</code> to allow chaining of set methods</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if <code>maxWriteThreads</code> is non-positive</dd></dl> +</li> +</ul> +<a name="setDurability(org.apache.accumulo.core.client.Durability)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setDurability</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> setDurability(<a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a> durability)</pre> +<div class="block">Sets the Durability for the mutation, if applied. + <p> + <b>Default:</b> Durability.DEFAULT: use the table's durability configuration.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd><code>this</code> to allow chaining of set methods</dd><dt><span class="strong">Since:</span></dt> + <dd>1.7.0</dd></dl> +</li> +</ul> +<a name="getAuthorizations()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAuthorizations</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> getAuthorizations()</pre> +</li> +</ul> +<a name="getTimeout(java.util.concurrent.TimeUnit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTimeout</h4> +<pre>public long getTimeout(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a> timeUnit)</pre> +</li> +</ul> +<a name="getMaxWriteThreads()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMaxWriteThreads</h4> +<pre>public int getMaxWriteThreads()</pre> +</li> +</ul> +<a name="getDurability()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDurability</h4> +<pre>public <a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a> getDurability()</pre> +</li> +</ul> +<a name="setClassLoaderContext(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setClassLoaderContext</h4> +<pre>public void setClassLoaderContext(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> classLoaderContext)</pre> +<div class="block">Sets the name of the classloader context on this scanner. See the administration chapter of the user manual for details on how to configure and use + classloader contexts.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>classLoaderContext</code> - name of the classloader context</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if context is null</dd><dt><span class="strong">Since:</span></dt> + <dd>1.8.0</dd></dl> +</li> +</ul> +<a name="clearClassLoaderContext()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clearClassLoaderContext</h4> +<pre>public void clearClassLoaderContext()</pre> +<div class="block">Clears the current classloader context set on this scanner</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>1.8.0</dd></dl> +</li> +</ul> +<a name="getClassLoaderContext()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getClassLoaderContext</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClassLoaderContext()</pre> +<div class="block">Returns the name of the current classloader context set on this scanner</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>name of the current context</dd><dt><span class="strong">Since:</span></dt> + <dd>1.8.0</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/ConditionalWriterConfig.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/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/ConditionalWriterConfig.html" target="_top">Frames</a></li> +<li><a href="ConditionalWriterConfig.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 © 2011–2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/Connector.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Connector.html b/1.8/apidocs/org/apache/accumulo/core/client/Connector.html new file mode 100644 index 0000000..adf6018 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/Connector.html @@ -0,0 +1,615 @@ +<!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_79) on Tue Sep 06 14:11:20 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Connector (Apache Accumulo Project 1.8.0 API)</title> +<meta name="date" content="2016-09-06"> +<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="Connector (Apache Accumulo Project 1.8.0 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/Connector.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/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/Connector.html" target="_top">Frames</a></li> +<li><a href="Connector.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.client</div> +<h2 title="Class Connector" class="title">Class Connector</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/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.client.Connector</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../org/apache/accumulo/core/client/mock/MockConnector.html" title="class in org.apache.accumulo.core.client.mock">MockConnector</a></dd> +</dl> +<hr> +<br> +<pre>public abstract class <span class="strong">Connector</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<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. + + The Connector enforces security on the client side by forcing all API calls to be accompanied by user credentials.</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="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#Connector()">Connector</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20org.apache.accumulo.core.client.BatchWriterConfig)">createBatchDeleter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads, + <a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></code></td> +<td class="colLast"><code><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</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads, + long maxMemory, + long maxLatency, + int maxWriteThreads)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20org.apache.accumulo.core.client.BatchWriterConfig)"><code>createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</code></a> instead.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int)">createBatchScanner</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads)</code> +<div class="block">Factory method to create a BatchScanner connected to Accumulo.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,%20org.apache.accumulo.core.client.BatchWriterConfig)">createBatchWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config)</code> +<div class="block">Factory method to create a BatchWriter connected to Accumulo.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,%20long,%20long,%20int)">createBatchWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + long maxMemory, + long maxLatency, + int maxWriteThreads)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,%20org.apache.accumulo.core.client.BatchWriterConfig)"><code>createBatchWriter(String, BatchWriterConfig)</code></a> instead.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client">ConditionalWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createConditionalWriter(java.lang.String,%20org.apache.accumulo.core.client.ConditionalWriterConfig)">createConditionalWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> config)</code> +<div class="block">Factory method to create a ConditionalWriter connected to Accumulo.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(org.apache.accumulo.core.client.BatchWriterConfig)">createMultiTableBatchWriter</a></strong>(<a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config)</code> +<div class="block">Factory method to create a Multi-Table BatchWriter connected to Accumulo.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(long,%20long,%20int)">createMultiTableBatchWriter</a></strong>(long maxMemory, + long maxLatency, + int maxWriteThreads)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(org.apache.accumulo.core.client.BatchWriterConfig)"><code>createMultiTableBatchWriter(BatchWriterConfig)</code></a> instead.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#createScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">createScanner</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations)</code> +<div class="block">Factory method to create a Scanner connected to Accumulo.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#getInstance()">getInstance</a></strong>()</code> +<div class="block">Accessor method for internal instance object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#instanceOperations()">instanceOperations</a></strong>()</code> +<div class="block">Retrieves an InstanceOperations object to modify instance configuration.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#namespaceOperations()">namespaceOperations</a></strong>()</code> +<div class="block">Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#replicationOperations()">replicationOperations</a></strong>()</code> +<div class="block">Retrieves a ReplicationOperations object to manage replication configuration.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#securityOperations()">securityOperations</a></strong>()</code> +<div class="block">Retrieves a SecurityOperations object to perform user security operations, such as creating users.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract <a href="../../../../../org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Connector.html#tableOperations()">tableOperations</a></strong>()</code> +<div class="block">Retrieves a TableOperations object to perform table functions, such as create and delete.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/7/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/client/Connector.html#whoami()">whoami</a></strong>()</code> +<div class="block">Get the current user for this connector</div> +</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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/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="Connector()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Connector</h4> +<pre>public Connector()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="createBatchScanner(java.lang.String, org.apache.accumulo.core.security.Authorizations, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createBatchScanner</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a> createBatchScanner(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block">Factory method to create a BatchScanner connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to query</dd><dd><code>authorizations</code> - A set of authorization labels that will be checked against the column visibility of each key in order to filter data. The authorizations passed in + must be a subset of the accumulo user's set of authorizations. If the accumulo user has authorizations (A1, A2) and authorizations (A2, A3) are + passed, then an exception will be thrown.</dd><dd><code>numQueryThreads</code> - the number of concurrent threads to spawn for querying</dd> +<dt><span class="strong">Returns:</span></dt><dd>BatchScanner object for configuring and querying</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code> - when the specified table doesn't exist</dd></dl> +</li> +</ul> +<a name="createBatchDeleter(java.lang.String, org.apache.accumulo.core.security.Authorizations, int, long, long, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createBatchDeleter</h4> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +public abstract <a href="../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a> createBatchDeleter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads, + long maxMemory, + long maxLatency, + int maxWriteThreads) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20org.apache.accumulo.core.client.BatchWriterConfig)"><code>createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</code></a> instead.</i></div> +<div class="block">Factory method to create a BatchDeleter connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to query and delete from</dd><dd><code>authorizations</code> - A set of authorization labels that will be checked against the column visibility of each key in order to filter data. The authorizations passed in + must be a subset of the accumulo user's set of authorizations. If the accumulo user has authorizations (A1, A2) and authorizations (A2, A3) are + passed, then an exception will be thrown.</dd><dd><code>numQueryThreads</code> - the number of concurrent threads to spawn for querying</dd><dd><code>maxMemory</code> - size in bytes of the maximum memory to batch before writing</dd><dd><code>maxLatency</code> - size in milliseconds; set to 0 or Long.MAX_VALUE to allow the maximum time to hold a batch before writing</dd><dd><code>maxWriteThreads</code> - the maximum number of threads to use for writing data to the tablet servers</dd> +<dt><span class="strong">Returns:</span></dt><dd>BatchDeleter object for configuring and deleting</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code> - when the specified table doesn't exist</dd></dl> +</li> +</ul> +<a name="createBatchDeleter(java.lang.String, org.apache.accumulo.core.security.Authorizations, int, org.apache.accumulo.core.client.BatchWriterConfig)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createBatchDeleter</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a> createBatchDeleter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations, + int numQueryThreads, + <a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to query and delete from</dd><dd><code>authorizations</code> - A set of authorization labels that will be checked against the column visibility of each key in order to filter data. The authorizations passed in + must be a subset of the accumulo user's set of authorizations. If the accumulo user has authorizations (A1, A2) and authorizations (A2, A3) are + passed, then an exception will be thrown.</dd><dd><code>numQueryThreads</code> - the number of concurrent threads to spawn for querying</dd><dd><code>config</code> - configuration used to create batch writer</dd> +<dt><span class="strong">Returns:</span></dt><dd>BatchDeleter object for configuring and deleting</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code></dd><dt><span class="strong">Since:</span></dt> + <dd>1.5.0</dd></dl> +</li> +</ul> +<a name="createBatchWriter(java.lang.String, long, long, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createBatchWriter</h4> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +public abstract <a href="../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a> createBatchWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + long maxMemory, + long maxLatency, + int maxWriteThreads) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createBatchWriter(java.lang.String,%20org.apache.accumulo.core.client.BatchWriterConfig)"><code>createBatchWriter(String, BatchWriterConfig)</code></a> instead.</i></div> +<div class="block">Factory method to create a BatchWriter connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to insert data into</dd><dd><code>maxMemory</code> - size in bytes of the maximum memory to batch before writing</dd><dd><code>maxLatency</code> - time in milliseconds; set to 0 or Long.MAX_VALUE to allow the maximum time to hold a batch before writing</dd><dd><code>maxWriteThreads</code> - the maximum number of threads to use for writing data to the tablet servers</dd> +<dt><span class="strong">Returns:</span></dt><dd>BatchWriter object for configuring and writing data to</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code> - when the specified table doesn't exist</dd></dl> +</li> +</ul> +<a name="createBatchWriter(java.lang.String, org.apache.accumulo.core.client.BatchWriterConfig)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createBatchWriter</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a> createBatchWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block">Factory method to create a BatchWriter connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to insert data into</dd><dd><code>config</code> - configuration used to create batch writer</dd> +<dt><span class="strong">Returns:</span></dt><dd>BatchWriter object for configuring and writing data to</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code></dd><dt><span class="strong">Since:</span></dt> + <dd>1.5.0</dd></dl> +</li> +</ul> +<a name="createMultiTableBatchWriter(long, long, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createMultiTableBatchWriter</h4> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +public abstract <a href="../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a> createMultiTableBatchWriter(long maxMemory, + long maxLatency, + int maxWriteThreads)</pre> +<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5.0; Use <a href="../../../../../org/apache/accumulo/core/client/Connector.html#createMultiTableBatchWriter(org.apache.accumulo.core.client.BatchWriterConfig)"><code>createMultiTableBatchWriter(BatchWriterConfig)</code></a> instead.</i></div> +<div class="block">Factory method to create a Multi-Table BatchWriter connected to Accumulo. Multi-table batch writers can queue data for multiple tables, which is good for + ingesting data into multiple tables from the same source</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxMemory</code> - size in bytes of the maximum memory to batch before writing</dd><dd><code>maxLatency</code> - size in milliseconds; set to 0 or Long.MAX_VALUE to allow the maximum time to hold a batch before writing</dd><dd><code>maxWriteThreads</code> - the maximum number of threads to use for writing data to the tablet servers</dd> +<dt><span class="strong">Returns:</span></dt><dd>MultiTableBatchWriter object for configuring and writing data to</dd></dl> +</li> +</ul> +<a name="createMultiTableBatchWriter(org.apache.accumulo.core.client.BatchWriterConfig)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createMultiTableBatchWriter</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a> createMultiTableBatchWriter(<a href="../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> config)</pre> +<div class="block">Factory method to create a Multi-Table BatchWriter connected to Accumulo. Multi-table batch writers can queue data for multiple tables. Also data for + multiple tables can be sent to a server in a single batch. Its an efficient way to ingest data into multiple tables from a single process.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - configuration used to create multi-table batch writer</dd> +<dt><span class="strong">Returns:</span></dt><dd>MultiTableBatchWriter object for configuring and writing data to</dd><dt><span class="strong">Since:</span></dt> + <dd>1.5.0</dd></dl> +</li> +</ul> +<a name="createScanner(java.lang.String, org.apache.accumulo.core.security.Authorizations)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createScanner</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/Scanner.html" title="interface in org.apache.accumulo.core.client">Scanner</a> createScanner(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a> authorizations) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block">Factory method to create a Scanner connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to query data from</dd><dd><code>authorizations</code> - A set of authorization labels that will be checked against the column visibility of each key in order to filter data. The authorizations passed in + must be a subset of the accumulo user's set of authorizations. If the accumulo user has authorizations (A1, A2) and authorizations (A2, A3) are + passed, then an exception will be thrown.</dd> +<dt><span class="strong">Returns:</span></dt><dd>Scanner object for configuring and querying data with</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code> - when the specified table doesn't exist</dd></dl> +</li> +</ul> +<a name="createConditionalWriter(java.lang.String, org.apache.accumulo.core.client.ConditionalWriterConfig)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createConditionalWriter</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.html" title="interface in org.apache.accumulo.core.client">ConditionalWriter</a> createConditionalWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tableName, + <a href="../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a> config) + throws <a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></pre> +<div class="block">Factory method to create a ConditionalWriter connected to Accumulo.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - the name of the table to query data from</dd><dd><code>config</code> - configuration used to create conditional writer</dd> +<dt><span class="strong">Returns:</span></dt><dd>ConditionalWriter object for writing ConditionalMutations</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/TableNotFoundException.html" title="class in org.apache.accumulo.core.client">TableNotFoundException</a></code> - when the specified table doesn't exist</dd><dt><span class="strong">Since:</span></dt> + <dd>1.6.0</dd></dl> +</li> +</ul> +<a name="getInstance()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInstance</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a> getInstance()</pre> +<div class="block">Accessor method for internal instance object.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>the internal instance object</dd></dl> +</li> +</ul> +<a name="whoami()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>whoami</h4> +<pre>public abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> whoami()</pre> +<div class="block">Get the current user for this connector</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>the user name</dd></dl> +</li> +</ul> +<a name="tableOperations()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>tableOperations</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/admin/TableOperations.html" title="interface in org.apache.accumulo.core.client.admin">TableOperations</a> tableOperations()</pre> +<div class="block">Retrieves a TableOperations object to perform table functions, such as create and delete.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an object to manipulate tables</dd></dl> +</li> +</ul> +<a name="namespaceOperations()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>namespaceOperations</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html" title="interface in org.apache.accumulo.core.client.admin">NamespaceOperations</a> namespaceOperations()</pre> +<div class="block">Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an object to manipulate namespaces</dd></dl> +</li> +</ul> +<a name="securityOperations()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>securityOperations</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/admin/SecurityOperations.html" title="interface in org.apache.accumulo.core.client.admin">SecurityOperations</a> securityOperations()</pre> +<div class="block">Retrieves a SecurityOperations object to perform user security operations, such as creating users.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an object to modify users and permissions</dd></dl> +</li> +</ul> +<a name="instanceOperations()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>instanceOperations</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html" title="interface in org.apache.accumulo.core.client.admin">InstanceOperations</a> instanceOperations()</pre> +<div class="block">Retrieves an InstanceOperations object to modify instance configuration.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an object to modify instance configuration</dd></dl> +</li> +</ul> +<a name="replicationOperations()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>replicationOperations</h4> +<pre>public abstract <a href="../../../../../org/apache/accumulo/core/client/admin/ReplicationOperations.html" title="interface in org.apache.accumulo.core.client.admin">ReplicationOperations</a> replicationOperations()</pre> +<div class="block">Retrieves a ReplicationOperations object to manage replication configuration.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an object to modify replication configuration</dd><dt><span class="strong">Since:</span></dt> + <dd>1.7.0</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/Connector.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/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/accumulo/core/client/Connector.html" target="_top">Frames</a></li> +<li><a href="Connector.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 © 2011–2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>