org.apache.hadoop.nfs.nfs3.response
Class READDIRPLUS3Response.EntryPlus3

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.response.READDIRPLUS3Response.EntryPlus3
Enclosing class:
READDIRPLUS3Response

public static class READDIRPLUS3Response.EntryPlus3
extends Object


Constructor Summary
READDIRPLUS3Response.EntryPlus3(long fileId, String name, long cookie, Nfs3FileAttributes nameAttr, FileHandle objFileHandle)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

READDIRPLUS3Response.EntryPlus3

public READDIRPLUS3Response.EntryPlus3(long fileId,
                                       String name,
                                       long cookie,
                                       Nfs3FileAttributes nameAttr,
                                       FileHandle objFileHandle)
Method Detail

getName

public String getName()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.