Uses of Class
io.atomix.cluster.protocol.SwimMembershipProtocolConfig
Packages that use SwimMembershipProtocolConfig
Package
Description
Provides interfaces and implementations for group membership protocols.
-
Uses of SwimMembershipProtocolConfig in io.atomix.cluster.protocol
Methods in io.atomix.cluster.protocol that return SwimMembershipProtocolConfigModifier and TypeMethodDescriptionSwimMembershipProtocol.config()SwimMembershipProtocolConfig.setBroadcastDisputes(boolean broadcastDisputes) Sets whether to broadcast disputes to all peers.SwimMembershipProtocolConfig.setBroadcastUpdates(boolean broadcastUpdates) Sets whether to broadcast member updates to all peers.SwimMembershipProtocolConfig.setFailureTimeout(Duration failureTimeout) Sets the base failure timeout.SwimMembershipProtocolConfig.setGossipFanout(int gossipFanout) Sets the gossip fanout.SwimMembershipProtocolConfig.setGossipInterval(Duration gossipInterval) Sets the gossip interval.SwimMembershipProtocolConfig.setNotifySuspect(boolean notifySuspect) Sets whether to notify a suspect node on state changes.SwimMembershipProtocolConfig.setProbeInterval(Duration probeInterval) Sets the probe interval.SwimMembershipProtocolConfig.setProbeTimeout(Duration probeTimeout) Sets the probe timeout.SwimMembershipProtocolConfig.setSuspectProbes(int suspectProbes) Sets the number of probes to perform on suspect members.SwimMembershipProtocolConfig.setSyncInterval(Duration syncInterval) Sets the sync interval.Methods in io.atomix.cluster.protocol with parameters of type SwimMembershipProtocolConfigModifier and TypeMethodDescriptionSwimMembershipProtocol.Type.newProtocol(SwimMembershipProtocolConfig config, String actorSchedulerName)