Package | Description |
---|---|
org.apache.hadoop.hdfs.nfs.nfs3 | |
org.apache.hadoop.nfs.nfs3 | |
org.apache.hadoop.nfs.nfs3.response |
Modifier and Type | Method and Description |
---|---|
NFS3Response |
RpcProgramNfs3.nullProcedure()
RPC call handlers
|
Modifier and Type | Method and Description |
---|---|
NFS3Response |
Nfs3Interface.access(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
ACCESS: Check access permission
|
NFS3Response |
Nfs3Interface.commit(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
COMMIT: Commit cached data on a server to stable storage
|
NFS3Response |
Nfs3Interface.create(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
CREATE: Create a file
|
NFS3Response |
Nfs3Interface.fsinfo(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
FSINFO: Get static file system information
|
NFS3Response |
Nfs3Interface.fsstat(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
FSSTAT: Get dynamic file system information
|
NFS3Response |
Nfs3Interface.getattr(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
GETATTR: Get file attributes
|
NFS3Response |
Nfs3Interface.lookup(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
LOOKUP: Lookup filename
|
NFS3Response |
Nfs3Interface.mkdir(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
MKDIR: Create a directory
|
NFS3Response |
Nfs3Interface.nullProcedure()
NULL: Do nothing
|
NFS3Response |
Nfs3Interface.pathconf(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
PATHCONF: Retrieve POSIX information
|
NFS3Response |
Nfs3Interface.read(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
READ: Read from file
|
NFS3Response |
Nfs3Interface.readdir(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
READDIR: Read From directory
|
NFS3Response |
Nfs3Interface.remove(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
REMOVE: Remove a file
|
NFS3Response |
Nfs3Interface.rename(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
RENAME: Rename a file or directory
|
NFS3Response |
Nfs3Interface.rmdir(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
RMDIR: Remove a directory
|
NFS3Response |
Nfs3Interface.setattr(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
SETATTR: Set file attributes
|
NFS3Response |
Nfs3Interface.symlink(XDR xdr,
SecurityHandler securityHandler,
InetAddress client)
SYMLINK: Create a symbolic link
|
NFS3Response |
Nfs3Interface.write(XDR xdr,
org.jboss.netty.channel.Channel channel,
int xid,
SecurityHandler securityHandler,
InetAddress client)
WRITE: Write to file
|
Modifier and Type | Class and Description |
---|---|
class |
ACCESS3Response
ACCESS3 Response
|
class |
COMMIT3Response
COMMIT3 Response
|
class |
CREATE3Response
CREATE3 Response
|
class |
FSINFO3Response
FSINFO3 Response
|
class |
FSSTAT3Response
FSSTAT3 Response
|
class |
GETATTR3Response
GETATTR3 Response
|
class |
LOOKUP3Response
LOOKUP3 Response
|
class |
MKDIR3Response
MKDIR3 Response
|
class |
PATHCONF3Response
PATHCONF3 Response
|
class |
READ3Response
READ3 Response
|
class |
READDIR3Response
READDIR3 Response
|
class |
READDIRPLUS3Response
READDIRPLUS3 Response
|
class |
READLINK3Response
READLINK3 Response
|
class |
REMOVE3Response
REMOVE3 Response
|
class |
RENAME3Response
RENAME3 Response
|
class |
RMDIR3Response
RMDIR3 Response
|
class |
SETATTR3Response
SETATTR3 Response
|
class |
SYMLINK3Response
SYMLINK3 Response
|
class |
WRITE3Response
WRITE3 Response
|
Copyright © 2013 Apache Software Foundation. All rights reserved.