Uses of Class
io.split.engine.experiments.ParsedSplit
-
Packages that use ParsedSplit Package Description io.split.client.api io.split.client.utils io.split.engine.experiments io.split.storages io.split.storages.memory io.split.storages.pluggable.adapters -
-
Uses of ParsedSplit in io.split.client.api
Methods in io.split.client.api with parameters of type ParsedSplit Modifier and Type Method Description static SplitViewSplitView. fromParsedSplit(ParsedSplit parsedSplit) -
Uses of ParsedSplit in io.split.client.utils
Methods in io.split.client.utils that return types with arguments of type ParsedSplit Modifier and Type Method Description List<ParsedSplit>FeatureFlagsToUpdate. getToAdd()Constructor parameters in io.split.client.utils with type arguments of type ParsedSplit Constructor Description FeatureFlagsToUpdate(List<ParsedSplit> toAdd, List<String> toRemove, Set<String> segments) -
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, 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)ParsedSplitSplitParser. parse(Split split) -
Uses of ParsedSplit in io.split.storages
Methods in io.split.storages that return ParsedSplit Modifier and Type Method Description ParsedSplitSplitCacheConsumer. get(String name)Methods in io.split.storages that return types with arguments of type ParsedSplit Modifier and Type Method Description Map<String,ParsedSplit>SplitCacheConsumer. fetchMany(List<String> names)Collection<ParsedSplit>SplitCacheConsumer. getAll()Method parameters in io.split.storages with type arguments of type ParsedSplit Modifier and Type Method Description voidSplitCacheProducer. putMany(List<ParsedSplit> splits)voidSplitCacheProducer. update(List<ParsedSplit> toAdd, List<String> toRemove, long changeNumber) -
Uses of ParsedSplit in io.split.storages.memory
Methods in io.split.storages.memory that return ParsedSplit Modifier and Type Method Description ParsedSplitInMemoryCacheImp. get(String name)Methods in io.split.storages.memory that return types with arguments of type ParsedSplit Modifier and Type Method Description Map<String,ParsedSplit>InMemoryCacheImp. fetchMany(List<String> names)Collection<ParsedSplit>InMemoryCacheImp. getAll()Method parameters in io.split.storages.memory with type arguments of type ParsedSplit Modifier and Type Method Description voidInMemoryCacheImp. putMany(List<ParsedSplit> splits)voidInMemoryCacheImp. update(List<ParsedSplit> toAdd, List<String> toRemove, long changeNumber) -
Uses of ParsedSplit in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters that return ParsedSplit Modifier and Type Method Description ParsedSplitUserCustomSplitAdapterConsumer. get(String name)Methods in io.split.storages.pluggable.adapters that return types with arguments of type ParsedSplit Modifier and Type Method Description Map<String,ParsedSplit>UserCustomSplitAdapterConsumer. fetchMany(List<String> names)Collection<ParsedSplit>UserCustomSplitAdapterConsumer. getAll()Method parameters in io.split.storages.pluggable.adapters with type arguments of type ParsedSplit Modifier and Type Method Description voidUserCustomSplitAdapterProducer. putMany(List<ParsedSplit> splits)voidUserCustomSplitAdapterProducer. update(List<ParsedSplit> toAdd, List<String> toRemove, long changeNumber)
-