Uses of Interface
io.split.storages.SegmentCacheProducer
-
Packages that use SegmentCacheProducer Package Description io.split.engine.common io.split.engine.segments io.split.storages io.split.storages.memory io.split.storages.pluggable.adapters -
-
Uses of SegmentCacheProducer in io.split.engine.common
Methods in io.split.engine.common with parameters of type SegmentCacheProducer 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 SegmentCacheProducer Constructor Description SynchronizerImp(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SegmentCacheProducer segmentCacheProducer, RuleBasedSegmentCacheProducer ruleBasedSegmentCacheProducer, int onDemandFetchRetryDelayMs, int onDemandFetchMaxRetries, int failedAttemptsBeforeLogging, HashSet<String> sets) -
Uses of SegmentCacheProducer in io.split.engine.segments
Constructors in io.split.engine.segments with parameters of type SegmentCacheProducer Constructor Description SegmentFetcherImp(String segmentName, SegmentChangeFetcher segmentChangeFetcher, SegmentCacheProducer segmentCacheProducer, TelemetryRuntimeProducer telemetryRuntimeProducer)SegmentSynchronizationTaskImp(SegmentChangeFetcher segmentChangeFetcher, long refreshEveryNSeconds, int numThreads, SegmentCacheProducer segmentCacheProducer, TelemetryRuntimeProducer telemetryRuntimeProducer, SplitCacheConsumer splitCacheConsumer, ThreadFactory threadFactory, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer) -
Uses of SegmentCacheProducer in io.split.storages
Subinterfaces of SegmentCacheProducer in io.split.storages Modifier and Type Interface Description interfaceSegmentCacheMemory for segments -
Uses of SegmentCacheProducer in io.split.storages.memory
Classes in io.split.storages.memory that implement SegmentCacheProducer Modifier and Type Class Description classSegmentCacheInMemoryImplInMemoryCache Implementation -
Uses of SegmentCacheProducer in io.split.storages.pluggable.adapters
Classes in io.split.storages.pluggable.adapters that implement SegmentCacheProducer Modifier and Type Class Description classUserCustomSegmentAdapterProducer
-