|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.distcache.cluster.UpdateTime
public class UpdateTime
Updates times for a cache
| Constructor Summary | |
|---|---|
protected |
UpdateTime()
Hessian zero-arg constructor |
|
UpdateTime(byte[] keyHash,
long version,
long accessTimeout,
long updateDelta)
Create a new UpdateTime message |
| Method Summary | |
|---|---|
long |
getAccessTimeout()
Returns the idle timeout |
byte[] |
getKeyHash()
Returns the key hash |
long |
getUpdateDelta()
Returns the last update time |
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 |
|---|
protected UpdateTime()
public UpdateTime(byte[] keyHash,
long version,
long accessTimeout,
long updateDelta)
| Method Detail |
|---|
public byte[] getKeyHash()
public long getVersion()
public long getAccessTimeout()
public long getUpdateDelta()
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 | |||||||||