http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html index 5e68510..e70dc7f 100644 --- a/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html +++ b/devapidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":9,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":9,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -335,87 +335,94 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado </td> </tr> <tr id="i14" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#interruptedExceptionNoThrow-java.lang.InterruptedException-boolean-">interruptedExceptionNoThrow</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a> ie, + boolean throwLater)</code> +<div class="block">Log the InterruptedException and interrupt current thread</div> +</td> +</tr> +<tr id="i15" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#isAborted--">isAborted</a></span>()</code> <div class="block">Check if the server or client was aborted.</div> </td> </tr> -<tr id="i15" class="rowColor"> +<tr id="i16" class="altColor"> <td class="colFirst"><code>private boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#isBaseZnodeAclSetup-java.util.List-">isBaseZnodeAclSetup</a></span>(<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><org.apache.zookeeper.data.ACL> acls)</code> <div class="block">Checks whether the ACLs returned from the base znode (/hbase) is set for secure setup.</div> </td> </tr> -<tr id="i16" class="altColor"> +<tr id="i17" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#isClientReadable-java.lang.String-">isClientReadable</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> node)</code> <div class="block">Returns whether the znode is supposed to be readable by the client and DOES NOT contain sensitive information (world readable).</div> </td> </tr> -<tr id="i17" class="rowColor"> +<tr id="i18" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#isSuperUserId-java.lang.String:A-org.apache.zookeeper.data.Id-">isSuperUserId</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>[] superUsers, org.apache.zookeeper.data.Id id)</code> </td> </tr> -<tr id="i18" class="altColor"> +<tr id="i19" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#keeperException-org.apache.zookeeper.KeeperException-">keeperException</a></span>(org.apache.zookeeper.KeeperException ke)</code> <div class="block">Handles KeeperExceptions in client calls.</div> </td> </tr> -<tr id="i19" class="rowColor"> +<tr id="i20" 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/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#prefix-java.lang.String-">prefix</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> str)</code> <div class="block">Adds this instance's identifier as a prefix to the passed <code>str</code></div> </td> </tr> -<tr id="i20" class="altColor"> +<tr id="i21" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#process-org.apache.zookeeper.WatchedEvent-">process</a></span>(org.apache.zookeeper.WatchedEvent event)</code> <div class="block">Method called from ZooKeeper for events and connection status.</div> </td> </tr> -<tr id="i21" class="rowColor"> +<tr id="i22" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#reconnectAfterExpiration--">reconnectAfterExpiration</a></span>()</code> </td> </tr> -<tr id="i22" class="altColor"> +<tr id="i23" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#registerListener-org.apache.hadoop.hbase.zookeeper.ZooKeeperListener-">registerListener</a></span>(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html" title="class in org.apache.hadoop.hbase.zookeeper">ZooKeeperListener</a> listener)</code> <div class="block">Register the specified listener to receive ZooKeeper events.</div> </td> </tr> -<tr id="i23" class="rowColor"> +<tr id="i24" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#registerListenerFirst-org.apache.hadoop.hbase.zookeeper.ZooKeeperListener-">registerListenerFirst</a></span>(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html" title="class in org.apache.hadoop.hbase.zookeeper">ZooKeeperListener</a> listener)</code> <div class="block">Register the specified listener to receive ZooKeeper events and add it as the first in the list of current listeners.</div> </td> </tr> -<tr id="i24" class="altColor"> +<tr id="i25" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#setZnodeAclsRecursive-java.lang.String-">setZnodeAclsRecursive</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> znode)</code> <div class="block">Set the znode perms recursively.</div> </td> </tr> -<tr id="i25" class="rowColor"> +<tr id="i26" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#sync-java.lang.String-">sync</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> path)</code> <div class="block">Forces a synchronization of this ZooKeeper client connection.</div> </td> </tr> -<tr id="i26" class="altColor"> +<tr id="i27" 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/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#toString--">toString</a></span>()</code> </td> </tr> -<tr id="i27" class="rowColor"> +<tr id="i28" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#unregisterAllListeners--">unregisterAllListeners</a></span>()</code> <div class="block">Clean all existing listeners</div> </td> </tr> -<tr id="i28" class="altColor"> +<tr id="i29" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#unregisterListener-org.apache.hadoop.hbase.zookeeper.ZooKeeperListener-">unregisterListener</a></span>(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html" title="class in org.apache.hadoop.hbase.zookeeper">ZooKeeperListener</a> listener)</code> </td> </tr> @@ -976,18 +983,30 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado <ul class="blockList"> <li class="blockList"> <h4>interruptedException</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.599">interruptedException</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a> ie)</pre> -<div class="block">Handles InterruptedExceptions in client calls. - <p> - This may be temporary but for now this gives one place to deal with these. - <p> - TODO: Currently, this method does nothing. - Is this ever expected to happen? Do we abort or can we let it run? - Maybe this should be logged as WARN? It shouldn't happen? - <p></div> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.593">interruptedException</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a> ie) + throws org.apache.zookeeper.KeeperException</pre> +<div class="block">Handles InterruptedExceptions in client calls.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ie</code> - the InterruptedException instance thrown</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>org.apache.zookeeper.KeeperException</code> - the exception to throw, transformed from the InterruptedException</dd> +</dl> +</li> +</ul> +<a name="interruptedExceptionNoThrow-java.lang.InterruptedException-boolean-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>interruptedExceptionNoThrow</h4> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.604">interruptedExceptionNoThrow</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a> ie, + boolean throwLater)</pre> +<div class="block">Log the InterruptedException and interrupt current thread</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>ie</code> - </dd> +<dd><code>ie</code> - The IterruptedException to log</dd> +<dd><code>throwLater</code> - Whether we will throw the exception latter</dd> </dl> </li> </ul> @@ -997,7 +1016,7 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado <ul class="blockList"> <li class="blockList"> <h4>close</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.611">close</a>()</pre> +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.617">close</a>()</pre> <div class="block">Close the connection to ZooKeeper.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -1013,7 +1032,7 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado <ul class="blockList"> <li class="blockList"> <h4>getConfiguration</h4> -<pre>public org.apache.hadoop.conf.Configuration <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.619">getConfiguration</a>()</pre> +<pre>public org.apache.hadoop.conf.Configuration <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.625">getConfiguration</a>()</pre> </li> </ul> <a name="abort-java.lang.String-java.lang.Throwable-"> @@ -1022,7 +1041,7 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado <ul class="blockList"> <li class="blockList"> <h4>abort</h4> -<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.624">abort</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> why, +<pre>public void <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.630">abort</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> why, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> e)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Abortable.html#abort-java.lang.String-java.lang.Throwable-">Abortable</a></code></span></div> <div class="block">Abort the server or client.</div> @@ -1041,7 +1060,7 @@ implements org.apache.zookeeper.Watcher, <a href="../../../../../org/apache/hado <ul class="blockListLast"> <li class="blockList"> <h4>isAborted</h4> -<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.630">isAborted</a>()</pre> +<pre>public boolean <a href="../../../../../src-html/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html#line.636">isAborted</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/hadoop/hbase/Abortable.html#isAborted--">Abortable</a></code></span></div> <div class="block">Check if the server or client was aborted.</div> <dl>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/devapidocs/overview-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/overview-tree.html b/devapidocs/overview-tree.html index f78bf34..ab368cd 100644 --- a/devapidocs/overview-tree.html +++ b/devapidocs/overview-tree.html @@ -2405,6 +2405,16 @@ <li type="circle">org.apache.hadoop.hbase.wal.<a href="org/apache/hadoop/hbase/wal/NettyAsyncFSWALConfigHelper.html" title="class in org.apache.hadoop.hbase.wal"><span class="typeNameLink">NettyAsyncFSWALConfigHelper</span></a></li> <li type="circle">org.apache.hadoop.hbase.util.<a href="org/apache/hadoop/hbase/util/NettyEventLoopGroupConfig.html" title="class in org.apache.hadoop.hbase.util"><span class="typeNameLink">NettyEventLoopGroupConfig</span></a></li> <li type="circle">org.apache.hadoop.hbase.ipc.<a href="org/apache/hadoop/hbase/ipc/NettyRpcClientConfigHelper.html" title="class in org.apache.hadoop.hbase.ipc"><span class="typeNameLink">NettyRpcClientConfigHelper</span></a></li> +<li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/NewVersionBehaviorTracker.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">NewVersionBehaviorTracker</span></a> (implements org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/ColumnTracker.html" title="interface in org.apache.hadoop.hbase.regionserver.querymatcher">ColumnTracker</a>, org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/DeleteTracker.html" title="interface in org.apache.hadoop.hbase.regionserver.querymatcher">DeleteTracker</a>) +<ul> +<li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityNewVersionBehaivorTracker</span></a></li> +</ul> +</li> +<li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/NewVersionBehaviorTracker.DeleteVersionsNode.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">NewVersionBehaviorTracker.DeleteVersionsNode</span></a> +<ul> +<li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.VisibilityDeleteVersionsNode.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityNewVersionBehaivorTracker.VisibilityDeleteVersionsNode</span></a></li> +</ul> +</li> <li type="circle">org.apache.hadoop.hbase.http.<a href="org/apache/hadoop/hbase/http/NoCacheFilter.html" title="class in org.apache.hadoop.hbase.http"><span class="typeNameLink">NoCacheFilter</span></a> (implements javax.servlet.Filter)</li> <li type="circle">org.apache.hadoop.hbase.regionserver.throttle.<a href="org/apache/hadoop/hbase/regionserver/throttle/NoLimitThroughputController.html" title="class in org.apache.hadoop.hbase.regionserver.throttle"><span class="typeNameLink">NoLimitThroughputController</span></a> (implements org.apache.hadoop.hbase.regionserver.throttle.<a href="org/apache/hadoop/hbase/regionserver/throttle/ThroughputController.html" title="interface in org.apache.hadoop.hbase.regionserver.throttle">ThroughputController</a>)</li> <li type="circle">org.apache.hadoop.hbase.util.<a href="org/apache/hadoop/hbase/util/NonceKey.html" title="class in org.apache.hadoop.hbase.util"><span class="typeNameLink">NonceKey</span></a></li> @@ -3244,7 +3254,11 @@ <li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/StripeCompactionScanQueryMatcher.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">StripeCompactionScanQueryMatcher</span></a></li> </ul> </li> -<li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/MinorCompactionScanQueryMatcher.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">MinorCompactionScanQueryMatcher</span></a></li> +<li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/MinorCompactionScanQueryMatcher.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">MinorCompactionScanQueryMatcher</span></a> +<ul> +<li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/IncludeAllCompactionQueryMatcher.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">IncludeAllCompactionQueryMatcher</span></a></li> +</ul> +</li> </ul> </li> <li type="circle">org.apache.hadoop.hbase.regionserver.querymatcher.<a href="org/apache/hadoop/hbase/regionserver/querymatcher/LegacyScanQueryMatcher.html" title="class in org.apache.hadoop.hbase.regionserver.querymatcher"><span class="typeNameLink">LegacyScanQueryMatcher</span></a></li> @@ -4052,6 +4066,7 @@ <li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityLabelsCache.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityLabelsCache</span></a> (implements org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityLabelOrdinalProvider.html" title="interface in org.apache.hadoop.hbase.security.visibility">VisibilityLabelOrdinalProvider</a>)</li> <li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityLabelServiceManager.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityLabelServiceManager</span></a></li> <li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityLabelsValidator.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityLabelsValidator</span></a></li> +<li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityNewVersionBehaivorTracker.TagInfo.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityNewVersionBehaivorTracker.TagInfo</span></a></li> <li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityReplicationEndpoint</span></a> (implements org.apache.hadoop.hbase.replication.<a href="org/apache/hadoop/hbase/replication/ReplicationEndpoint.html" title="interface in org.apache.hadoop.hbase.replication">ReplicationEndpoint</a>)</li> <li type="circle">org.apache.hadoop.hbase.security.visibility.<a href="org/apache/hadoop/hbase/security/visibility/VisibilityUtils.html" title="class in org.apache.hadoop.hbase.security.visibility"><span class="typeNameLink">VisibilityUtils</span></a></li> <li type="circle">org.apache.hadoop.hbase.wal.<a href="org/apache/hadoop/hbase/wal/WAL.Entry.html" title="class in org.apache.hadoop.hbase.wal"><span class="typeNameLink">WAL.Entry</span></a>
