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

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.response.READDIR3Response.Entry3
Enclosing class:
READDIR3Response

public static class READDIR3Response.Entry3
extends Object


Constructor Summary
READDIR3Response.Entry3(long fileId, String name, long cookie)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

READDIR3Response.Entry3

public READDIR3Response.Entry3(long fileId,
                               String name,
                               long cookie)
Method Detail

getName

public String getName()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.