Uses of Class
io.atomix.protocols.gossip.PeerSelectors
-
Uses of PeerSelectors in io.atomix.protocols.gossip
Methods in io.atomix.protocols.gossip that return PeerSelectors Modifier and Type Method Description static PeerSelectorsPeerSelectors. valueOf(String name)Returns the enum constant of this type with the specified name.static PeerSelectors[]PeerSelectors. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atomix.protocols.gossip with parameters of type PeerSelectors Modifier and Type Method Description AntiEntropyProtocolConfigAntiEntropyProtocolConfig. setPeerSelector(PeerSelectors peerSelector)Sets the gossip peer selector.