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()
deserialize
public static WccAttr deserialize(XDR xdr)
serialize
public void serialize(XDR out)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.