Uses of Class
org.apache.hadoop.nfs.NfsTime

Packages that use NfsTime
org.apache.hadoop.nfs   
org.apache.hadoop.nfs.nfs3   
org.apache.hadoop.nfs.nfs3.request   
org.apache.hadoop.nfs.nfs3.response   
 

Uses of NfsTime in org.apache.hadoop.nfs
 

Methods in org.apache.hadoop.nfs that return NfsTime
static NfsTime NfsTime.deserialize(XDR xdr)
           
 

Constructors in org.apache.hadoop.nfs with parameters of type NfsTime
NfsTime(NfsTime other)
           
 

Uses of NfsTime in org.apache.hadoop.nfs.nfs3
 

Methods in org.apache.hadoop.nfs.nfs3 that return NfsTime
 NfsTime Nfs3FileAttributes.getAtime()
           
 NfsTime Nfs3FileAttributes.getCtime()
           
 NfsTime Nfs3FileAttributes.getMtime()
           
 

Uses of NfsTime in org.apache.hadoop.nfs.nfs3.request
 

Methods in org.apache.hadoop.nfs.nfs3.request that return NfsTime
 NfsTime SetAttr3.getAtime()
           
 NfsTime SETATTR3Request.getCtime()
           
 NfsTime SetAttr3.getMtime()
           
 

Uses of NfsTime in org.apache.hadoop.nfs.nfs3.response
 

Methods in org.apache.hadoop.nfs.nfs3.response that return NfsTime
 NfsTime WccAttr.getCtime()
           
 NfsTime WccAttr.getMtime()
           
 

Constructors in org.apache.hadoop.nfs.nfs3.response with parameters of type NfsTime
FSINFO3Response(int status, Nfs3FileAttributes postOpAttr, int rtmax, int rtpref, int rtmult, int wtmax, int wtpref, int wtmult, int dtpref, long maxFileSize, NfsTime timeDelta, int properties)
           
WccAttr(long size, NfsTime mtime, NfsTime ctime)
           
 



Copyright © 2009 The Apache Software Foundation