Uses of Interface
io.split.engine.experiments.SplitChangeFetcher
-
Packages that use SplitChangeFetcher Package Description io.split.client io.split.engine.experiments -
-
Uses of SplitChangeFetcher in io.split.client
Classes in io.split.client that implement SplitChangeFetcher Modifier and Type Class Description classHttpSplitChangeFetcherCreated by adilaijaz on 5/30/15.classJsonLocalhostSplitChangeFetcherclassLegacyLocalhostSplitChangeFetcherclassYamlLocalhostSplitChangeFetcher -
Uses of SplitChangeFetcher in io.split.engine.experiments
Constructors in io.split.engine.experiments with parameters of type SplitChangeFetcher Constructor Description SplitFetcherImp(SplitChangeFetcher splitChangeFetcher, SplitParser parser, SplitCacheProducer splitCacheProducer, TelemetryRuntimeProducer telemetryRuntimeProducer, FlagSetsFilter flagSetsFilter, RuleBasedSegmentParser parserRBS, RuleBasedSegmentCacheProducer ruleBasedSegmentCacheProducer)Contains all the traffic types that are currently being used by the splits and also the count For example if there are three splits, one of traffic type "account" and two of traffic type "user", this multiset will contain [{"user", 2}, {"account", 1}] The count is used to maintain how many splits are using a traffic type, so when an ARCHIVED split is received, we know if we need to remove a traffic type from the multiset.
-