public class PrincipalDesc extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
PrincipalDesc() |
PrincipalDesc(String name,
org.apache.hadoop.hive.metastore.api.PrincipalType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.apache.hadoop.hive.metastore.api.PrincipalType |
getType() |
void |
setName(String name) |
void |
setType(org.apache.hadoop.hive.metastore.api.PrincipalType type) |
public PrincipalDesc(String name, org.apache.hadoop.hive.metastore.api.PrincipalType type)
public PrincipalDesc()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.