http://git-wip-us.apache.org/repos/asf/accumulo/blob/60422503/1.6/apidocs/org/apache/accumulo/core/client/Instance.html ---------------------------------------------------------------------- diff --git a/1.6/apidocs/org/apache/accumulo/core/client/Instance.html b/1.6/apidocs/org/apache/accumulo/core/client/Instance.html index fbf66ff..634da63 100644 --- a/1.6/apidocs/org/apache/accumulo/core/client/Instance.html +++ b/1.6/apidocs/org/apache/accumulo/core/client/Instance.html @@ -2,26 +2,39 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_95) on Thu Mar 03 18:03:28 EST 2016 --> +<!-- Generated by javadoc (1.8.0_102) on Tue Sep 20 13:24:03 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Instance (Apache Accumulo Project 1.6.5 API)</title> -<meta name="date" content="2016-03-03"> +<title>Instance (Apache Accumulo Project 1.6.6 API)</title> +<meta name="date" content="2016-09-20"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Instance (Apache Accumulo Project 1.6.5 API)"; + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Instance (Apache Accumulo Project 1.6.6 API)"; + } + } + catch(err) { } //--> +var methods = {"i0":38,"i1":6,"i2":38,"i3":38,"i4":38,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":38}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> +<div class="topNav"><a name="navbar.top"> <!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -37,15 +50,15 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/accumulo/core/client/Connector.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/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/accumulo/core/client/Instance.html" target="_top">Frames</a></li> -<li><a href="Instance.html" target="_top">No Frames</a></li> +<li><a href="Instance.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> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,16 +78,16 @@ <li>Nested | </li> <li>Field | </li> <li>Constr | </li> -<li><a href="#method_summary">Method</a></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> +<li><a href="#method.detail">Method</a></li> </ul> </div> -<a name="skip-navbar_top"> +<a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -93,7 +106,7 @@ </dl> <hr> <br> -<pre>public interface <span class="strong">Instance</span></pre> +<pre>public interface <span class="typeNameLabel">Instance</span></pre> <div class="block">This class represents the information a client needs to know to connect to an instance of accumulo.</div> </li> </ul> @@ -103,99 +116,99 @@ <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="method_summary"> +<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> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></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"> +<tr id="i0" class="altColor"> <td class="colFirst"><code>org.apache.accumulo.core.conf.AccumuloConfiguration</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConfiguration()">getConfiguration</a></strong>()</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConfiguration--">getConfiguration</a></span>()</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</span></div> </div> </td> </tr> -<tr class="rowColor"> +<tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> principal, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-">getConnector</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> principal, <a href="../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a> token)</code> <div class="block">Returns a connection to this instance of accumulo.</div> </td> </tr> -<tr class="altColor"> +<tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-byte:A-">getConnector</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, byte[] pass)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> </div> </td> </tr> -<tr class="rowColor"> +<tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, - <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> pass)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-java.nio.ByteBuffer-">getConnector</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, + <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> pass)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> </div> </td> </tr> -<tr class="altColor"> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, - <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> pass)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-java.lang.CharSequence-">getConnector</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> pass)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> </div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceID()">getInstanceID</a></strong>()</code> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceID--">getInstanceID</a></span>()</code> <div class="block">Returns a unique string that identifies this instance of accumulo.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceName()">getInstanceName</a></strong>()</code> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceName--">getInstanceName</a></span>()</code> <div class="block">Returns the instance name given at system initialization time.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getMasterLocations()">getMasterLocations</a></strong>()</code> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getMasterLocations--">getMasterLocations</a></span>()</code> <div class="block">Returns the location(s) of the accumulo master and any redundant servers.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getRootTabletLocation()">getRootTabletLocation</a></strong>()</code> +<tr id="i8" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getRootTabletLocation--">getRootTabletLocation</a></span>()</code> <div class="block">Returns the location of the tablet server that is serving the root tablet.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepers()">getZooKeepers</a></strong>()</code> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepers--">getZooKeepers</a></span>()</code> <div class="block">Returns a comma-separated list of zookeeper servers the instance is using.</div> </td> </tr> -<tr class="altColor"> +<tr id="i10" class="altColor"> <td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepersSessionTimeOut()">getZooKeepersSessionTimeOut</a></strong>()</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepersSessionTimeOut--">getZooKeepersSessionTimeOut</a></span>()</code> <div class="block">Returns the zookeeper connection timeout.</div> </td> </tr> -<tr class="rowColor"> +<tr id="i11" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/Instance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration</a></strong>(org.apache.accumulo.core.conf.AccumuloConfiguration conf)</code> -<div class="block"><strong>Deprecated.</strong> -<div class="block"><i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/Instance.html#setConfiguration-org.apache.accumulo.core.conf.AccumuloConfiguration-">setConfiguration</a></span>(org.apache.accumulo.core.conf.AccumuloConfiguration conf)</code> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</span></div> </div> </td> </tr> @@ -210,66 +223,81 @@ <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="method_detail"> +<li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> -<a name="getRootTabletLocation()"> +<a name="getRootTabletLocation--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRootTabletLocation</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getRootTabletLocation()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getRootTabletLocation()</pre> <div class="block">Returns the location of the tablet server that is serving the root tablet.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>location in "hostname:port" form</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>location in "hostname:port" form</dd> +</dl> </li> </ul> -<a name="getMasterLocations()"> +<a name="getMasterLocations--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMasterLocations</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getMasterLocations()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getMasterLocations()</pre> <div class="block">Returns the location(s) of the accumulo master and any redundant servers.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>a list of locations in "hostname:port" form</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a list of locations in "hostname:port" form</dd> +</dl> </li> </ul> -<a name="getInstanceID()"> +<a name="getInstanceID--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstanceID</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInstanceID()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInstanceID()</pre> <div class="block">Returns a unique string that identifies this instance of accumulo.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>a UUID</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a UUID</dd> +</dl> </li> </ul> -<a name="getInstanceName()"> +<a name="getInstanceName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstanceName</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInstanceName()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInstanceName()</pre> <div class="block">Returns the instance name given at system initialization time.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>current instance name</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>current instance name</dd> +</dl> </li> </ul> -<a name="getZooKeepers()"> +<a name="getZooKeepers--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getZooKeepers</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getZooKeepers()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getZooKeepers()</pre> <div class="block">Returns a comma-separated list of zookeeper servers the instance is using.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the zookeeper servers this instance is using in "hostname:port" form</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the zookeeper servers this instance is using in "hostname:port" form</dd> +</dl> </li> </ul> -<a name="getZooKeepersSessionTimeOut()"> +<a name="getZooKeepersSessionTimeOut--"> <!-- --> </a> <ul class="blockList"> @@ -277,112 +305,145 @@ <h4>getZooKeepersSessionTimeOut</h4> <pre>int getZooKeepersSessionTimeOut()</pre> <div class="block">Returns the zookeeper connection timeout.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the configured timeout to connect to zookeeper</dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the configured timeout to connect to zookeeper</dd> +</dl> </li> </ul> -<a name="getConnector(java.lang.String, byte[])"> +<a name="getConnector-java.lang.String-byte:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnector</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, - byte[] pass) - throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, - <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> -<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, + byte[] pass) + throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, + <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> <div class="block">Returns a connection to accumulo.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a valid accumulo user</dd><dd><code>pass</code> - A UTF-8 encoded password. The password may be cleared after making this call.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</dd> -<dt><span class="strong">Throws:</span></dt> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>user</code> - a valid accumulo user</dd> +<dd><code>pass</code> - A UTF-8 encoded password. The password may be cleared after making this call.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the accumulo Connector</dd> +<dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - when a generic exception occurs</dd> -<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd></dl> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd> +</dl> </li> </ul> -<a name="getConnector(java.lang.String, java.nio.ByteBuffer)"> +<a name="getConnector-java.lang.String-java.nio.ByteBuffer-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnector</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, - <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> pass) - throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, - <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> -<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, + <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> pass) + throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, + <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> <div class="block">Returns a connection to accumulo.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a valid accumulo user</dd><dd><code>pass</code> - A UTF-8 encoded password. The password may be cleared after making this call.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</dd> -<dt><span class="strong">Throws:</span></dt> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>user</code> - a valid accumulo user</dd> +<dd><code>pass</code> - A UTF-8 encoded password. The password may be cleared after making this call.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the accumulo Connector</dd> +<dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - when a generic exception occurs</dd> -<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd></dl> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd> +</dl> </li> </ul> -<a name="getConnector(java.lang.String, java.lang.CharSequence)"> +<a name="getConnector-java.lang.String-java.lang.CharSequence-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnector</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, - <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> pass) - throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, - <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> -<div class="block"><span class="strong">Deprecated.</span> <i>since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> user, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a> pass) + throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, + <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 1.5, use <a href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"><code>getConnector(String, AuthenticationToken)</code></a> with <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></span></div> <div class="block">Returns a connection to this instance of accumulo.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a valid accumulo user</dd><dd><code>pass</code> - If a mutable CharSequence is passed in, it may be cleared after this call.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</dd> -<dt><span class="strong">Throws:</span></dt> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>user</code> - a valid accumulo user</dd> +<dd><code>pass</code> - If a mutable CharSequence is passed in, it may be cleared after this call.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the accumulo Connector</dd> +<dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - when a generic exception occurs</dd> -<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd></dl> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a user's credentials are invalid</dd> +</dl> </li> </ul> -<a name="getConfiguration()"> +<a name="getConfiguration--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConfiguration</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> org.apache.accumulo.core.conf.AccumuloConfiguration getConfiguration()</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</span></div> <div class="block">Returns the AccumuloConfiguration to use when interacting with this instance.</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the AccumuloConfiguration that specifies properties related to interacting with this instance</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html#getSystemConfiguration()"><code>for client-side reading of the server-side configuration.</code></a></dd></dl> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the AccumuloConfiguration that specifies properties related to interacting with this instance</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html#getSystemConfiguration--"><code>for client-side reading of the server-side configuration.</code></a></dd> +</dl> </li> </ul> -<a name="setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)"> +<a name="setConfiguration-org.apache.accumulo.core.conf.AccumuloConfiguration-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setConfiguration</h4> -<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> void setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration conf)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</span></div> <div class="block">Set the AccumuloConfiguration to use when interacting with this instance.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - accumulo configuration</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html#setProperty(java.lang.String,%20java.lang.String)"><code>InstanceOperations.setProperty(String, String)</code></a></dd></dl> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>conf</code> - accumulo configuration</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html#setProperty-java.lang.String-java.lang.String-"><code>InstanceOperations.setProperty(String, String)</code></a></dd> +</dl> </li> </ul> -<a name="getConnector(java.lang.String, org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"> +<a name="getConnector-java.lang.String-org.apache.accumulo.core.client.security.tokens.AuthenticationToken-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getConnector</h4> -<pre><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> principal, - <a href="../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a> token) - throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, - <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> +<pre><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a> getConnector(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> principal, + <a href="../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a> token) + throws <a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a>, + <a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></pre> <div class="block">Returns a connection to this instance of accumulo.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>principal</code> - a valid accumulo user</dd><dd><code>token</code> - Use the token type configured for the Accumulo instance you are connecting to. An Accumulo instance with default configurations will use +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>principal</code> - a valid accumulo user</dd> +<dd><code>token</code> - Use the token type configured for the Accumulo instance you are connecting to. An Accumulo instance with default configurations will use <a href="../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></dd> -<dt><span class="strong">Throws:</span></dt> +<dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloException.html" title="class in org.apache.accumulo.core.client">AccumuloException</a></code></dd> -<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code></dd><dt><span class="strong">Since:</span></dt> - <dd>1.5.0</dd></dl> +<dd><code><a href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html" title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a></code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>1.5.0</dd> +</dl> </li> </ul> </li> @@ -393,9 +454,11 @@ void setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration&n </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> +<div class="bottomNav"><a name="navbar.bottom"> <!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -411,15 +474,15 @@ void setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration&n </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/accumulo/core/client/Connector.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/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/accumulo/core/client/Instance.html" target="_top">Frames</a></li> -<li><a href="Instance.html" target="_top">No Frames</a></li> +<li><a href="Instance.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> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -439,19 +502,19 @@ void setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration&n <li>Nested | </li> <li>Field | </li> <li>Constr | </li> -<li><a href="#method_summary">Method</a></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> +<li><a href="#method.detail">Method</a></li> </ul> </div> -<a name="skip-navbar_bottom"> +<a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2011–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<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/60422503/1.6/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html ---------------------------------------------------------------------- diff --git a/1.6/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html b/1.6/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html index 5c1387f..7a0ce3d 100644 --- a/1.6/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html +++ b/1.6/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html @@ -2,26 +2,39 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_95) on Thu Mar 03 18:03:29 EST 2016 --> +<!-- Generated by javadoc (1.8.0_102) on Tue Sep 20 13:24:03 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.6.5 API)</title> -<meta name="date" content="2016-03-03"> +<title>IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.6.6 API)</title> +<meta name="date" content="2016-09-20"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.6.5 API)"; + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.6.6 API)"; + } + } + catch(err) { } //--> +var methods = {"i0":10,"i1":10,"i2":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> +<div class="topNav"><a name="navbar.top"> <!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -37,15 +50,15 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.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/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" target="_top">Frames</a></li> -<li><a href="IsolatedScanner.MemoryRowBuffer.html" target="_top">No Frames</a></li> +<li><a href="IsolatedScanner.MemoryRowBuffer.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> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -64,17 +77,17 @@ <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> +<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> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> </ul> </div> -<a name="skip-navbar_top"> +<a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -85,7 +98,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li><a href="http://docs.oracle.com/javase/8/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.IsolatedScanner.MemoryRowBuffer</li> @@ -101,8 +114,8 @@ </dl> <hr> <br> -<pre>public static class <span class="strong">IsolatedScanner.MemoryRowBuffer</span> -extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<pre>public static class <span class="typeNameLabel">IsolatedScanner.MemoryRowBuffer</span> +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> </li> </ul> </div> @@ -111,52 +124,59 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html? <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> -<li class="blockList"><a name="constructor_summary"> +<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"> +<table class="memberSummary" 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/IsolatedScanner.MemoryRowBuffer.html#IsolatedScanner.MemoryRowBuffer()">IsolatedScanner.MemoryRowBuffer</a></strong>()</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#MemoryRowBuffer--">MemoryRowBuffer</a></span>()</code> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="method_summary"> +<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> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></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"> +<tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#add(java.util.Map.Entry)">add</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>> entry)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#add-java.util.Map.Entry-">add</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>> entry)</code> </td> </tr> -<tr class="rowColor"> +<tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#clear()">clear</a></strong>()</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#clear--">clear</a></span>()</code> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>>></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#iterator()">iterator</a></strong>()</code> </td> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html#iterator--">iterator</a></span>()</code> </td> </tr> </table> <ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/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/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach-java.util.function.Consumer-" title="class or interface in java.lang">forEach</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#spliterator--" title="class or interface in java.lang">spliterator</a></code></li> </ul> </li> </ul> @@ -168,46 +188,46 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html? <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> +<li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="IsolatedScanner.MemoryRowBuffer()"> +<a name="MemoryRowBuffer--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>IsolatedScanner.MemoryRowBuffer</h4> -<pre>public IsolatedScanner.MemoryRowBuffer()</pre> +<h4>MemoryRowBuffer</h4> +<pre>public MemoryRowBuffer()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="method_detail"> +<li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> -<a name="add(java.util.Map.Entry)"> +<a name="add-java.util.Map.Entry-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public void add(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>> entry)</pre> +<pre>public void add(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>> entry)</pre> </li> </ul> -<a name="iterator()"> +<a name="iterator--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iterator</h4> -<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>>> iterator()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>>> iterator()</pre> </li> </ul> -<a name="clear()"> +<a name="clear--"> <!-- --> </a> <ul class="blockListLast"> @@ -224,9 +244,11 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html? </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> +<div class="bottomNav"><a name="navbar.bottom"> <!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -242,15 +264,15 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html? </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.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/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html" title="class in org.apache.accumulo.core.client"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html" target="_top">Frames</a></li> -<li><a href="IsolatedScanner.MemoryRowBuffer.html" target="_top">No Frames</a></li> +<li><a href="IsolatedScanner.MemoryRowBuffer.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> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -269,20 +291,20 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html? <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> +<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> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> </ul> </div> -<a name="skip-navbar_bottom"> +<a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2011–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<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>