org.apache.hadoop.hive.ql.plan
Class PrincipalDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PrincipalDesc
All Implemented Interfaces:
Serializable, Cloneable

public class PrincipalDesc
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
PrincipalDesc()
           
PrincipalDesc(String name, org.apache.hadoop.hive.metastore.api.PrincipalType type)
           
 
Method Summary
 String getName()
           
 org.apache.hadoop.hive.metastore.api.PrincipalType getType()
           
 void setName(String name)
           
 void setType(org.apache.hadoop.hive.metastore.api.PrincipalType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalDesc

public PrincipalDesc(String name,
                     org.apache.hadoop.hive.metastore.api.PrincipalType type)

PrincipalDesc

public PrincipalDesc()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public org.apache.hadoop.hive.metastore.api.PrincipalType getType()

setType

public void setType(org.apache.hadoop.hive.metastore.api.PrincipalType type)


Copyright © 2014 The Apache Software Foundation. All rights reserved.