@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class INodeAttributeProvider extends Object
| コンストラクタと説明 | 
|---|
| INodeAttributeProvider() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| org.apache.hadoop.hdfs.server.namenode.INodeAttributes | getAttributes(byte[][] components,
             org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode) | 
| abstract org.apache.hadoop.hdfs.server.namenode.INodeAttributes | getAttributes(String[] pathElements,
             org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode) | 
| org.apache.hadoop.hdfs.server.namenode.INodeAttributes | getAttributes(String fullPath,
             org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode) | 
| org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AccessControlEnforcer | getExternalAccessControlEnforcer(org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AccessControlEnforcer defaultEnforcer)Can be over-ridden by implementations to provide a custom Access Control
 Enforcer that can provide an alternate implementation of the
 default permission checking logic. | 
| abstract void | start()Initialize the provider. | 
| abstract void | stop()Shutdown the provider. | 
public INodeAttributeProvider()
public abstract void start()
public abstract void stop()
public org.apache.hadoop.hdfs.server.namenode.INodeAttributes getAttributes(String fullPath, org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode)
public abstract org.apache.hadoop.hdfs.server.namenode.INodeAttributes getAttributes(String[] pathElements, org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode)
public org.apache.hadoop.hdfs.server.namenode.INodeAttributes getAttributes(byte[][] components, org.apache.hadoop.hdfs.server.namenode.INodeAttributes inode)
public org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AccessControlEnforcer getExternalAccessControlEnforcer(org.apache.hadoop.hdfs.server.namenode.INodeAttributeProvider.AccessControlEnforcer defaultEnforcer)
defaultEnforcer - The Default AccessControlEnforcerCopyright © 2016 Apache Software Foundation. All rights reserved.