Uses of Class
org.apache.bookkeeper.net.AbstractDNSToSwitchMapping
-
Packages that use AbstractDNSToSwitchMapping Package Description org.apache.bookkeeper.net Network-related classes. -
-
Uses of AbstractDNSToSwitchMapping in org.apache.bookkeeper.net
Subclasses of AbstractDNSToSwitchMapping in org.apache.bookkeeper.net Modifier and Type Class Description class
CachedDNSToSwitchMapping
A cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.class
ScriptBasedMapping
This class implements theDNSToSwitchMapping
interface using a script configured via theCommonConfigurationKeys.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY
option.
-