Uses of Class
com.featureprobe.sdk.server.model.Segment
-
Packages that use Segment Package Description com.featureprobe.sdk.server com.featureprobe.sdk.server.model -
-
Uses of Segment in com.featureprobe.sdk.server
Methods in com.featureprobe.sdk.server that return Segment Modifier and Type Method Description Segment
DataRepository. getSegment(String key)
Methods in com.featureprobe.sdk.server that return types with arguments of type Segment Modifier and Type Method Description Map<String,Segment>
DataRepository. getAllSegment()
Method parameters in com.featureprobe.sdk.server with type arguments of type Segment Modifier and Type Method Description boolean
SegmentMatcher. match(FPUser user, Map<String,Segment> segments, List<String> objects)
-
Uses of Segment in com.featureprobe.sdk.server.model
Methods in com.featureprobe.sdk.server.model that return types with arguments of type Segment Modifier and Type Method Description Map<String,Segment>
Repository. getSegments()
Method parameters in com.featureprobe.sdk.server.model with type arguments of type Segment Modifier and Type Method Description boolean
Segment. contains(FPUser user, Map<String,Segment> segments)
HitResult
Rule. hit(FPUser user, Map<String,Segment> segments, String toggleKey)
HitResult
SegmentRule. hit(FPUser user, Map<String,Segment> segments)
boolean
Condition. matchObjects(FPUser user, Map<String,Segment> segments)
void
Repository. setSegments(Map<String,Segment> segments)
-