Uses of Class
com.caucho.vfs.StreamSource

Packages that use StreamSource
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. 
 

Uses of StreamSource in com.caucho.distcache
 

Methods in com.caucho.distcache that return StreamSource
 StreamSource ExtCacheEntry.getValueStream()
           
 

Methods in com.caucho.distcache with parameters of type StreamSource
 long AbstractCache.saveData(StreamSource source, int length)
           
 

Uses of StreamSource in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache with parameters of type StreamSource
 long CacheDataBacking.saveData(StreamSource source, int length)
           
 

Uses of StreamSource in com.caucho.server.admin
 

Subclasses of StreamSource in com.caucho.server.admin
 class GitJarStreamSource
          Stream source for Hessian serialization of large data
 

Methods in com.caucho.server.admin that return StreamSource
 StreamSource PdfReportQueryReply.getPdf()
           
 

Constructors in com.caucho.server.admin with parameters of type StreamSource
PdfReportQueryReply(java.lang.String message, java.lang.String fileName, StreamSource pdf)
           
 

Uses of StreamSource in com.caucho.server.deploy
 

Methods in com.caucho.server.deploy that return StreamSource
 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)
           
 

Methods in com.caucho.server.deploy with parameters of type StreamSource
 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)
           
 

Uses of StreamSource in com.caucho.server.distcache
 

Subclasses of StreamSource in com.caucho.server.distcache
 class DataStreamSource
          Stream source for Hessian serialization of large data
 

Methods in com.caucho.server.distcache that return StreamSource
 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)
           
 

Methods in com.caucho.server.distcache with parameters of type StreamSource
 boolean DistCacheEntry.compareAndPutLocal(long testValue, MnodeUpdate update, StreamSource source)
           
 long 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)
           
 long DataStore.save(StreamSource source, int length)
          Saves the data, returning true on success.
 long CacheDataBackingImpl.saveData(StreamSource source, int length)
           
 long CacheImpl.saveData(StreamSource source, int length)
           
 LocalDataManager.DataItem LocalDataManager.writeData(StreamSource source)
           
 

Constructors in com.caucho.server.distcache with parameters of type StreamSource
CacheUpdateWithSource(MnodeUpdate mnodeUpdate, StreamSource source)
          Create a new CachePut message
CacheUpdateWithSource(MnodeValue mnodeValue, StreamSource source, int leaseOwner)
          Create a new CachePut message
 

Uses of StreamSource in com.caucho.vfs
 

Subclasses of StreamSource in com.caucho.vfs
 class InputStreamSource
          Stream source for Hessian serialization of large data
 

Constructors in com.caucho.vfs with parameters of type StreamSource
StreamSource(StreamSource indirectSource)
          Constructor allowing for dynamic opening.