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 SegmentDataRepository. 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 booleanSegmentMatcher. 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 booleanSegment. contains(FPUser user, Map<String,Segment> segments)HitResultRule. hit(FPUser user, Map<String,Segment> segments, String toggleKey)HitResultSegmentRule. hit(FPUser user, Map<String,Segment> segments)booleanCondition. matchObjects(FPUser user, Map<String,Segment> segments)voidRepository. setSegments(Map<String,Segment> segments)
-