@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) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HivePrincipal o) |
boolean |
equals(Object obj) |
String |
getName() |
HivePrincipal.HivePrincipalType |
getType() |
int |
hashCode() |
String |
toString() |
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 © 2019 The Apache Software Foundation. All Rights Reserved.