标签: cassandra-2.0 ignite
我想在apache cassandra中集成apache点燃内存中的功能。我怎么能这样做?是否可以通过直读和Read-throught进行插件?有效插入和检索的可能架构是什么?
答案 0 :(得分:3)
为此,您应该实施CacheStore界面并在CacheConfiguration中提供。有关详细信息和示例,请参见[1]。
CacheStore
CacheConfiguration
另请注意,开发中存在Cassandra商店实现[2],因此很快就会提供这种集成。您可以查看票证以跟踪其进度。
[1] https://apacheignite.readme.io/docs/persistent-store
[2] https://issues.apache.org/jira/browse/IGNITE-1371