@InterfaceAudience.LimitedPrivate(value="Apache Argus (incubating)") @InterfaceStability.Evolving public class HivePrincipal extends Object implements Comparable<HivePrincipal>
Modifier and Type | Class and Description |
---|---|
static class |
HivePrincipal.HivePrincipalType |
Constructor and Description |
---|
HivePrincipal(String name,
HivePrincipal.HivePrincipalType type) |
public HivePrincipal(String name, HivePrincipal.HivePrincipalType type)
public int compareTo(HivePrincipal o)
compareTo
in interface Comparable<HivePrincipal>
public String getName()
public HivePrincipal.HivePrincipalType getType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.