org.apache.hadoop.nfs.nfs3.request
Class NFS3Request
java.lang.Object
org.apache.hadoop.nfs.nfs3.request.NFS3Request
- Direct Known Subclasses:
- RENAME3Request, RequestWithHandle
public abstract class NFS3Request
- extends Object
An NFS request that uses FileHandle to identify a file.
|
Method Summary |
abstract void |
serialize(XDR xdr)
Subclass should implement. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NFS3Request
public NFS3Request()
serialize
public abstract void serialize(XDR xdr)
- Subclass should implement. Usually handle is the first to be serialized
Copyright © 2014 Apache Software Foundation. All Rights Reserved.