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

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

public class READDIRPLUS3Request
extends RequestWithHandle

READDIRPLUS3 Request


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

READDIRPLUS3Request

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

getCookie

public long getCookie()

getCookieVerf

public long getCookieVerf()

getDirCount

public int getDirCount()

getMaxCount

public int getMaxCount()


Copyright © 2009 The Apache Software Foundation