|
Annotation Types Summary |
| Filter |
Used to inject a set of cache keys into a function execution, The annotated parameter must be of type
Set. |
| FunctionId |
Annotation to bind an interface method to a GemFire function id |
| GemfireFunction |
Used to declare a concrete method as a GemFire function implementation |
| OnMember |
Annotation to declare an interface as a GemFire OnMember Function Execution |
| OnMembers |
Annotation to declare an interface as a GemFire OnMembers Function Execution |
| OnRegion |
Annotation to declare an interface as a GemFire OnRegion Function Execution |
| OnServer |
Annotation to declare an interface as a GemFire OnServer Function Execution |
| OnServers |
Annotation to declare an interface as a GemFire OnServers Function Execution |
| RegionData |
Used to inject Region data into a function execution. |