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.
在开始使用之前,我想在 Hazelcast 中的地图上添加一些启动值。我认为,如果可能的话,它是在配置 xml 中完成的。
我的问题如下:是否可以在使用之前将值加载到地图中?
Afaik 没有直接的方法可以从 XML 中做到这一点。
但是您可以做的是创建一个 MapLoader 实现,该实现将加载您的预定义值并配置地图以使用该地图加载器。