| Package | Description |
|---|---|
| io.featureflow.client | |
| io.featureflow.client.core |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureControlCallbackHandler.onUpdate(FeatureControl control) |
| Modifier and Type | Method and Description |
|---|---|
FeatureControl |
FeatureControlCache.get(String key) |
FeatureControl |
SimpleMemoryFeatureCache.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FeatureControl> |
FeatureControlCache.getAll() |
Map<String,FeatureControl> |
SimpleMemoryFeatureCache.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureControlCache.update(String key,
FeatureControl featureControl) |
void |
SimpleMemoryFeatureCache.update(String key,
FeatureControl featureControl) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureControlCache.init(Map<String,FeatureControl> featureControls) |
void |
SimpleMemoryFeatureCache.init(Map<String,FeatureControl> featureControls) |
Copyright © 2017. All rights reserved.