You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ght230 <gh...@163.com> on 2016/04/26 05:22:48 UTC

how to loadCache from Hbase

Is there any example about using CacheStore.loadCache() to loading data from
Hbase?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-loadCache-from-Hbase-tp4528.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: how to loadCache from Hbase

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

There is no example particularly for HBase, but it's no different from other
implementations - you need to implement CacheStore interface and provide it
in configuration.

I would start with extending convenient CacheStoreAdapter class and
implementing load/write/delete methods, like shown here:
https://apacheignite.readme.io/docs/persistent-store#cachestore-example

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-loadCache-from-Hbase-tp4528p4530.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.