Uses of Interface
io.split.storages.RuleBasedSegmentCacheProducer
-
Packages that use RuleBasedSegmentCacheProducer Package Description io.split.engine.common io.split.engine.experiments io.split.storages io.split.storages.memory -
-
Uses of RuleBasedSegmentCacheProducer in io.split.engine.common
Constructors in io.split.engine.common with parameters of type RuleBasedSegmentCacheProducer Constructor Description SynchronizerImp(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SegmentCacheProducer segmentCacheProducer, RuleBasedSegmentCacheProducer ruleBasedSegmentCacheProducer, int onDemandFetchRetryDelayMs, int onDemandFetchMaxRetries, int failedAttemptsBeforeLogging, HashSet<String> sets) -
Uses of RuleBasedSegmentCacheProducer in io.split.engine.experiments
Constructors in io.split.engine.experiments with parameters of type RuleBasedSegmentCacheProducer 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. -
Uses of RuleBasedSegmentCacheProducer in io.split.storages
Subinterfaces of RuleBasedSegmentCacheProducer in io.split.storages Modifier and Type Interface Description interfaceRuleBasedSegmentCache -
Uses of RuleBasedSegmentCacheProducer in io.split.storages.memory
Classes in io.split.storages.memory that implement RuleBasedSegmentCacheProducer Modifier and Type Class Description classRuleBasedSegmentCacheInMemoryImp
-