public class DefaultINodeAttributesProvider extends INodeAttributeProvider
INodeAttributeProvider.AccessControlEnforcer
Modifier and Type | Field and Description |
---|---|
static INodeAttributeProvider |
DEFAULT_PROVIDER |
Constructor and Description |
---|
DefaultINodeAttributesProvider() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hdfs.server.namenode.INodeAttributes |
getAttributes(String[] pathElements,
org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode) |
void |
start()
Initialize the provider.
|
void |
stop()
Shutdown the provider.
|
getAttributes, getAttributes, getExternalAccessControlEnforcer
public static INodeAttributeProvider DEFAULT_PROVIDER
public void start()
INodeAttributeProvider
start
in class INodeAttributeProvider
public void stop()
INodeAttributeProvider
stop
in class INodeAttributeProvider
public org.apache.hadoop.hdfs.server.namenode.INodeAttributes getAttributes(String[] pathElements, org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode)
getAttributes
in class INodeAttributeProvider
Copyright © 2017 Apache Software Foundation. All Rights Reserved.