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.
  • Interfaces
    Class
    Description
    A collection of members to which a single partition replica can be assigned.
    A PartitionGroupStrategy implementation defines a strategy how backup groups are designed.