schema.infinispan-counters-config-12.0.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-clustered-counter
Show all versions of infinispan-clustered-counter
Infinispan Clustered Counter module
Configures a strong consistent counter. Its state is well know before and after an update.
Configures a weak consistent counter. Its state before and after an update is not knows and
it is calculated when the counter is read.
Sets the number of copies of the counter's value available in the cluster.
Sets the reliability mode for the partitions when the cluster splits.
Sets the counter's lower bound (inclusive). It makes the strong consistent counter bounded.
Sets the counter's upper bound (inclusive). it makes the strong consistent
counter bounded.
Sets the weak consistent counter's concurrency level. The concurrency level configures the
number of concurrent updates allowed in the counter.
Sets the counter's name. It must be unique.
Sets the counter's initial value.
Sets the counter's storage mode.
The counter value is lost when the cluster is restarted/stopped.
The counter value is stored persistently and survives a cluster restart/stop.
All partitions are allowed to read and update the counters.
Only the majority partition is allowed to read and update the counter if it is available on that
partition. The remaining partitions are only allowed to read if the counter is available on that
partition.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy