org.apache.hadoop.nfs.nfs3.response
Class WccAttr
java.lang.Object
org.apache.hadoop.nfs.nfs3.response.WccAttr
public class WccAttr
- extends Object
WccAttr saves attributes used for weak cache consistency
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WccAttr
public WccAttr()
WccAttr
public WccAttr(long size,
NfsTime mtime,
NfsTime ctime)
getSize
public long getSize()
getMtime
public NfsTime getMtime()
getCtime
public NfsTime getCtime()
serialize
public void serialize(XDR out)
Copyright © 2009 The Apache Software Foundation