Class PdxInstanceWrapperRegionAspect.RegionEntryWrapper<K,V>

java.lang.Object
org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect.RegionEntryWrapper<K,V>
All Implemented Interfaces:
Map.Entry<K,V>, org.apache.geode.cache.Region.Entry<K,V>
Enclosing class:
PdxInstanceWrapperRegionAspect

public static class PdxInstanceWrapperRegionAspect.RegionEntryWrapper<K,V> extends Object implements org.apache.geode.cache.Region.Entry<K,V>
  • Constructor Details

    • RegionEntryWrapper

      protected RegionEntryWrapper(@NonNull org.apache.geode.cache.Region.Entry<K,V> regionEntry)
  • Method Details

    • from

      public static <T, K, V> T from(T value)
    • getDelegate

      @NonNull protected org.apache.geode.cache.Region.Entry<K,V> getDelegate()
    • isDestroyed

      public boolean isDestroyed()
      Specified by:
      isDestroyed in interface org.apache.geode.cache.Region.Entry<K,V>
    • isLocal

      public boolean isLocal()
      Specified by:
      isLocal in interface org.apache.geode.cache.Region.Entry<K,V>
    • getKey

      public K getKey()
      Specified by:
      getKey in interface Map.Entry<K,V>
      Specified by:
      getKey in interface org.apache.geode.cache.Region.Entry<K,V>
    • getRegion

      public org.apache.geode.cache.Region<K,V> getRegion()
      Specified by:
      getRegion in interface org.apache.geode.cache.Region.Entry<K,V>
    • getStatistics

      public org.apache.geode.cache.CacheStatistics getStatistics()
      Specified by:
      getStatistics in interface org.apache.geode.cache.Region.Entry<K,V>
    • setUserAttribute

      public Object setUserAttribute(Object userAttribute)
      Specified by:
      setUserAttribute in interface org.apache.geode.cache.Region.Entry<K,V>
    • getUserAttribute

      public Object getUserAttribute()
      Specified by:
      getUserAttribute in interface org.apache.geode.cache.Region.Entry<K,V>
    • setValue

      public V setValue(V value)
      Specified by:
      setValue in interface Map.Entry<K,V>
      Specified by:
      setValue in interface org.apache.geode.cache.Region.Entry<K,V>
    • getValue

      public V getValue()
      Specified by:
      getValue in interface Map.Entry<K,V>
      Specified by:
      getValue in interface org.apache.geode.cache.Region.Entry<K,V>