Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.distcache.cluster | |
com.caucho.env.distcache | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
DataStore.DataItem |
AbstractCache.saveData(StreamSource source,
int length) |
Modifier and Type | Method and Description |
---|---|
DataStore.DataItem |
ClusterDataBacking.saveData(StreamSource source,
int length) |
Modifier and Type | Method and Description |
---|---|
DataStore.DataItem |
CacheDataBacking.saveData(java.io.InputStream mIn,
int length) |
DataStore.DataItem |
CacheDataBacking.saveData(StreamSource source,
int length) |
Modifier and Type | Method and Description |
---|---|
DataStore.DataItem |
DistCacheEntry.getAndPutLocal(MnodeUpdate mnodeUpdate,
StreamSource source) |
DataStore.DataItem |
DataStore.save(java.io.InputStream is,
int length)
Saves the data, returning true on success.
|
DataStore.DataItem |
DataStore.save(StreamSource source,
int length)
Saves the data, returning true on success.
|
DataStore.DataItem |
CacheDataBackingImpl.saveData(java.io.InputStream is,
int length) |
DataStore.DataItem |
CacheDataBackingImpl.saveData(StreamSource source,
int length) |
DataStore.DataItem |
CacheImpl.saveData(StreamSource source,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
DataRemoveActor.offer(DataStore.DataItem dataItem) |
MnodeEntry |
DistCacheEntry.putLocalValue(MnodeUpdate mnodeUpdate,
DataStore.DataItem valueData,
java.lang.Object value)
Sets a cache entry
|