| Package | Description |
|---|---|
| com.caucho.distcache | |
| com.caucho.env.distcache | |
| com.caucho.server.admin | |
| com.caucho.server.deploy | |
| com.caucho.server.distcache | |
| com.caucho.vfs |
Resin's Virtual File System.
|
| Modifier and Type | Method and Description |
|---|---|
StreamSource |
ExtCacheEntry.getValueStream() |
| Modifier and Type | Method and Description |
|---|---|
DataStore.DataItem |
AbstractCache.saveData(StreamSource source,
int length) |
| Modifier and Type | Method and Description |
|---|---|
DataStore.DataItem |
CacheDataBacking.saveData(StreamSource source,
int length) |
| Modifier and Type | Class and Description |
|---|---|
class |
GitJarStreamSource
Stream source for Hessian serialization of large data
|
| Modifier and Type | Method and Description |
|---|---|
StreamSource |
PdfReportQueryReply.getPdf() |
| Constructor and Description |
|---|
PdfReportQueryReply(java.lang.String message,
java.lang.String fileName,
StreamSource pdf) |
| Modifier and Type | Method and Description |
|---|---|
StreamSource |
DeployActor.getFile(java.lang.String tag,
java.lang.String fileName)
Returns a file to the client.
|
StreamSource |
DeployActorProxy.getFile(java.lang.String tagName,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeployActor.sendFile(java.lang.String sha1,
StreamSource source)
Receives a file from the client.
|
void |
DeployActorProxy.sendFile(java.lang.String sha1,
StreamSource source,
QueryCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataStreamSource
Stream source for Hessian serialization of large data
|
| Modifier and Type | Method and Description |
|---|---|
StreamSource |
CacheUpdateWithSource.getStreamSource()
Returns the stream source
|
StreamSource |
DistCacheEntry.getValueStream()
Gets a cache entry as a stream
|
StreamSource |
ExtCacheEntryFacade.getValueStream()
Returns the value of the cache entry.
|
StreamSource |
LocalStoreManager.loadDataSource(byte[] keyHash,
byte[] cacheHash) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DistCacheEntry.compareAndPutLocal(long testValue,
MnodeUpdate update,
StreamSource source) |
DataStore.DataItem |
DistCacheEntry.getAndPutLocal(MnodeUpdate mnodeUpdate,
StreamSource source) |
MnodeUpdate |
CacheStoreManager.localPut(byte[] keyHash,
MnodeUpdate update,
StreamSource source)
localPut updates the local copy based on a CachePut message
|
void |
AbstractCacheBackupEngine.put(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate,
StreamSource valueStream) |
void |
CacheBackupEngine.put(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate,
StreamSource valueStream) |
DataStore.DataItem |
DataStore.save(StreamSource source,
int length)
Saves the data, returning true on success.
|
DataStore.DataItem |
CacheDataBackingImpl.saveData(StreamSource source,
int length) |
DataStore.DataItem |
CacheImpl.saveData(StreamSource source,
int length) |
LocalDataManager.DataItemLocal |
LocalDataManager.writeData(StreamSource source) |
| Constructor and Description |
|---|
CacheUpdateWithSource(MnodeUpdate mnodeUpdate,
StreamSource source)
Create a new CachePut message
|
CacheUpdateWithSource(MnodeValue mnodeValue,
StreamSource source,
int leaseOwner)
Create a new CachePut message
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamSource
Stream source for Hessian serialization of large data
|
| Constructor and Description |
|---|
StreamSource(StreamSource indirectSource)
Constructor allowing for dynamic opening.
|