public interface GridifyInterceptor
Gridify
annotation. Interceptor
gets called in advise code to decide whether or not to grid-enable this method.
Interceptors can be used to provide fine-grain control on Gridify
annotation
behavior. For example, an interceptor can be implemented to grid enable the method
only if CPU on the local node has been above 80% of utilization for the last 5 minutes.
Modifier and Type | Method and Description |
---|---|
boolean |
isGridify(Annotation gridify,
GridifyArgument arg)
This method is called before actual grid-enabling happens.
|
boolean isGridify(Annotation gridify, GridifyArgument arg) throws IgniteCheckedException
gridify
- Gridify annotation instance that caused the grid-enabling.arg
- Gridify argument.True
if method should be grid-enabled, false
otherwise.IgniteCheckedException
- Thrown in case of any errors.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019