Package | Description |
---|---|
com.caucho.distcache.cluster | |
com.caucho.server.distcache |
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) |
CacheUpdateWithSource |
CacheMnodeActor.localGet(byte[] key,
byte[] cacheKey,
long requestVersion,
int requestLeaseOwner)
CacheGet requests cache data
|
CacheUpdateWithSource |
CacheMnodeProxy.localGet(byte[] key,
byte[] cacheHash,
long requestVersion,
int requestLeaseOwner) |
protected CacheUpdateWithSource |
CacheMnodeActor.triadGetAndPut(byte[] keyHash,
byte[] cacheHash,
MnodeUpdate update,
StreamSource source) |
CacheUpdateWithSource |
CacheMnodeTriadActor.triadGetAndPut(byte[] keyHash,
byte[] cacheHash,
MnodeUpdate update,
StreamSource source)
The CachePut updates a cache entry for a triad.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMnodeProxy.localGet(byte[] key,
byte[] cacheHash,
long requestVersion,
int requestLeaseOwner,
ReplyCallback<CacheUpdateWithSource> cb) |
void |
CacheMnodeProxy.triadGetAndPut(byte[] keyHash,
byte[] cacheHash,
MnodeUpdate update,
StreamSource dataSource,
ReplyCallback<CacheUpdateWithSource> cb) |
Modifier and Type | Method and Description |
---|---|
CacheUpdateWithSource |
DistCacheEntry.loadCacheStream(long requestVersion,
boolean isValueStream) |