Uses of Class
com.caucho.server.distcache.MnodeValue

Packages that use MnodeValue
com.caucho.memcached   
com.caucho.server.distcache   
 

Uses of MnodeValue in com.caucho.memcached
 

Methods in com.caucho.memcached that return MnodeValue
 MnodeValue MemcachedCacheEngine.get(DistCacheEntry entry)
           
 

Uses of MnodeValue in com.caucho.server.distcache
 

Subclasses of MnodeValue in com.caucho.server.distcache
 class CacheData
          Full data from the data map
 class CacheUpdateWithSource
          Updates data for a cache
 class MnodeEntry
          An entry in the cache map
 class MnodeUpdate
          An entry in the cache map
 

Methods in com.caucho.server.distcache that return MnodeValue
 MnodeValue AbstractCacheBackupEngine.get(DistCacheEntry entry)
           
 MnodeValue AbstractCacheEngine.get(DistCacheEntry entry)
           
 MnodeValue CacheBackupEngine.get(DistCacheEntry entry)
           
 MnodeValue CacheEngine.get(DistCacheEntry entry)
           
 MnodeValue DistCacheEntry.putLocalValue(MnodeUpdate mnodeUpdate, java.io.InputStream is)
          Sets a cache entry
 

Methods in com.caucho.server.distcache with parameters of type MnodeValue
static MnodeUpdate MnodeUpdate.createNull(long version, MnodeValue oldValue)
           
 boolean MnodeStore.insert(HashKey id, HashKey cacheKey, MnodeValue mnodeUpdate, long valueDataId, long lastAccessTime, long lastModifiedTime)
          Stores the data, returning true on success
 boolean DistCacheEntry.isModified(MnodeValue newValue)
           
 void CacheMnodeListener.onPut(HashKey key, HashKey cacheKey, MnodeValue value)
           
 boolean MnodeStore.updateSave(byte[] key, byte[] cacheHash, MnodeValue mnodeUpdate, long valueDataId, long lastAccessTime, long lastModifiedTime)
          Stores the data, returning true on success
 

Constructors in com.caucho.server.distcache with parameters of type MnodeValue
CacheUpdateWithSource(MnodeValue mnodeValue, StreamSource source, int leaseOwner)
          Create a new CachePut message
MnodeEntry(MnodeValue mnodeValue, long valueDataId, java.lang.Object value, long lastAccessTime, long lastModifiedTime, boolean isServerVersionValid, boolean isImplicitNull, int leaseOwner)
           
MnodeUpdate(long valueHash, long valueLength, long version, MnodeValue oldValue)
           
MnodeUpdate(long valueHash, long valueLength, long version, MnodeValue oldValue, int leaseOwner)
           
MnodeUpdate(MnodeValue mnodeValue)
           
MnodeUpdate(MnodeValue mnodeValue, int leaseOwner, long modifiedTime)
           
MnodeValue(long valueHash, long valueLength, long version, MnodeValue oldValue)
           
MnodeValue(MnodeValue mnodeValue)