org.apache.hadoop.hive.ql.plan
Class RoleDDLDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.RoleDDLDesc
- All Implemented Interfaces:
- Serializable
public class RoleDDLDesc
- extends DDLDesc
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleDDLDesc
public RoleDDLDesc()
RoleDDLDesc
public RoleDDLDesc(String roleName,
RoleDDLDesc.RoleOperation operation)
RoleDDLDesc
public RoleDDLDesc(String principalName,
PrincipalType principalType,
RoleDDLDesc.RoleOperation operation,
String roleOwnerName)
getName
public String getName()
setName
public void setName(String roleName)
getOperation
public RoleDDLDesc.RoleOperation getOperation()
setOperation
public void setOperation(RoleDDLDesc.RoleOperation operation)
getPrincipalType
public PrincipalType getPrincipalType()
setPrincipalType
public void setPrincipalType(PrincipalType principalType)
getGroup
public boolean getGroup()
setGroup
public void setGroup(boolean group)
getResFile
public String getResFile()
setResFile
public void setResFile(String resFile)
getRoleOwnerName
public String getRoleOwnerName()
setRoleOwnerName
public void setRoleOwnerName(String roleOwnerName)
Copyright © 2013 The Apache Software Foundation