|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.distcache.cluster.CachePutMap
public class CachePutMap
Updates the data for a cache entry w/o the content
| Constructor Summary | |
|---|---|
CachePutMap(byte[] key,
byte[] value,
int flags,
long version,
long expireTimeout,
long idleTimeout,
long leaseTimeout,
long localReadTimeout,
int server,
long accessTime)
Create a new CachePut message |
|
| Method Summary | |
|---|---|
long |
getExpireTimeout()
Returns the expire timeout |
int |
getFlags()
Returns the flags |
long |
getIdleTimeout()
Returns the idle timeout |
byte[] |
getKey()
Returns the key hash |
long |
getLeaseTimeout()
Returns the lease timeout |
long |
getLocalReadTimeout()
Returns the local read timeout |
int |
getServer()
Returns the server sending the request. |
byte[] |
getValue()
Returns the value hash |
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 CachePutMap(byte[] key,
byte[] value,
int flags,
long version,
long expireTimeout,
long idleTimeout,
long leaseTimeout,
long localReadTimeout,
int server,
long accessTime)
| Method Detail |
|---|
public byte[] getKey()
public byte[] getValue()
public int getFlags()
public long getVersion()
public long getExpireTimeout()
public long getIdleTimeout()
public long getLocalReadTimeout()
public long getLeaseTimeout()
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 | |||||||||