org.apache.hadoop.nfs.nfs3.request
Class NFS3Request

java.lang.Object
  extended by 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.


Constructor Summary
NFS3Request()
           
 
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
 

Constructor Detail

NFS3Request

public NFS3Request()
Method Detail

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.