Uses of Interface
org.apache.bookkeeper.conf.Configurable
-
Packages that use Configurable Package Description org.apache.bookkeeper.net Network-related classes. -
-
Uses of Configurable in org.apache.bookkeeper.net
Classes in org.apache.bookkeeper.net that implement Configurable Modifier and Type Class Description class
AbstractDNSToSwitchMapping
This is a base class for DNS to Switch mappings.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.
-