Uses of Interface
io.atomix.raft.partition.PartitionDistributor
Packages that use PartitionDistributor
Package
Description
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.-
Uses of PartitionDistributor in io.atomix.raft.partition
Classes in io.atomix.raft.partition that implement PartitionDistributorModifier and TypeClassDescriptionfinal classThis implementation ofPartitionDistributordistributes the partitions in a round robin fashion over the set of members in the cluster.Methods in io.atomix.raft.partition that return PartitionDistributorMethods in io.atomix.raft.partition with parameters of type PartitionDistributorModifier and TypeMethodDescriptionvoidRaftPartitionConfig.setPartitionDistributor(PartitionDistributor partitionDistributor) RaftPartitionGroup.Builder.withPartitionDistributor(PartitionDistributor partitionDistributor) Sets the partition distributor to use.