Uses of Class
io.split.engine.matchers.PrerequisitesMatcher
-
Packages that use PrerequisitesMatcher Package Description io.split.engine.experiments -
-
Uses of PrerequisitesMatcher in io.split.engine.experiments
Methods in io.split.engine.experiments that return PrerequisitesMatcher Modifier and Type Method Description PrerequisitesMatcherParsedSplit. prerequisitesMatcher()Methods in io.split.engine.experiments with parameters of type PrerequisitesMatcher Modifier and Type Method Description static ParsedSplitParsedSplit. createParsedSplitForTests(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int algo, HashSet<String> flagSets, boolean impressionsDisabled, PrerequisitesMatcher prerequisitesMatcher)static ParsedSplitParsedSplit. createParsedSplitForTests(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int algo, Map<String,String> configurations, HashSet<String> flagSets, boolean impressionsDisabled, PrerequisitesMatcher prerequisitesMatcher)Constructors in io.split.engine.experiments with parameters of type PrerequisitesMatcher Constructor Description ParsedSplit(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int trafficAllocation, int trafficAllocationSeed, int algo, Map<String,String> configurations, HashSet<String> flagSets, boolean impressionsDisabled, PrerequisitesMatcher prerequisitesMatcher)
-