Uses of Interface
org.apache.bookkeeper.feature.Feature
Packages that use Feature
Package
Description
BookKeeper Client.
Configurations used by bookkeeper.
A feature-flag system
that is used to proportionally control what features are enabled for the system.
-
Uses of Feature in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as FeatureModifier and TypeFieldDescriptionprotected FeatureRegionAwareEnsemblePlacementPolicy.disableDurabilityFeature(package private) final FeatureClientInternalConf.disableEnsembleChangeFeature -
Uses of Feature in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that return FeatureModifier and TypeMethodDescriptionAbstractConfiguration.getFeature(String configProperty, Feature defaultValue) Methods in org.apache.bookkeeper.conf with parameters of type FeatureModifier and TypeMethodDescriptionAbstractConfiguration.getFeature(String configProperty, Feature defaultValue) voidAbstractConfiguration.setFeature(String configProperty, Feature feature) -
Uses of Feature in org.apache.bookkeeper.feature
Classes in org.apache.bookkeeper.feature with type parameters of type FeatureModifier and TypeClassDescriptionclassCacheableFeatureProvider<T extends Feature>Cacheable Feature Provider.Classes in org.apache.bookkeeper.feature that implement FeatureModifier and TypeClassDescriptionclassA feature implementation that has a fixed value of availability.classA feature implementation that allow changing availability programmatically.Methods in org.apache.bookkeeper.feature that return FeatureModifier and TypeMethodDescriptionFeatureProvider.getFeature(String name) Return the feature with given name.