| Package | Description |
|---|---|
| com.featureprobe.sdk.server | |
| com.featureprobe.sdk.server.model |
| Modifier and Type | Method and Description |
|---|---|
Segment |
DataRepository.getSegment(String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Segment> |
DataRepository.getAllSegment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SegmentMatcher.match(FPUser user,
Map<String,Segment> segments,
List<String> objects) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Segment> |
Repository.getSegments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Segment.contains(FPUser user,
Map<String,Segment> segments) |
EvaluationResult |
Toggle.doEval(FPUser user,
Map<String,Toggle> toggles,
Map<String,Segment> segments,
Object defaultValue,
int deep) |
EvaluationResult |
Toggle.eval(FPUser user,
Map<String,Toggle> toggles,
Map<String,Segment> segments,
Object defaultValue,
int deep) |
HitResult |
SegmentRule.hit(FPUser user,
Map<String,Segment> segments) |
HitResult |
Rule.hit(FPUser user,
Map<String,Segment> segments,
String toggleKey) |
boolean |
Condition.matchObjects(FPUser user,
Map<String,Segment> segments) |
void |
Repository.setSegments(Map<String,Segment> segments) |
| Constructor and Description |
|---|
Repository(Map<String,Toggle> toggles,
Map<String,Segment> segments,
Long debugUntilTime) |
Copyright © 2023. All rights reserved.