Uses of Class
com.caucho.vfs.StreamSource

Packages that use StreamSource
com.caucho.distcache   
com.caucho.distcache.cluster   
com.caucho.distcache.jdbc   
com.caucho.env.distcache   
com.caucho.server.admin   
com.caucho.server.distcache   
com.caucho.server.repository   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of StreamSource in com.caucho.distcache
 

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

Uses of StreamSource in com.caucho.distcache.cluster
 

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

Methods in com.caucho.distcache.cluster that return StreamSource
protected  StreamSource ClusterCacheEngine.createDataSource(HashKey valueKey)
           
 StreamSource DataPut.getData()
          Returns the source
 StreamSource TriadCacheGetAndPut.getStreamSource()
          Returns the stream source
 StreamSource DataPut.getStreamSource()
          Returns the stream source
 StreamSource CachePut.getStreamSource()
          Returns the stream source
 StreamSource TriadCacheCompareAndPut.getStreamSource()
          Returns the stream source
 

Methods in com.caucho.distcache.cluster with parameters of type StreamSource
protected  void ClusterCacheEngine.putData(HashKey valueKey, StreamSource dataSource)
           
 boolean ClusterDataBacking.saveData(HashKey valueHash, StreamSource source, int length)
           
 

Constructors in com.caucho.distcache.cluster with parameters of type StreamSource
CachePut(byte[] hashKey, MnodeValue mnodeValue, long leaseTimeout, int leaseOwner, StreamSource data, boolean isResend)
          Create a new CachePut message
CachePut(MnodeUpdate mnodeUpdate, long leaseTimeout, int leaseOwner, StreamSource data, boolean isResend)
          Create a new CachePut message
DataPut(byte[] value, StreamSource data)
          Create a new CachePut message
DataPutTriad(byte[] value, StreamSource data)
          Create a new CachePut message
TriadCacheCompareAndPut(MnodeUpdate mnodeUpdate, byte[] testHash, long leaseTimeout, int leaseOwner, StreamSource data, boolean isResend)
          Create a new CachePut message
TriadCacheGetAndPut(MnodeUpdate mnodeUpdate, long leaseTimeout, int leaseOwner, StreamSource data, boolean isResend)
          Create a new CachePut message
TriadCachePut(byte[] keyHash, MnodeUpdate mnodeUpdate, long leaseTimeout, int leaseOwner, StreamSource data, boolean isResend, int server)
          Create a new CachePut message
 

Uses of StreamSource in com.caucho.distcache.jdbc
 

Methods in com.caucho.distcache.jdbc with parameters of type StreamSource
 boolean JdbcDataStore.save(HashKey id, StreamSource source, int length)
          Saves the data, returning true on success.
 

Uses of StreamSource in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache with parameters of type StreamSource
 boolean CacheDataBacking.saveData(HashKey valueHash, 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 DeployGetFileQuery.getStream()
           
 

Constructors in com.caucho.server.admin with parameters of type StreamSource
DeployGetFileQuery(java.lang.String tag, java.lang.String fileName, StreamSource stream)
           
DeploySendQuery(java.lang.String sha1, StreamSource source)
           
 

Uses of StreamSource in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache with parameters of type StreamSource
 boolean DataStore.save(HashKey id, StreamSource source, int length)
          Saves the data, returning true on success.
 boolean CacheDataBackingImpl.saveData(HashKey valueHash, StreamSource source, int length)
           
 boolean CacheImpl.saveData(HashKey valueHash, StreamSource source, int length)
           
 

Uses of StreamSource in com.caucho.server.repository
 

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

Constructors in com.caucho.server.repository with parameters of type StreamSource
SendFile(java.lang.String sha1, StreamSource source)
          Creates a notification 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.