首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Albert陈凯

    2019-11-26 Hazelcast Map配置文档

    . * "near-cache": Configuration options when you want to use a Near Cache for your map. write-delay-seconds: 60 write-batch-size: 1000 write-coalescing: true properties: jdbc_url: my.jdbc.com near-cache

    1K30发布于 2019-11-26
  • 来自专栏技术墨客

    Hazelcast集群服务(4)——分布式Map

    Near cache的配置都在near-cache元素中。下面介绍Near cache的相关参数。 <map name="my-read-mostly-map"> <near-cache name="default"> <in-memory-format>BINARY</in-memory-format invalidate-on-change>true</invalidate-on-change> <cache-local-entries>false</cache-local-entries> </near-cache

    4.2K30发布于 2018-08-15
领券