|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.distcache.MnodeValue
com.caucho.server.distcache.MnodeUpdate
com.caucho.server.distcache.CacheUpdateWithSource
public class CacheUpdateWithSource
Updates data for a cache
Field Summary |
---|
Fields inherited from class com.caucho.server.distcache.MnodeUpdate |
---|
NULL |
Constructor Summary | |
---|---|
protected |
CacheUpdateWithSource()
Hessian zero-arg constructor |
|
CacheUpdateWithSource(long oldValueHash,
long version)
|
|
CacheUpdateWithSource(MnodeUpdate mnodeUpdate,
StreamSource source)
Create a new CachePut message |
|
CacheUpdateWithSource(MnodeValue mnodeValue,
StreamSource source,
int leaseOwner)
Create a new CachePut message |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns the source stream. |
StreamSource |
getStreamSource()
Returns the stream source |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.server.distcache.MnodeUpdate |
---|
createNull, createNull, createRemote, getLastAccessTime, getLastModifiedTime, getLeaseOwner |
Methods inherited from class com.caucho.server.distcache.MnodeValue |
---|
getAccessedExpireTimeout, getFlags, getLeaseExpireTimeout, getModifiedExpireTimeout, getUserFlags, getValueHash, getValueLength, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CacheUpdateWithSource()
public CacheUpdateWithSource(MnodeUpdate mnodeUpdate, StreamSource source)
public CacheUpdateWithSource(MnodeValue mnodeValue, StreamSource source, int leaseOwner)
public CacheUpdateWithSource(long oldValueHash, long version)
Method Detail |
---|
public StreamSource getStreamSource()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class MnodeUpdate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |