Uses of Interface
org.apache.bookkeeper.feature.Feature
-
Packages that use Feature Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.conf Configurations used by bookkeeper.org.apache.bookkeeper.feature 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 Feature Modifier and Type Field Description protected Feature
RegionAwareEnsemblePlacementPolicy. disableDurabilityFeature
(package private) Feature
ClientInternalConf. disableEnsembleChangeFeature
-
Uses of Feature in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that return Feature Modifier and Type Method Description Feature
AbstractConfiguration. getFeature(java.lang.String configProperty, Feature defaultValue)
Methods in org.apache.bookkeeper.conf with parameters of type Feature Modifier and Type Method Description Feature
AbstractConfiguration. getFeature(java.lang.String configProperty, Feature defaultValue)
void
AbstractConfiguration. setFeature(java.lang.String configProperty, Feature feature)
-
Uses of Feature in org.apache.bookkeeper.feature
Classes in org.apache.bookkeeper.feature with type parameters of type Feature Modifier and Type Class Description class
CacheableFeatureProvider<T extends Feature>
Cacheable Feature Provider.Classes in org.apache.bookkeeper.feature that implement Feature Modifier and Type Class Description class
FixedValueFeature
A feature implementation that has a fixed value of availability.class
SettableFeature
A feature implementation that allow changing availability programmatically.Methods in org.apache.bookkeeper.feature that return Feature Modifier and Type Method Description Feature
FeatureProvider. getFeature(java.lang.String name)
Return the feature with given name.
-