public class DistributedCacheObject<V extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable
DistributedCacheObject
.Constructor and Description |
---|
DistributedCacheObject(long timestamp,
V value) |
DistributedCacheObject(V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperty(java.lang.String name)
Contains property?
|
<T> T |
getProperty(java.lang.String name,
java.lang.Class<T> clazz)
Gets property.
|
public DistributedCacheObject(V value)
public DistributedCacheObject(long timestamp, V value)
public <T> T getProperty(java.lang.String name, java.lang.Class<T> clazz)
T
- the type parametername
- the nameclazz
- the clazzpublic boolean containsProperty(java.lang.String name)
name
- the name