com.caucho.vfs
Class GoogleInodeService

java.lang.Object
  extended by com.caucho.vfs.GoogleInodeService

public class GoogleInodeService
extends java.lang.Object


Constructor Summary
GoogleInodeService(MemcacheService memcacheService)
           
GoogleInodeService(java.lang.String namespace)
           
 
Method Summary
 GoogleInode getGoogleInode(GooglePath path)
           
 java.util.HashMap<java.lang.String,GoogleInode> readDirMap(GooglePath path)
           
 boolean writeDirMap(GooglePath path, java.util.HashMap<java.lang.String,GoogleInode> dirMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleInodeService

public GoogleInodeService(java.lang.String namespace)

GoogleInodeService

public GoogleInodeService(MemcacheService memcacheService)
Method Detail

getGoogleInode

public GoogleInode getGoogleInode(GooglePath path)

readDirMap

public java.util.HashMap<java.lang.String,GoogleInode> readDirMap(GooglePath path)

writeDirMap

public boolean writeDirMap(GooglePath path,
                           java.util.HashMap<java.lang.String,GoogleInode> dirMap)