Class PdxInstanceWrapperRegionAspect
java.lang.Object
org.springframework.geode.boot.autoconfigure.support.PdxInstanceWrapperRegionAspect
A Spring, AspectJ
Aspect
advising Apache Geode cache Region
data access operations.
Specifically, this Aspect
wraps all PdxInstance
objects returned from cache Region
read data access operations inside a new instance of PdxInstanceWrapper
.- Since:
- 1.3.0
- See Also:
-
Map
Region
PdxInstance
Around
Aspect
Pointcut
PdxInstanceWrapper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionregionGetAdvice
(org.aspectj.lang.ProceedingJoinPoint joinPoint) regionGetAllAdvice
(org.aspectj.lang.ProceedingJoinPoint joinPoint) regionGetEntryAdvice
(org.aspectj.lang.ProceedingJoinPoint joinPoint) regionSelectValueAdvice
(org.aspectj.lang.ProceedingJoinPoint joinPoint) regionValuesAdvice
(org.aspectj.lang.ProceedingJoinPoint joinPoint)
-
Constructor Details
-
PdxInstanceWrapperRegionAspect
public PdxInstanceWrapperRegionAspect()
-
-
Method Details