|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.distcache.cluster.CacheGet
public class CacheGet
Asks for cache updates
| Constructor Summary | |
|---|---|
CacheGet(byte[] key,
byte[] value,
long version,
int server)
Create a new CacheGet message |
|
| Method Summary | |
|---|---|
byte[] |
getKey()
Returns the key |
int |
getServer()
Returns the server making the request. |
byte[] |
getValue()
Returns the value |
long |
getVersion()
Returns the version |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheGet(byte[] key,
byte[] value,
long version,
int server)
key - the cache keyversion - the current version heldserver - the server making the request| Method Detail |
|---|
public byte[] getKey()
public byte[] getValue()
public long getVersion()
public int getServer()
public 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 | |||||||||