Uses of Interface
io.split.storages.RuleBasedSegmentCache
-
Packages that use RuleBasedSegmentCache Package Description io.split.engine.common io.split.engine.sse.workers io.split.storages.memory -
-
Uses of RuleBasedSegmentCache in io.split.engine.common
Methods in io.split.engine.common with parameters of type RuleBasedSegmentCache 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)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) -
Uses of RuleBasedSegmentCache in io.split.engine.sse.workers
Constructors in io.split.engine.sse.workers with parameters of type RuleBasedSegmentCache Constructor Description FeatureFlagWorkerImp(Synchronizer synchronizer, SplitParser splitParser, RuleBasedSegmentParser ruleBasedSegmentParser, SplitCacheProducer splitCacheProducer, RuleBasedSegmentCache ruleBasedSegmentCache, TelemetryRuntimeProducer telemetryRuntimeProducer, FlagSetsFilter flagSetsFilter) -
Uses of RuleBasedSegmentCache in io.split.storages.memory
Classes in io.split.storages.memory that implement RuleBasedSegmentCache Modifier and Type Class Description classRuleBasedSegmentCacheInMemoryImp
-