Uses of Class
org.apache.accumulo.cluster.ClusterUser
-
Packages that use ClusterUser Package Description org.apache.accumulo.cluster org.apache.accumulo.cluster.standalone -
-
Uses of ClusterUser in org.apache.accumulo.cluster
Methods in org.apache.accumulo.cluster that return ClusterUser Modifier and Type Method Description ClusterUserClusterUsers. getAdminUser()The "root" user.ClusterUserClusterUsers. getUser(int offset)Get an unprivileged user. -
Uses of ClusterUser in org.apache.accumulo.cluster.standalone
Methods in org.apache.accumulo.cluster.standalone that return ClusterUser Modifier and Type Method Description ClusterUserStandaloneAccumuloCluster. getUser(int offset)Constructor parameters in org.apache.accumulo.cluster.standalone with type arguments of type ClusterUser Constructor Description StandaloneAccumuloCluster(ClientInfo info, org.apache.hadoop.fs.Path tmp, List<ClusterUser> users, String serverAccumuloConfDir)
-