public static class PdxInstanceWrapperRegionAspect.RegionEntryWrapper<K,V>
extends java.lang.Object
implements org.apache.geode.cache.Region.Entry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
RegionEntryWrapper(org.apache.geode.cache.Region.Entry<K,V> regionEntry) |
Modifier and Type | Method and Description |
---|---|
static <T,K,V> T |
from(T value) |
protected org.apache.geode.cache.Region.Entry<K,V> |
getDelegate() |
K |
getKey() |
org.apache.geode.cache.Region<K,V> |
getRegion() |
org.apache.geode.cache.CacheStatistics |
getStatistics() |
java.lang.Object |
getUserAttribute() |
V |
getValue() |
boolean |
isDestroyed() |
boolean |
isLocal() |
java.lang.Object |
setUserAttribute(java.lang.Object userAttribute) |
V |
setValue(V value) |
public static <T,K,V> T from(T value)
public boolean isDestroyed()
public boolean isLocal()
public K getKey()
public org.apache.geode.cache.CacheStatistics getStatistics()
public java.lang.Object setUserAttribute(java.lang.Object userAttribute)
public java.lang.Object getUserAttribute()