http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html new file mode 100644 index 0000000..19e6cf5 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html @@ -0,0 +1,230 @@ +<!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:22 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.accumulo.core.client.BatchDeleter (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="Uses of Interface org.apache.accumulo.core.client.BatchDeleter (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><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchDeleter.html" target="_top">Frames</a></li> +<li><a href="BatchDeleter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.accumulo.core.client.BatchDeleter" class="title">Uses of Interface<br>org.apache.accumulo.core.client.BatchDeleter</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client">org.apache.accumulo.core.client</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mock">org.apache.accumulo.core.client.mock</a></td> +<td class="colLast"> +<div class="block">Mock framework for Accumulo</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.accumulo.core.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a> in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></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> +<tbody> +<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"><span class="strong">Connector.</span><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"><span class="strong">Connector.</span><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>Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)</code></a> instead.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mock"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a> in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that implement <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchDeleter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchDeleter</a></strong></code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.html#createBatchDeleter(java.lang.String,%20org.apache.accumulo.core.security.Authorizations,%20int,%20long,%20long,%20int)">createBatchDeleter</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> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchDeleter.html" target="_top">Frames</a></li> +<li><a href="BatchDeleter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 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/class-use/BatchScanner.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html new file mode 100644 index 0000000..6727891 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html @@ -0,0 +1,221 @@ +<!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:22 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.accumulo.core.client.BatchScanner (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="Uses of Interface org.apache.accumulo.core.client.BatchScanner (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><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchScanner.html" target="_top">Frames</a></li> +<li><a href="BatchScanner.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.accumulo.core.client.BatchScanner" class="title">Uses of Interface<br>org.apache.accumulo.core.client.BatchScanner</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client">org.apache.accumulo.core.client</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mock">org.apache.accumulo.core.client.mock</a></td> +<td class="colLast"> +<div class="block">Mock framework for Accumulo</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.accumulo.core.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a> in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></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> +<tbody> +<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"><span class="strong">Connector.</span><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> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mock"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a> in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that implement <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchDeleter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchDeleter</a></strong></code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.</i></div> +</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchScanner.html" title="class in org.apache.accumulo.core.client.mock">MockBatchScanner</a></strong></code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></code></td> +<td class="colLast"><span class="strong">MockAccumulo.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockAccumulo.html#createBatchScanner(java.lang.String,%20org.apache.accumulo.core.security.Authorizations)">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)</code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">BatchScanner</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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"><strong>Deprecated.</strong> </div> + </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchScanner.html" target="_top">Frames</a></li> +<li><a href="BatchScanner.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 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/class-use/BatchWriter.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html new file mode 100644 index 0000000..cccd43c --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html @@ -0,0 +1,236 @@ +<!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:22 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.accumulo.core.client.BatchWriter (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="Uses of Interface org.apache.accumulo.core.client.BatchWriter (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><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchWriter.html" target="_top">Frames</a></li> +<li><a href="BatchWriter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.accumulo.core.client.BatchWriter" class="title">Uses of Interface<br>org.apache.accumulo.core.client.BatchWriter</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client">org.apache.accumulo.core.client</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mock">org.apache.accumulo.core.client.mock</a></td> +<td class="colLast"> +<div class="block">Mock framework for Accumulo</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.accumulo.core.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a> in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></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> +<tbody> +<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"><span class="strong">Connector.</span><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="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"><span class="strong">Connector.</span><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>Connector.createBatchWriter(String, BatchWriterConfig)</code></a> instead.</i></div> +</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">MultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html#getBatchWriter(java.lang.String)">getBatchWriter</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> table)</code> +<div class="block">Returns a BatchWriter for a particular table.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mock"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a> in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that implement <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchWriter.html" title="class in org.apache.accumulo.core.client.mock">MockBatchWriter</a></strong></code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">MockMultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#getBatchWriter(java.lang.String)">getBatchWriter</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> table)</code> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchWriter.html" target="_top">Frames</a></li> +<li><a href="BatchWriter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 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/class-use/BatchWriterConfig.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html new file mode 100644 index 0000000..4149945 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html @@ -0,0 +1,383 @@ +<!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:22 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (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="Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (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><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchWriterConfig.html" target="_top">Frames</a></li> +<li><a href="BatchWriterConfig.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.accumulo.core.client.BatchWriterConfig" class="title">Uses of Class<br>org.apache.accumulo.core.client.BatchWriterConfig</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client">org.apache.accumulo.core.client</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mapred">org.apache.accumulo.core.client.mapred</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mapreduce">org.apache.accumulo.core.client.mapreduce</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mapreduce.lib.util">org.apache.accumulo.core.client.mapreduce.lib.util</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client.mock">org.apache.accumulo.core.client.mock</a></td> +<td class="colLast"> +<div class="block">Mock framework for Accumulo</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.accumulo.core.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.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">Change the durability for the BatchWriter session.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#setMaxLatency(long,%20java.util.concurrent.TimeUnit)">setMaxLatency</a></strong>(long maxLatency, + <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 to hold the data in memory before flushing it to servers.<br> + For no maximum, 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>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#setMaxMemory(long)">setMaxMemory</a></strong>(long maxMemory)</code> +<div class="block">Sets the maximum memory to batch before writing.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.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/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.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> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<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"><span class="strong">Connector.</span><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/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">Connector.</span><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/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></code></td> +<td class="colLast"><span class="strong">Connector.</span><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> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mapred"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> in <a href="../../../../../../org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getBatchWriterOptions(org.apache.hadoop.mapred.JobConf)">getBatchWriterOptions</a></strong>(org.apache.hadoop.mapred.JobConf job)</code> +<div class="block">Gets the <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client"><code>BatchWriterConfig</code></a> settings.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapred/package-summary.html">org.apache.accumulo.core.client.mapred</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setBatchWriterOptions(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.BatchWriterConfig)">setBatchWriterOptions</a></strong>(org.apache.hadoop.mapred.JobConf job, + <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> bwConfig)</code> +<div class="block">Sets the configuration for for the job's <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><code>BatchWriter</code></a> instances.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mapreduce"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getBatchWriterOptions(org.apache.hadoop.mapreduce.JobContext)">getBatchWriterOptions</a></strong>(org.apache.hadoop.mapreduce.JobContext context)</code> +<div class="block">Gets the <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client"><code>BatchWriterConfig</code></a> settings.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/package-summary.html">org.apache.accumulo.core.client.mapreduce</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setBatchWriterOptions(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.BatchWriterConfig)">setBatchWriterOptions</a></strong>(org.apache.hadoop.mapreduce.Job job, + <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> bwConfig)</code> +<div class="block">Sets the configuration for for the job's <a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client"><code>BatchWriter</code></a> instances.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mapreduce.lib.util"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.util</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.util</a> that return <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td> +<td class="colLast"><span class="strong">OutputConfigurator.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html#getBatchWriterOptions(java.lang.Class,%20org.apache.hadoop.conf.Configuration)">getBatchWriterOptions</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> implementingClass, + org.apache.hadoop.conf.Configuration conf)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html">org.apache.accumulo.core.client.mapreduce.lib.util</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><span class="strong">OutputConfigurator.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html#setBatchWriterOptions(java.lang.Class,%20org.apache.hadoop.conf.Configuration,%20org.apache.accumulo.core.client.BatchWriterConfig)">setBatchWriterOptions</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> implementingClass, + org.apache.hadoop.conf.Configuration conf, + <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> bwConfig)</code> +<div class="block"><strong>Deprecated.</strong> +<div class="block"><i>since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.</i></div> +</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.accumulo.core.client.mock"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a> in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/mock/package-summary.html">org.apache.accumulo.core.client.mock</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html" title="interface in org.apache.accumulo.core.client">BatchDeleter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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> +<div class="block"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriter.html" title="interface in org.apache.accumulo.core.client">BatchWriter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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"><strong>Deprecated.</strong> </div> + </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/MultiTableBatchWriter.html" title="interface in org.apache.accumulo.core.client">MultiTableBatchWriter</a></code></td> +<td class="colLast"><span class="strong">MockConnector.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockConnector.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"><strong>Deprecated.</strong> </div> + </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/BatchWriterConfig.html" target="_top">Frames</a></li> +<li><a href="BatchWriterConfig.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 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/class-use/ClientConfiguration.ClientProperty.html ---------------------------------------------------------------------- diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html new file mode 100644 index 0000000..7164e06 --- /dev/null +++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html @@ -0,0 +1,205 @@ +<!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:22 EDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (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="Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (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><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html" target="_top">Frames</a></li> +<li><a href="ClientConfiguration.ClientProperty.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty" class="title">Uses of Class<br>org.apache.accumulo.core.client.ClientConfiguration.ClientProperty</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.accumulo.core.client">org.apache.accumulo.core.client</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.accumulo.core.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a> in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> that return <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></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> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></code></td> +<td class="colLast"><span class="strong">ClientConfiguration.ClientProperty.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#getPropertyByKey(java.lang.String)">getPropertyByKey</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> key)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></code></td> +<td class="colLast"><span class="strong">ClientConfiguration.ClientProperty.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#valueOf(java.lang.String)">valueOf</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> name)</code> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a>[]</code></td> +<td class="colLast"><span class="strong">ClientConfiguration.ClientProperty.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html#values()">values</a></strong>()</code> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/accumulo/core/client/package-summary.html">org.apache.accumulo.core.client</a> with parameters of type <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a></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> +<tbody> +<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"><span class="strong">ClientConfiguration.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html#get(org.apache.accumulo.core.client.ClientConfiguration.ClientProperty)">get</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a> prop)</code> +<div class="block">Returns the value for prop, the default value if not present.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<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>,<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"><span class="strong">ClientConfiguration.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html#getAllPropertiesWithPrefix(org.apache.accumulo.core.client.ClientConfiguration.ClientProperty)">getAllPropertiesWithPrefix</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a> property)</code> +<div class="block">Gets all properties under the given prefix in this configuration.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">ClientConfiguration.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html#setProperty(org.apache.accumulo.core.client.ClientConfiguration.ClientProperty,%20java.lang.String)">setProperty</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a> prop, + <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> value)</code> +<div class="block">Sets the value of property to value</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a></code></td> +<td class="colLast"><span class="strong">ClientConfiguration.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html#with(org.apache.accumulo.core.client.ClientConfiguration.ClientProperty,%20java.lang.String)">with</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">ClientConfiguration.ClientProperty</a> prop, + <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> value)</code> +<div class="block">Same as <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html#setProperty(org.apache.accumulo.core.client.ClientConfiguration.ClientProperty,%20java.lang.String)"><code>ClientConfiguration.setProperty(ClientProperty, String)</code></a> but returns the ClientConfiguration for chaining purposes</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html" target="_top">Frames</a></li> +<li><a href="ClientConfiguration.ClientProperty.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2011–2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>