Configuring Replicated Maps
A replicated map is a distributed key-value data structure where the data is replicated to all members in the cluster. It provides full replication of entries to all members for high-speed access. You can create and configure replicated maps using the ReplicatedMap
custom resource.
Configuring a ReplicatedMap Resource
You can use any of the following configuration options in the ReplicatedMap
resource. For more information, see the API Reference.
Field | Description |
---|---|
|
Name of the ReplicatedMap configuration that you’re creating. If empty, the custom resource (CR) name is used. |
|
Defines the name of the Hazelcast resource. |
|
Internal storage format. Use either |
|
Specifies whether the ReplicatedMap is filled with entries asynchronously. The default value is true, in which case calls to the ReplicatedMap during the initial replication may return |