org.apache.hadoop.nfs.nfs3.response
Class WccAttr

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.response.WccAttr

public class WccAttr
extends Object

WccAttr saves attributes used for weak cache consistency


Constructor Summary
WccAttr()
           
WccAttr(long size, NfsTime mtime, NfsTime ctime)
           
 
Method Summary
static WccAttr deserialize(XDR xdr)
           
 NfsTime getCtime()
           
 NfsTime getMtime()
           
 long getSize()
           
 void serialize(XDR out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WccAttr

public WccAttr()

WccAttr

public WccAttr(long size,
               NfsTime mtime,
               NfsTime ctime)
Method Detail

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.