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.
  • Interface Summary 
    Interface Description
    MemberGroup
    A collection of members to which a single partition replica can be assigned.
    PartitionGroupStrategy
    A PartitionGroupStrategy implementation defines a strategy how backup groups are designed.
  • Enum Summary 
    Enum Description
    PartitionGroupMetaData
    This class contains the definition of known Discovery SPI metadata to support automatic generation of zone aware and node aware backup strategies.