Uses of Interface
io.atomix.raft.RaftThreadContextFactory
Packages that use RaftThreadContextFactory
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of core Raft server interfaces.
-
Uses of RaftThreadContextFactory in io.atomix.raft
Fields in io.atomix.raft declared as RaftThreadContextFactoryModifier and TypeFieldDescriptionprotected RaftThreadContextFactoryRaftServer.Builder.threadContextFactoryMethods in io.atomix.raft with parameters of type RaftThreadContextFactoryModifier and TypeMethodDescriptionRaftServer.Builder.withThreadContextFactory(RaftThreadContextFactory threadContextFactory) Sets the threadContextFactory used to create raft threadContext -
Uses of RaftThreadContextFactory in io.atomix.raft.impl
Classes in io.atomix.raft.impl that implement RaftThreadContextFactoryConstructors in io.atomix.raft.impl with parameters of type RaftThreadContextFactoryModifierConstructorDescriptionRaftContext(String name, int partitionId, MemberId localMemberId, ClusterMembershipService membershipService, RaftServerProtocol protocol, RaftStorage storage, RaftThreadContextFactory threadContextFactory, Supplier<Random> randomFactory, RaftElectionConfig electionConfig, RaftPartitionConfig partitionConfig, io.micrometer.core.instrument.MeterRegistry meterRegistry)