Uses of Class
io.scalecube.cluster.gossip.GossipConfig
Packages that use GossipConfig
-
Uses of GossipConfig in io.scalecube.cluster
Methods in io.scalecube.cluster that return GossipConfigMethod parameters in io.scalecube.cluster with type arguments of type GossipConfigModifier and TypeMethodDescriptionClusterConfig.gossip(UnaryOperator<GossipConfig> op) AppliesGossipConfigsettings. -
Uses of GossipConfig in io.scalecube.cluster.gossip
Methods in io.scalecube.cluster.gossip that return GossipConfigModifier and TypeMethodDescriptionGossipConfig.clone()static GossipConfigGossipConfig.defaultConfig()static GossipConfigGossipConfig.defaultLanConfig()CreatesGossipConfigwith default settings for cluster on LAN network.static GossipConfigGossipConfig.defaultLocalConfig()CreatesGossipConfigwith default settings for cluster on local loopback interface.static GossipConfigGossipConfig.defaultWanConfig()CreatesGossipConfigwith default settings for cluster on WAN network.GossipConfig.gossipFanout(int gossipFanout) Setter forgossipFanout.GossipConfig.gossipInterval(long gossipInterval) Setter forgossipInterval.GossipConfig.gossipRepeatMult(int gossipRepeatMult) Setter forgossipRepeatMult.GossipConfig.gossipSegmentationThreshold(int gossipSegmentationThreshold) Setter forgossipSegmentationThreshold.