简体   繁体   English

设置infinispan服务器数据库

[英]Setting up infinispan server database

我正在尝试使用Infinispan进行缓存并将其存储到数据库中,但是我无法弄清楚如何设置服务器部分或创建数据库部分。

Infinispan cache loaders is exactly the mechanism you are looking for. Infinispan缓存加载器正是您要寻找的机制。

Since we don't know anything about your intention nor your architecture and application structure, please, see: http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_jdbc_based_cache_loaders for common JDBC related cache loaders and http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_sample_configurations for some code snippets and look around a little bit. 由于我们对您的意图,架构和应用程序结构一无所知,请访问: http : //infinispan.org/docs/6.0.x/user_guide/user_guide.html#_jdbc_based_cache_loaders,以获取与JDBC相关的常见JDBC缓存加载器和http ://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_sample_configurations了解一些代码段,并进行了一些浏览。

If you'll meet some specific problems, I suggest you to join #infinispan IRC channel on freenode and ask developers for specific question as response time here can be longer. 如果您遇到一些特定的问题,建议您在freenode上加入#infinispan IRC频道,并向开发人员询问特定的问题,因为此处的响应时间会更长。

HTH 高温超导

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM