public class CacheUpdateWithSource extends MnodeUpdate implements java.io.Serializable
NULL
Modifier | Constructor and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Returns the source stream.
|
StreamSource |
getStreamSource()
Returns the stream source
|
java.lang.String |
toString() |
createNull, createNull, createRemote, getLastAccessTime, getLastModifiedTime, getLeaseOwner
getAccessedExpireTimeout, getFlags, getLeaseExpireTimeout, getModifiedExpireTimeout, getUserFlags, getValueHash, getValueLength, getVersion
protected CacheUpdateWithSource()
public CacheUpdateWithSource(MnodeUpdate mnodeUpdate, StreamSource source)
public CacheUpdateWithSource(MnodeValue mnodeValue, StreamSource source, int leaseOwner)
public CacheUpdateWithSource(long oldValueHash, long version)
public StreamSource getStreamSource()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class MnodeUpdate