Uses of Interface
io.split.engine.common.Synchronizer
-
Packages that use Synchronizer Package Description io.split.engine.common io.split.engine.sse.workers -
-
Uses of Synchronizer in io.split.engine.common
Classes in io.split.engine.common that implement Synchronizer Modifier and Type Class Description classConsumerSynchronizerclassLocalhostSynchronizerclassSynchronizerImpMethods in io.split.engine.common with parameters of type Synchronizer Modifier and Type Method Description static PushManagerImpPushManagerImp. build(Synchronizer synchronizer, String streamingUrl, String authUrl, SplitAPI splitAPI, LinkedBlockingQueue<PushManager.Status> statusMessages, TelemetryRuntimeProducer telemetryRuntimeProducer, ThreadFactory threadFactory, SplitParser splitParser, SplitCacheProducer splitCacheProducer, FlagSetsFilter flagSetsFilter, RuleBasedSegmentCache ruleBasedSegmentCache, RuleBasedSegmentParser ruleBasedSegmentParser)Constructors in io.split.engine.common with parameters of type Synchronizer Constructor Description ConsumerSyncManager(Synchronizer redisSynchronizer)LocalhostSyncManager(Synchronizer localhostSynchronizer, SDKReadinessGates sdkReadinessGates) -
Uses of Synchronizer in io.split.engine.sse.workers
Constructors in io.split.engine.sse.workers with parameters of type Synchronizer Constructor Description FeatureFlagWorkerImp(Synchronizer synchronizer, SplitParser splitParser, RuleBasedSegmentParser ruleBasedSegmentParser, SplitCacheProducer splitCacheProducer, RuleBasedSegmentCache ruleBasedSegmentCache, TelemetryRuntimeProducer telemetryRuntimeProducer, FlagSetsFilter flagSetsFilter)SegmentsWorkerImp(Synchronizer synchronizer)
-