Uses of Class
io.split.engine.common.SplitTasks
-
Packages that use SplitTasks Package Description io.split.engine.common -
-
Uses of SplitTasks in io.split.engine.common
Methods in io.split.engine.common that return SplitTasks Modifier and Type Method Description static SplitTasksSplitTasks. build(SplitSynchronizationTask splitSynchronizationTask, SegmentSynchronizationTask segmentSynchronizationTask, ImpressionsManager impressionsManager, EventsTask eventsTask, TelemetrySyncTask telemetrySyncTask, UniqueKeysTracker uniqueKeysTracker)Methods in io.split.engine.common with parameters of type SplitTasks 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 SplitTasks Constructor Description ConsumerSynchronizer(SplitTasks splitTasks)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)
-