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

java.lang.Object
  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(XDR xdr)
           
 
Method Summary
 SetAttr3 getAttr()
           
 NfsTime getCtime()
           
 boolean isCheck()
           
 
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

SETATTR3Request

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

getAttr

public SetAttr3 getAttr()

isCheck

public boolean isCheck()

getCtime

public NfsTime getCtime()


Copyright © 2009 The Apache Software Foundation