Uses of Class
org.apache.accumulo.server.zookeeper.ZooAclUtil.ZkAccumuloAclStatus
-
Packages that use ZooAclUtil.ZkAccumuloAclStatus Package Description org.apache.accumulo.server.zookeeper -
-
Uses of ZooAclUtil.ZkAccumuloAclStatus in org.apache.accumulo.server.zookeeper
Methods in org.apache.accumulo.server.zookeeper that return ZooAclUtil.ZkAccumuloAclStatus Modifier and Type Method Description static ZooAclUtil.ZkAccumuloAclStatusZooAclUtil. checkWritableAuth(List<org.apache.zookeeper.data.ACL> acls)Process the ZooKeeper acls and return a structure that shows if the accumulo user has ALL (cdrwa) access and if any other user has anything other than read access.
-