org.apache.hadoop.nfs.nfs3.response
Class READDIR3Response

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.response.NFS3Response
      extended by org.apache.hadoop.nfs.nfs3.response.READDIR3Response

public class READDIR3Response
extends NFS3Response

READDIR3 Response


Nested Class Summary
static class READDIR3Response.DirList3
           
static class READDIR3Response.Entry3
           
 
Field Summary
 
Fields inherited from class org.apache.hadoop.nfs.nfs3.response.NFS3Response
status
 
Constructor Summary
READDIR3Response(int status)
           
READDIR3Response(int status, Nfs3FileAttributes postOpAttr)
           
READDIR3Response(int status, Nfs3FileAttributes postOpAttr, long cookieVerf, READDIR3Response.DirList3 dirList)
           
 
Method Summary
static READDIR3Response deserialize(XDR xdr)
           
 long getCookieVerf()
           
 READDIR3Response.DirList3 getDirList()
           
 Nfs3FileAttributes getPostOpAttr()
           
 XDR serialize(XDR xdr, int xid, Verifier verifier)
          Write the response, along with the rpc header (including verifier), to the XDR.
 
Methods inherited from class org.apache.hadoop.nfs.nfs3.response.NFS3Response
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

READDIR3Response

public READDIR3Response(int status)

READDIR3Response

public READDIR3Response(int status,
                        Nfs3FileAttributes postOpAttr)

READDIR3Response

public READDIR3Response(int status,
                        Nfs3FileAttributes postOpAttr,
                        long cookieVerf,
                        READDIR3Response.DirList3 dirList)
Method Detail

getPostOpAttr

public Nfs3FileAttributes getPostOpAttr()

getCookieVerf

public long getCookieVerf()

getDirList

public READDIR3Response.DirList3 getDirList()

deserialize

public static READDIR3Response deserialize(XDR xdr)

serialize

public XDR serialize(XDR xdr,
                     int xid,
                     Verifier verifier)
Description copied from class: NFS3Response
Write the response, along with the rpc header (including verifier), to the XDR.

Overrides:
serialize in class NFS3Response


Copyright © 2014 Apache Software Foundation. All Rights Reserved.