Uses of Class
io.split.engine.experiments.ParsedSplit
-
Packages that use ParsedSplit Package Description io.split.engine.experiments -
-
Uses of ParsedSplit in io.split.engine.experiments
Methods in io.split.engine.experiments that return ParsedSplit 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)static ParsedSplitParsedSplit. createParsedSplitForTests(String feature, int seed, boolean killed, String defaultTreatment, List<ParsedCondition> matcherAndSplits, String trafficTypeName, long changeNumber, int algo, Map<String,String> configurations)ParsedSplitRefreshableSplitFetcher. fetch(String test)ParsedSplitSplitFetcher. fetch(String splitName)ParsedSplitSplitParser. parse(Split split)Methods in io.split.engine.experiments that return types with arguments of type ParsedSplit Modifier and Type Method Description Collection<ParsedSplit>RefreshableSplitFetcher. fetch()List<ParsedSplit>RefreshableSplitFetcher. fetchAll()List<ParsedSplit>SplitFetcher. fetchAll()
-