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

Packages that use CacheConfig
com.caucho.distcache   
com.caucho.env.distcache   
com.caucho.server.distcache   
 

Uses of CacheConfig in com.caucho.distcache
 

Methods in com.caucho.distcache that return CacheConfig
 CacheConfig AbstractCache.getConfig()
           
 

Methods in com.caucho.distcache with parameters of type CacheConfig
 boolean ExtCacheEntry.readData(java.io.OutputStream os, CacheConfig config)
          Loads the data to the output stream.
 

Uses of CacheConfig in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache with parameters of type CacheConfig
<E> MnodeEntry
AbstractCacheClusterBacking.loadClusterValue(E entry, CacheConfig config)
           
<E> MnodeEntry
CacheClusterBacking.loadClusterValue(E entry, CacheConfig config)
           
 

Uses of CacheConfig in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return CacheConfig
 CacheConfig CacheStoreManager.getCacheConfig(byte[] cacheHash)
           
 CacheConfig DistCacheSystem.getCacheConfig(byte[] cacheHash)
           
 CacheConfig CacheImpl.getConfig()
           
 CacheConfig DistCacheEntry.getConfig()
           
 CacheConfig CacheStoreManager.getDefaultCacheConfig()
           
 

Methods in com.caucho.server.distcache with parameters of type CacheConfig
 void CacheStoreManager.addCacheConfig(byte[] cacheHash, CacheConfig config)
           
 long CacheStoreManager.calculateValueHash(java.lang.Object value, CacheConfig config)
           
 long LocalDataManager.calculateValueHash(java.lang.Object value, CacheConfig config)
          Used by QA
protected  boolean DistCacheEntry.compareAndPut(DistCacheEntry entry, long testValue, MnodeUpdate mnodeUpdate, long valueDataId, java.lang.Object value, CacheConfig config)
           
protected  HashKey CacheKeyManager.createHashKey(java.lang.Object key, CacheConfig config)
           
protected  HashKey CacheKeyManager.createHashKeyImpl(java.lang.Object key, CacheConfig config)
          Returns the key hash
 CacheImpl CacheManagerImpl.createIfAbsent(java.lang.String name, CacheConfig config)
           
static MnodeEntry MnodeEntry.createInitialNull(CacheConfig config)
           
static MnodeUpdate MnodeUpdate.createNull(long version, CacheConfig config)
           
 DistCacheEntry CacheStoreManager.getCacheEntry(java.lang.Object key, CacheConfig config)
          Returns the key entry.
 long DistCacheEntry.getValueHash(java.lang.Object value, CacheConfig config)
           
 boolean AbstractCacheEngine.isLocalExpired(CacheConfig config, HashKey key, MnodeEntry mnodeEntry, long now)
           
 boolean CacheEngine.isLocalExpired(CacheConfig config, HashKey key, MnodeEntry mnodeEntry, long now)
           
 boolean MnodeEntry.isLocalExpired(int serverIndex, long now, CacheConfig config)
          Returns true if the local (unchecked) expire time.
 DistCacheEntry CacheStoreManager.loadLocalEntry(HashKey key, CacheConfig config)
           
protected  java.lang.Object LocalDataManager.readData(HashKey key, long valueHash, long valueDataId, CacheSerializer serializer, CacheConfig config)
           
protected  boolean LocalDataManager.readData(HashKey key, MnodeEntry mnodeValue, java.io.OutputStream os, CacheConfig config)
           
 boolean DistCacheEntry.readData(java.io.OutputStream os, CacheConfig config)
          Writes the data to a stream.
 boolean ExtCacheEntryFacade.readData(java.io.OutputStream os, CacheConfig config)
          Writes the data to a stream.
 LocalDataManager.DataItem LocalDataManager.writeValue(MnodeEntry mnodeValue, java.lang.Object value, CacheConfig config)
           
 

Constructors in com.caucho.server.distcache with parameters of type CacheConfig
CacheHandle(HashKey cacheKey, CacheConfig config)
           
CacheImpl(CacheManagerImpl localManager, java.lang.String name, java.lang.String managerName, java.lang.String guid, CacheConfig config)
           
MnodeUpdate(long valueHash, long valueLength, long version, CacheConfig config)
           
MnodeUpdate(long valueHash, long valueLength, long version, CacheConfig config, int leaseOwner, long leaseTimeout, long modifiedTime)
           
MnodeValue(long valueHash, long valueLength, long version, CacheConfig config)