Uses of Interface
org.jgroups.protocols.relay.SiteMasterPicker
-
Packages that use SiteMasterPicker Package Description org.jgroups.protocols.relay -
-
Uses of SiteMasterPicker in org.jgroups.protocols.relay
Classes in org.jgroups.protocols.relay that implement SiteMasterPicker Modifier and Type Class Description class
RandomSiteMasterPicker
Implementation ofSiteMasterPicker
which picks random site masters / routes to site mastersclass
StickySiteMasterPicker
Picks a local site master or a route based on the sender and caches the decision.Fields in org.jgroups.protocols.relay declared as SiteMasterPicker Modifier and Type Field Description protected SiteMasterPicker
RELAY. site_master_picker
Methods in org.jgroups.protocols.relay that return SiteMasterPicker Modifier and Type Method Description SiteMasterPicker
RandomSiteMasterPicker. addressSupplier(java.util.function.Supplier<Address> s)
SiteMasterPicker
RandomSiteMasterPicker. verbose(boolean b)
Methods in org.jgroups.protocols.relay with parameters of type SiteMasterPicker Modifier and Type Method Description <T extends RELAY>
TRELAY. siteMasterPicker(SiteMasterPicker s)
-