Uses of Class
io.split.engine.experiments.ParsedRuleBasedSegment
-
Packages that use ParsedRuleBasedSegment Package Description io.split.client.utils io.split.engine.experiments io.split.storages io.split.storages.memory io.split.storages.pluggable.adapters -
-
Uses of ParsedRuleBasedSegment in io.split.client.utils
Methods in io.split.client.utils that return types with arguments of type ParsedRuleBasedSegment Modifier and Type Method Description List<ParsedRuleBasedSegment>RuleBasedSegmentsToUpdate. getToAdd()Constructor parameters in io.split.client.utils with type arguments of type ParsedRuleBasedSegment Constructor Description RuleBasedSegmentsToUpdate(List<ParsedRuleBasedSegment> toAdd, List<String> toRemove, Set<String> segments) -
Uses of ParsedRuleBasedSegment in io.split.engine.experiments
Methods in io.split.engine.experiments that return ParsedRuleBasedSegment Modifier and Type Method Description static ParsedRuleBasedSegmentParsedRuleBasedSegment. createParsedRuleBasedSegmentForTests(String ruleBasedSegment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, List<String> excludedKeys, List<ExcludedSegments> excludedSegments)ParsedRuleBasedSegmentRuleBasedSegmentParser. parse(RuleBasedSegment ruleBasedSegment) -
Uses of ParsedRuleBasedSegment in io.split.storages
Methods in io.split.storages that return ParsedRuleBasedSegment Modifier and Type Method Description ParsedRuleBasedSegmentRuleBasedSegmentCacheConsumer. get(String name)Methods in io.split.storages that return types with arguments of type ParsedRuleBasedSegment Modifier and Type Method Description Collection<ParsedRuleBasedSegment>RuleBasedSegmentCacheConsumer. getAll()Method parameters in io.split.storages with type arguments of type ParsedRuleBasedSegment Modifier and Type Method Description voidRuleBasedSegmentCacheProducer. update(List<ParsedRuleBasedSegment> toAdd, List<String> toRemove, long changeNumber) -
Uses of ParsedRuleBasedSegment in io.split.storages.memory
Methods in io.split.storages.memory that return ParsedRuleBasedSegment Modifier and Type Method Description ParsedRuleBasedSegmentRuleBasedSegmentCacheInMemoryImp. get(String name)Methods in io.split.storages.memory that return types with arguments of type ParsedRuleBasedSegment Modifier and Type Method Description Collection<ParsedRuleBasedSegment>RuleBasedSegmentCacheInMemoryImp. getAll()Method parameters in io.split.storages.memory with type arguments of type ParsedRuleBasedSegment Modifier and Type Method Description voidRuleBasedSegmentCacheInMemoryImp. update(List<ParsedRuleBasedSegment> toAdd, List<String> toRemove, long changeNumber) -
Uses of ParsedRuleBasedSegment in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters that return ParsedRuleBasedSegment Modifier and Type Method Description ParsedRuleBasedSegmentUserCustomRuleBasedSegmentAdapterConsumer. get(String name)Methods in io.split.storages.pluggable.adapters that return types with arguments of type ParsedRuleBasedSegment Modifier and Type Method Description Collection<ParsedRuleBasedSegment>UserCustomRuleBasedSegmentAdapterConsumer. getAll()
-