| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Feature |
RegionAwareEnsemblePlacementPolicy.disableDurabilityFeature |
(package private) Feature |
ClientInternalConf.disableEnsembleChangeFeature |
| Modifier and Type | Method and Description |
|---|---|
Feature |
AbstractConfiguration.getFeature(java.lang.String configProperty,
Feature defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
AbstractConfiguration.getFeature(java.lang.String configProperty,
Feature defaultValue) |
void |
AbstractConfiguration.setFeature(java.lang.String configProperty,
Feature feature) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheableFeatureProvider<T extends Feature>
Cacheable Feature Provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedValueFeature
A feature implementation that has a fixed value of availability.
|
class |
SettableFeature
A feature implementation that allow changing availability programmatically.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureProvider.getFeature(java.lang.String name)
Return the feature with given name.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.