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

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

public class READDIR3Request
extends RequestWithHandle

READDIR3 Request


Field Summary
 
Fields inherited from class org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
handle
 
Constructor Summary
READDIR3Request(XDR xdr)
           
 
Method Summary
 long getCookie()
           
 long getCookieVerf()
           
 long getCount()
           
 
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

READDIR3Request

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

getCookie

public long getCookie()

getCookieVerf

public long getCookieVerf()

getCount

public long getCount()


Copyright © 2009 The Apache Software Foundation