com.caucho.cloud.globalcache
Class GlobalCachePush
java.lang.Object
com.caucho.cloud.globalcache.GlobalCachePush
- All Implemented Interfaces:
- java.io.Serializable
public class GlobalCachePush
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
GlobalCachePush(java.lang.String cluster,
java.lang.String pod,
byte[] key,
byte[] value,
long version)
|
GlobalCachePush(java.lang.String cluster,
java.lang.String pod,
HashKey key,
HashKey value,
long version)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlobalCachePush
public GlobalCachePush(java.lang.String cluster,
java.lang.String pod,
byte[] key,
byte[] value,
long version)
GlobalCachePush
public GlobalCachePush(java.lang.String cluster,
java.lang.String pod,
HashKey key,
HashKey value,
long version)
getCluster
public java.lang.String getCluster()
getPod
public java.lang.String getPod()
getKey
public byte[] getKey()
getValue
public byte[] getValue()
getVersion
public long getVersion()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object