GridGain™ 3.6.0e
Enterprise Edition

org.gridgain.grid.gridify
Interface GridifyInterceptor


public interface GridifyInterceptor

This interface defines an interceptor apply for 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.

Wiki & Forum:


Wiki
Forum

 

Method Summary
 boolean isGridify(Annotation gridify, GridifyArgument arg)
          This method is called before actual grid-enabling happens.
 

Method Detail

isGridify

boolean isGridify(Annotation gridify,
                  GridifyArgument arg)
                  throws GridException
This method is called before actual grid-enabling happens.

Throws:
GridException - Thrown in case of any errors.
Parameters:
gridify - Gridify annotation instance that caused the grid-enabling.
arg - Gridify argument.
Returns:
True if method should be grid-enabled, false otherwise.

GridGain™ 3.6.0e
Enterprise Edition

GridGain - Real Time Big Data
Enterprise Edition, ver. 3.6.0e.13012012
2012 Copyright © GridGain Systems
Follow us:   Follow GridGain on Github Follow GridGain on Facebook Join GridGain User Group Follow GridGain on Twitter Follow GridGain on YouTube