Annotation Interface RegionData


@Retention(RUNTIME) @Target(PARAMETER) public @interface RegionData
Used to inject Region data into a function execution. The annotated parameter must be of type Map. The contents depends on the region configuration (for a partitioned region, this will contain only entries for the local partition) and any filters configured for the function context.
Author:
David Turanski