org.apache.hadoop.nfs
Class NfsExports
java.lang.Object
org.apache.hadoop.nfs.NfsExports
public class NfsExports
- extends Object
This class provides functionality for loading and checking the mapping
between client hosts and their access privileges.
|
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
getInstance
public static NfsExports getInstance(org.apache.hadoop.conf.Configuration conf)
getHostGroupList
public String[] getHostGroupList()
- Return the configured group list
getAccessPrivilege
public AccessPrivilege getAccessPrivilege(InetAddress addr)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.