Uses of Interface
io.split.engine.experiments.SplitFetcher
-
Packages that use SplitFetcher Package Description io.split.client.jmx io.split.engine.common io.split.engine.experiments -
-
Uses of SplitFetcher in io.split.client.jmx
Constructors in io.split.client.jmx with parameters of type SplitFetcher Constructor Description SplitJmxMonitor(SplitClient splitClient, SplitFetcher featureFetcher, SplitCacheConsumer splitCacheConsumer, SegmentSynchronizationTask segmentSynchronizationTask, SegmentCacheConsumer segmentCacheConsumer) -
Uses of SplitFetcher in io.split.engine.common
Methods in io.split.engine.common with parameters of type SplitFetcher Modifier and Type Method Description static SyncManagerImpSyncManagerImp. build(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SplitAPI splitAPI, SegmentCacheProducer segmentCacheProducer, SDKReadinessGates gates, TelemetryRuntimeProducer telemetryRuntimeProducer, TelemetrySynchronizer telemetrySynchronizer, SplitClientConfig config, SplitParser splitParser, RuleBasedSegmentParser ruleBasedSegmentParser, FlagSetsFilter flagSetsFilter, RuleBasedSegmentCache ruleBasedSegmentCache)Constructors in io.split.engine.common with parameters of type SplitFetcher Constructor Description LocalhostSynchronizer(SplitTasks splitTasks, SplitFetcher splitFetcher, boolean refreshEnable)SynchronizerImp(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SegmentCacheProducer segmentCacheProducer, RuleBasedSegmentCacheProducer ruleBasedSegmentCacheProducer, int onDemandFetchRetryDelayMs, int onDemandFetchMaxRetries, int failedAttemptsBeforeLogging, HashSet<String> sets) -
Uses of SplitFetcher in io.split.engine.experiments
Classes in io.split.engine.experiments that implement SplitFetcher Modifier and Type Class Description classSplitFetcherImpAn ExperimentFetcher that refreshes experiment definitions periodically.Constructors in io.split.engine.experiments with parameters of type SplitFetcher Constructor Description SplitSynchronizationTask(SplitFetcher splitFetcher, SplitCacheProducer splitCachesplitCacheProducer, long refreshEveryNSeconds, ThreadFactory threadFactory)
-