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 classRandomSiteMasterPickerImplementation ofSiteMasterPickerwhich picks random site masters / routes to site mastersclassStickySiteMasterPickerPicks 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 SiteMasterPickerRELAY. site_master_pickerMethods in org.jgroups.protocols.relay that return SiteMasterPicker Modifier and Type Method Description SiteMasterPickerRandomSiteMasterPicker. addressSupplier(java.util.function.Supplier<Address> s)SiteMasterPickerRandomSiteMasterPicker. 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)
-