org.apache.hadoop.nfs.nfs3.response
Class WccData
java.lang.Object
org.apache.hadoop.nfs.nfs3.response.WccData
public class WccData
- extends Object
WccData saved information used by client for weak cache consistency
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WccData
public WccData(WccAttr preOpAttr,
Nfs3FileAttributes postOpAttr)
getPreOpAttr
public WccAttr getPreOpAttr()
setPreOpAttr
public void setPreOpAttr(WccAttr preOpAttr)
getPostOpAttr
public Nfs3FileAttributes getPostOpAttr()
setPostOpAttr
public void setPostOpAttr(Nfs3FileAttributes postOpAttr)
deserialize
public static WccData deserialize(XDR xdr)
serialize
public void serialize(XDR out)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.