org.apache.hadoop.nfs
Class NfsExports

java.lang.Object
  extended by 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
           
 
Method Summary
 AccessPrivilege getAccessPrivilege(InetAddress addr)
           
 String[] getHostGroupList()
          Return the configured group list
static NfsExports getInstance(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Method Detail

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.