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
 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()

serialize

public void serialize(XDR out)


Copyright © 2009 The Apache Software Foundation