Package | Description |
---|---|
com.caucho.distcache.cluster | |
com.caucho.distcache.jdbc | |
com.caucho.distcache.rest | |
com.caucho.distcache.websocket | |
com.caucho.memcached | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterCacheEngine.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime) |
MnodeEntry |
ClusterCacheEngine.get(DistCacheEntry entry) |
java.io.InputStream |
ClusterCacheEngine.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime)
Sets a cache entry
|
java.io.InputStream |
CacheMnodeActor.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime) |
java.io.InputStream |
CacheMnodeLocalProxy.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime) |
void |
CacheMnodeActor.getBackground(DistCacheEntry entry,
MnodeValue mnodeValue) |
void |
CacheMnodeLocalProxy.getBackground(DistCacheEntry entry,
MnodeValue mnodeValue) |
void |
ClusterCacheEngine.loadClusterDataBackground(DistCacheEntry entry,
MnodeValue mnodeValue) |
protected void |
CacheMnodeActor.updateLease(DistCacheEntry entryKey,
MnodeEntry mnodeValue,
int leaseServer) |
protected void |
CacheMnodeTriadActor.updateLease(DistCacheEntry entryKey,
MnodeEntry mnodeValue,
int leaseServer) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcCacheBackingImpl.delete(DistCacheEntry entry) |
void |
JdbcCacheBacking.delete(DistCacheEntry entry) |
void |
JdbcCacheBackingImpl.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
JdbcCacheBacking.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
JdbcCacheBackingImpl.updateTime(DistCacheEntry entry) |
void |
JdbcCacheBackingImpl.write(DistCacheEntry entry) |
void |
JdbcCacheBacking.write(DistCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRestCacheLoader.delete(DistCacheEntry entry) |
void |
HttpRestCacheLoader.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
HttpRestCacheLoader.write(DistCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
TieredCacheLoader.delete(DistCacheEntry entry) |
void |
TieredCacheLoader.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
TieredCacheLoader.write(DistCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
MnodeValue |
MemcachedCacheEngine.get(DistCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
DistCacheEntry |
CacheEntryFactory.createCacheEntry(HashKey key,
CacheHandle cache) |
DistCacheEntry |
CacheStoreManager.createCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry.
|
DistCacheEntry |
CacheEntryManager.createCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry, creating on if necessary.
|
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key)
Returns the key entry.
|
DistCacheEntry |
CacheEntryManager.getCacheEntry(HashKey key)
Returns the cache entry.
|
DistCacheEntry |
CacheKeyManager.getCacheEntry(HashKey hashKey,
CacheHandle cache)
Returns the key entry.
|
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key,
CacheHandle cache)
Returns the key entry.
|
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey key,
HashKey cacheKey)
Returns the key entry.
|
DistCacheEntry |
CacheStoreManager.getCacheEntry(HashKey hashKey,
HashKey cacheKey,
java.lang.Object oKey)
Returns the key entry.
|
DistCacheEntry |
CacheStoreManager.getCacheEntry(java.lang.Object key,
CacheConfig config)
Returns the key entry.
|
DistCacheEntry |
CacheKeyManager.getCacheEntry(java.lang.Object key,
CacheHandle cache)
Returns the key entry.
|
protected DistCacheEntry |
CacheImpl.getDistCacheEntry(HashKey key)
Returns the CacheKeyEntry for the given key.
|
protected DistCacheEntry |
CacheImpl.getDistCacheEntry(java.lang.Object key)
Returns the CacheKeyEntry for the given key.
|
DistCacheEntry |
CacheStoreManager.loadLocalEntry(HashKey key,
CacheConfig config) |
DistCacheEntry |
CacheStoreManager.loadLocalEntry(HashKey key,
HashKey cacheKey) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<DistCacheEntry> |
CacheStoreManager.getEntries() |
java.util.Iterator<DistCacheEntry> |
CacheEntryManager.getEntries() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCacheEngine.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime) |
boolean |
CacheEngine.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate update,
long valueDataId,
long valueDataTime) |
protected boolean |
DistCacheEntry.compareAndPut(DistCacheEntry entry,
long testValue,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime,
java.lang.Object value,
CacheConfig config) |
void |
AbstractCacheBacking.delete(DistCacheEntry entry) |
void |
CacheWriterExt.delete(DistCacheEntry entry) |
void |
CacheWriterAdapter.delete(DistCacheEntry entry) |
MnodeValue |
AbstractCacheEngine.get(DistCacheEntry entry) |
MnodeValue |
CacheBackupEngine.get(DistCacheEntry entry) |
MnodeValue |
AbstractCacheBackupEngine.get(DistCacheEntry entry) |
MnodeValue |
CacheEngine.get(DistCacheEntry entry) |
java.io.InputStream |
AbstractCacheEngine.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeValue,
long valueDataId,
long valueDataTime) |
java.io.InputStream |
CacheEngine.getAndPut(DistCacheEntry entry,
MnodeUpdate mnodeValue,
long valueDataId,
long valueDataTime) |
long |
DistCacheEntry.getAndPutLocal(DistCacheEntry entry,
MnodeUpdate mnodeUpdate,
long valueDataId,
long valueDataTime,
java.lang.Object value) |
void |
AbstractCacheBacking.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
CacheLoaderExt.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
CacheLoaderAdapter.load(DistCacheEntry entry,
CacheLoaderCallback cb) |
void |
DistCacheLoadListener.onLoad(DistCacheEntry entry) |
void |
CacheLoaderCallback.onLoad(DistCacheEntry entry,
java.lang.Object value) |
void |
CacheLoaderCallback.onLoadFail(DistCacheEntry entry) |
void |
AbstractCacheBacking.updateTime(DistCacheEntry distCacheEntry) |
void |
CacheWriterExt.updateTime(DistCacheEntry distCacheEntry) |
void |
CacheWriterAdapter.updateTime(DistCacheEntry distCacheEntry) |
void |
AbstractCacheBacking.write(DistCacheEntry entry) |
void |
CacheWriterExt.write(DistCacheEntry entry) |
void |
CacheWriterAdapter.write(DistCacheEntry entry) |