Uses of Class
org.apache.hadoop.oncrpc.RpcAuthSys

Packages that use RpcAuthSys
org.apache.hadoop.nfs.nfs3   
org.apache.hadoop.oncrpc   
 

Uses of RpcAuthSys in org.apache.hadoop.nfs.nfs3
 

Methods in org.apache.hadoop.nfs.nfs3 with parameters of type RpcAuthSys
 NFS3Response Nfs3Interface.access(XDR xdr, RpcAuthSys authSys)
          ACCESS: Check access permission
 NFS3Response Nfs3Interface.commit(XDR xdr, RpcAuthSys authSys)
          COMMIT: Commit cached data on a server to stable storage
 NFS3Response Nfs3Interface.create(XDR xdr, RpcAuthSys authSys)
          CREATE: Create a file
 NFS3Response Nfs3Interface.fsinfo(XDR xdr, RpcAuthSys authSys)
          FSINFO: Get static file system information
 NFS3Response Nfs3Interface.fsstat(XDR xdr, RpcAuthSys authSys)
          FSSTAT: Get dynamic file system information
 NFS3Response Nfs3Interface.getattr(XDR xdr, RpcAuthSys authSys)
          GETATTR: Get file attributes
 NFS3Response Nfs3Interface.lookup(XDR xdr, RpcAuthSys authSys)
          LOOKUP: Lookup filename
 NFS3Response Nfs3Interface.mkdir(XDR xdr, RpcAuthSys authSys)
          MKDIR: Create a directory
 NFS3Response Nfs3Interface.pathconf(XDR xdr, RpcAuthSys authSys)
          PATHCONF: Retrieve POSIX information
 NFS3Response Nfs3Interface.read(XDR xdr, RpcAuthSys authSys)
          READ: Read from file
 NFS3Response Nfs3Interface.readdir(XDR xdr, RpcAuthSys authSys)
          READDIR: Read From directory
 NFS3Response Nfs3Interface.remove(XDR xdr, RpcAuthSys authSys)
          REMOVE: Remove a file
 NFS3Response Nfs3Interface.rename(XDR xdr, RpcAuthSys authSys)
          RENAME: Rename a file or directory
 NFS3Response Nfs3Interface.rmdir(XDR xdr, RpcAuthSys authSys)
          RMDIR: Remove a directory
 NFS3Response Nfs3Interface.setattr(XDR xdr, RpcAuthSys authSys)
          SETATTR: Set file attributes
 NFS3Response Nfs3Interface.symlink(XDR xdr, RpcAuthSys authSys)
          SYMLINK: Create a symbolic link
 NFS3Response Nfs3Interface.write(XDR xdr, org.jboss.netty.channel.Channel channel, int xid, RpcAuthSys authSys)
          WRITE: Write to file
 

Uses of RpcAuthSys in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcAuthSys
static RpcAuthSys RpcAuthSys.from(byte[] credentials)
           
 



Copyright © 2009 The Apache Software Foundation