org.apache.hadoop.nfs.nfs3.request
Class SYMLINK3Request
java.lang.Object
org.apache.hadoop.nfs.nfs3.request.NFS3Request
org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
org.apache.hadoop.nfs.nfs3.request.SYMLINK3Request
public class SYMLINK3Request
- extends RequestWithHandle
SYMLINK3 Request
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYMLINK3Request
public SYMLINK3Request(FileHandle handle,
String name,
SetAttr3 symAttr,
String symData)
deserialize
public static SYMLINK3Request deserialize(XDR xdr)
throws IOException
- Throws:
IOException
getName
public String getName()
getSymAttr
public SetAttr3 getSymAttr()
getSymData
public String getSymData()
serialize
public void serialize(XDR xdr)
- Description copied from class:
NFS3Request
- Subclass should implement. Usually handle is the first to be serialized
- Specified by:
serialize in class NFS3Request
Copyright © 2014 Apache Software Foundation. All Rights Reserved.