|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface GridHomeResource
Annotates a field or a setter method for injection of GridGain installation home path.
GridGain installation home is provided to grid via GridConfiguration.
Home path can be injected into instances of following classes:
Here is how injection would typically happen:
public class MyGridJob implements GridJob {
...
@GridHomeResource
private String home;
...
}
or
public class MyGridJob implements GridJob {
...
private String home;
...
@GridHomeResource
public void setGridGainHome(String home) {
this.home = home;
}
...
}
See GridConfiguration.getGridGainHome() for Grid configuration details.
| Wiki | |
| Forum |

|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
|
GridGain - Real Time Big Data
|
|
|