You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Labard <da...@at-consulting.ru> on 2016/10/20 17:16:58 UTC

Factory Builder For Persistent Store

Hello.

I want to make Persistent Store for my Cache. But my implementation of
CacheStoreAdapter should get some
parameters(dbName,Table,ConnectionProperties) in constructor. And
FactoryBuilder which I use in ignite config file want no-args constructor.
What should I do?

Labard



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Factory-Builder-For-Persistent-Store-tp8382.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Factory Builder For Persistent Store

Posted by vkulichenko <va...@gmail.com>.
Hi Labard,

You can create your own Factory implementation and create the store in any
way you want within this implementation.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Factory-Builder-For-Persistent-Store-tp8382p8387.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.