Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.distcache.cluster | |
com.caucho.env.distcache | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
CacheConfig |
AbstractCache.getConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
ExtCacheEntry.readData(java.io.OutputStream os,
CacheConfig config)
Loads the data to the output stream.
|
Modifier and Type | Method and Description |
---|---|
CacheUpdateWithSource |
CacheMnodeActor.get(byte[] key,
byte[] cacheKey,
long version,
int server,
CacheConfig config) |
CacheUpdateWithSource |
CacheMnodeLocalProxy.get(byte[] key,
byte[] cacheKey,
long requestVersion,
int requestLeaseOwner,
CacheConfig config) |
boolean |
ClusterCacheEngine.isLocalExpired(CacheConfig config,
HashKey key,
MnodeEntry mnodeEntry,
long now) |
Modifier and Type | Method and Description |
---|---|
<E> MnodeEntry |
CacheClusterBacking.loadClusterValue(E entry,
CacheConfig config) |
<E> MnodeEntry |
AbstractCacheClusterBacking.loadClusterValue(E entry,
CacheConfig config) |
Modifier and Type | Method and Description |
---|---|
CacheConfig |
DistCacheSystem.getCacheConfig(byte[] cacheHash) |
CacheConfig |
CacheStoreManager.getCacheConfig(byte[] cacheHash) |
CacheConfig |
DistCacheEntry.getConfig() |
CacheConfig |
CacheImpl.getConfig() |
CacheConfig |
CacheStoreManager.getDefaultCacheConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStoreManager.addCacheConfig(byte[] cacheHash,
CacheConfig config) |
long |
LocalDataManager.calculateValueHash(java.lang.Object value,
CacheConfig config)
Used by QA
|
long |
CacheStoreManager.calculateValueHash(java.lang.Object value,
CacheConfig config) |
protected boolean |
DistCacheEntry.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime,
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,
long valueDataTime,
CacheSerializer serializer,
CacheConfig config) |
protected boolean |
LocalDataManager.readData(HashKey key,
MnodeEntry mnodeValue,
java.io.OutputStream os,
CacheConfig config) |
boolean |
ExtCacheEntryFacade.readData(java.io.OutputStream os,
CacheConfig config)
Writes the data to a stream.
|
boolean |
DistCacheEntry.readData(java.io.OutputStream os,
CacheConfig config)
Writes the data to a stream.
|
LocalDataManager.DataItemLocal |
LocalDataManager.writeValue(MnodeEntry mnodeValue,
java.lang.Object value,
CacheConfig config) |
Constructor and Description |
---|
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) |