Hi Paolo,

You can use node local map instead [1]. It's a per-node singleton storage
that has standard ConcurrentMap API and can be used for any user resources
(e.g., JDBC connections, pools, etc). You can inject Ignite instance to your
job using @IgniteInstanceResource annotation and acquire the map with
Ignite.cluster().nodeLocalMap() method.

Let me know if it works for you.

[1]
https://ignite.apache.org/releases/1.3.0/javadoc/org/apache/ignite/IgniteCluster.html#nodeLocalMap()

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-equivalent-of-GridUserResource-tp1524p1527.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to