简体   繁体   English

热重载一致性cache-config.xml

[英]Hot-reload coherence cache-config.xml

Is there any way to reload Oracle Coherence cache-config.xml (for example : simple-cache-store-config.xml) without restarting node ? 有什么方法可以在不重新启动节点的情况下重新加载Oracle Coherence cache-config.xml(例如:simple-cache-store-config.xml)? More precise task - is to modify entry's expiration time "on the fly". 更精确的任务是“即时”修改条目的到期时间。

好的,因此,有两种方法可以在“运行时”完成过期延迟修改:1.编程=使用NamedCache类方法:put(Object oKey,Object oValue,long expireDelay)2. Settings-style =使用Enterprise Manager Cloud Control对于连贯性:有选项“ ExpiryDelay”。

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

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