org.apache.hadoop.hive.ql.security.authorization
Class AuthorizationPreEventListener.PartitionWrapper

java.lang.Object
  extended by org.apache.hadoop.hive.ql.metadata.Partition
      extended by org.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListener.PartitionWrapper
All Implemented Interfaces:
Serializable
Enclosing class:
AuthorizationPreEventListener

public static class AuthorizationPreEventListener.PartitionWrapper
extends Partition

See Also:
Serialized Form

Constructor Summary
AuthorizationPreEventListener.PartitionWrapper(org.apache.hadoop.hive.metastore.api.Partition mapiPart, PreEventContext context)
           
AuthorizationPreEventListener.PartitionWrapper(Table table, org.apache.hadoop.hive.metastore.api.Partition mapiPart)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.metadata.Partition
canDrop, canWrite, cloneSd, createMetaPartitionObject, getBucketCols, getBucketCount, getBucketPath, getCols, getCompleteName, getDataLocation, getDeserializer, getInputFormatClass, getLastAccessTime, getLocation, getMetadataFromPartitionSchema, getName, getOutputFormatClass, getParameters, getPath, getPath, getProtectMode, getSchema, getSchemaFromTableSchema, getSkewedColNames, getSkewedColValueLocationMaps, getSkewedColValues, getSortColNames, getSortCols, getSortedPaths, getSpec, getTable, getTPartition, getValues, isOffline, isStoredAsSubDirectories, setBucketCount, setInputFormatClass, setLastAccessTime, setLocation, setOutputFormatClass, setProtectMode, setSkewedValueLocationMap, setTable, setTPartition, setValues, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationPreEventListener.PartitionWrapper

public AuthorizationPreEventListener.PartitionWrapper(Table table,
                                                      org.apache.hadoop.hive.metastore.api.Partition mapiPart)
                                               throws HiveException
Throws:
HiveException

AuthorizationPreEventListener.PartitionWrapper

public AuthorizationPreEventListener.PartitionWrapper(org.apache.hadoop.hive.metastore.api.Partition mapiPart,
                                                      PreEventContext context)
                                               throws HiveException,
                                                      org.apache.hadoop.hive.metastore.api.NoSuchObjectException,
                                                      org.apache.hadoop.hive.metastore.api.MetaException
Throws:
HiveException
org.apache.hadoop.hive.metastore.api.NoSuchObjectException
org.apache.hadoop.hive.metastore.api.MetaException


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