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

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

public class SETATTR3Request
extends RequestWithHandle

SETATTR3 Request


Field Summary
 
Fields inherited from class org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
handle
 
Constructor Summary
SETATTR3Request(FileHandle handle, SetAttr3 attr, boolean check, NfsTime ctime)
           
 
Method Summary
static SETATTR3Request deserialize(XDR xdr)
           
 SetAttr3 getAttr()
           
 NfsTime getCtime()
           
 boolean isCheck()
           
 void serialize(XDR xdr)
          Subclass should implement.
 
Methods inherited from class org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
getHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SETATTR3Request

public SETATTR3Request(FileHandle handle,
                       SetAttr3 attr,
                       boolean check,
                       NfsTime ctime)
Method Detail

deserialize

public static SETATTR3Request deserialize(XDR xdr)
                                   throws IOException
Throws:
IOException

getAttr

public SetAttr3 getAttr()

isCheck

public boolean isCheck()

getCtime

public NfsTime getCtime()

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.