.hazelcast.2.6.4.source-code.hazelcast-config-2.5.xsd Maven / Gradle / Ivy
Storage type for Hazelcast Enterprise map configuration.
Valid values are HEAP and OFFHEAP.
Default is HEAP.
Not configurable for Hazelcast Community Edition.
Maximum number of seconds for each entry to stay in the map. Entries that are
older than <time-to-live-seconds> and not updated for <time-to-live-seconds>
will get automatically evicted from the map.
Any integer between 0 and Integer.MAX_VALUE. 0 means infinite. Default is 0.
Maximum number of seconds for each entry to stay idle in the map. Entries that are
idle(not touched) for more than <max-idle-seconds> will get
automatically evicted from the map. Entry is touched if get, put or containsKey is called.
Any integer between 0 and Integer.MAX_VALUE. 0 means infinite. Default is 0.
The key store type.
The path to the key store.
The key store password.
The value to use when generating the secret key
The pass phrase to use when generating the secret key.
While recovering from split-brain (network partitioning), map entries in the small cluster will merge
into the bigger cluster
based on the policy set here. When an entry merge into the cluster, there might an existing entry with
the same key already.
Values of these entries might be different for that same key. Which value should be set for the key?
Conflict is resolved by
the policy set here. Default policy is hz.ADD_NEW_ENTRY
There are built-in merge policies such as:
hz.NO_MERGE : no entry will merge.
hz.ADD_NEW_ENTRY : entry will be added if the merging entry's key doesn't exist in the cluster.
hz.HIGHER_HITS : entry with the higher hits wins.
hz.LATEST_UPDATE : entry with the latest update wins.
Can be used to custom map merge policy implementations.
Custom defined merge policy.
Fully qualified class name
Maximum size of the queue. When a JVM's local queue size reaches the maximum,
all put/offer operations will get blocked until the queue size of the JVM goes down below the maximum.
Any integer between 0 and Integer.MAX_VALUE. 0 means Integer.MAX_VALUE. Default is 0.
Name of the backing distributed map configuration.
Maximum size of the map. When max size is reached, map is evicted based on the policy defined.
Any integer between 0 and Integer.MAX_VALUE. 0 means Integer.MAX_VALUE. Default is 0.
The maximum pool size.
The private key password.
The private key alias.
The iteration count to use when generating the secret key.
Valid values are:
NONE (no eviction),
LRU (Least Recently Used),
LFU (Least Frequently Used).
NONE is the default.
When max. size is reached, specified percentage of the map will be evicted. Any integer between 0 and
100.
If 25 is set for example, 25% of the entries will get evicted.
Number of backups. If 1 is set as the backup-count for example,
then all entries of the map will be copied to another JVM for
fail-safety. Valid numbers are 0 (no backup), 1, 2, 3.
Number of async backups. If 1 is set as the backup-count for example,
then all entries of the map will be copied to another JVM for
fail-safety. Valid numbers are 0 (no backup), 1, 2, 3.
encryption algorithm such as
DES/ECB/PKCS5Padding,
PBEWithMD5AndDES,
AES/CBC/PKCS5Padding,
Blowfish,
DESede
One of membership-listener, instance-listener or migration-listener
Name of the principal. Wildcards(*) can be used.
Name of the permission. Wildcards(*) can be used.
Endpoint address of principal. Wildcards(*) can be used.
Permission actions that are permitted on Hazelcast instance objects.