Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我定义分区网格缓存时的网格增益中,有没有办法指定缓存仅在某些特定节点上而不是在所有可用节点上进行分区(默认情况下发生)
在 GridGain 中,每个节点都以一个 GridConfiguration 对象启动,该对象要么以编程方式创建,要么来自 Spring XML 配置文件。您需要做的就是从配置中删除特定的缓存,它不会在该节点上初始化。