|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.distcache.cluster.DataPut
public class DataPut
Updates data for a cache
| Constructor Summary | |
|---|---|
protected |
DataPut()
Hessian zero-arg constructor |
|
DataPut(byte[] value,
StreamSource data)
Create a new CachePut message |
| Method Summary | |
|---|---|
StreamSource |
getData()
Returns the source |
java.io.InputStream |
getInputStream()
Opens the input stream |
StreamSource |
getStreamSource()
Returns the stream source |
byte[] |
getValue()
Returns the value hash |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected DataPut()
public DataPut(byte[] value,
StreamSource data)
| Method Detail |
|---|
public byte[] getValue()
public StreamSource getData()
public StreamSource getStreamSource()
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||