org.apache.hadoop.hive.ql.plan
Class PrincipalDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.PrincipalDesc
- All Implemented Interfaces:
- Serializable, Cloneable
public class PrincipalDesc
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalDesc
public PrincipalDesc(String name,
PrincipalType type)
PrincipalDesc
public PrincipalDesc()
getName
public String getName()
setName
public void setName(String name)
getType
public PrincipalType getType()
setType
public void setType(PrincipalType type)
Copyright © 2013 The Apache Software Foundation