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

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
      extended by org.apache.hadoop.nfs.nfs3.request.SYMLINK3Request

public class SYMLINK3Request
extends RequestWithHandle

SYMLINK3 Request


Field Summary
 
Fields inherited from class org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
handle
 
Constructor Summary
SYMLINK3Request(XDR xdr)
           
 
Method Summary
 String getName()
           
 SetAttr3 getSymAttr()
           
 String getSymData()
           
 
Methods inherited from class org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
getHandle, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SYMLINK3Request

public SYMLINK3Request(XDR xdr)
                throws IOException
Throws:
IOException
Method Detail

getName

public String getName()

getSymAttr

public SetAttr3 getSymAttr()

getSymData

public String getSymData()


Copyright © 2009 The Apache Software Foundation