Package io.atomix.raft.partition
package io.atomix.raft.partition
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.-
ClassDescriptionMaps a list of partitions to a set of members, based on the given replication factor.Abstract partition.Configurations for a single partition.Raft partition group.Raft partition group builder.Raft partition group type.Raft partition group configuration.Raft storage configuration.This implementation of
PartitionDistributordistributes the partitions in a round robin fashion over the set of members in the cluster.