Package com.hazelcast.spi.partitiongroup
package com.hazelcast.spi.partitiongroup
This package contains the basic SPI for the Partition Group SPI to define
or configure how Hazelcast will configure and distribute backups in the
cluster. The basic idea is to make sure that backups are stored on independent
systems such as different physical hosts or zones.
-
ClassDescriptionA collection of members to which a single partition replica can be assigned.This class contains the definition of known Discovery SPI metadata to support automatic generation of zone aware and node aware backup strategies.A
PartitionGroupStrategy
implementation defines a strategy how backup groups are designed.