Uses of Interface
io.split.storages.RuleBasedSegmentCacheConsumer
-
Packages that use RuleBasedSegmentCacheConsumer Package Description io.split.engine.evaluator io.split.engine.segments io.split.storages io.split.storages.memory io.split.storages.pluggable.adapters -
-
Uses of RuleBasedSegmentCacheConsumer in io.split.engine.evaluator
Methods in io.split.engine.evaluator that return RuleBasedSegmentCacheConsumer Modifier and Type Method Description RuleBasedSegmentCacheConsumerEvaluationContext. getRuleBasedSegmentCache()Constructors in io.split.engine.evaluator with parameters of type RuleBasedSegmentCacheConsumer Constructor Description EvaluationContext(Evaluator evaluator, SegmentCacheConsumer segmentCacheConsumer, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer)EvaluatorImp(SplitCacheConsumer splitCacheConsumer, SegmentCacheConsumer segmentCache, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer, FallbackTreatmentCalculator fallbackTreatmentCalculator) -
Uses of RuleBasedSegmentCacheConsumer in io.split.engine.segments
Constructors in io.split.engine.segments with parameters of type RuleBasedSegmentCacheConsumer Constructor Description SegmentSynchronizationTaskImp(SegmentChangeFetcher segmentChangeFetcher, long refreshEveryNSeconds, int numThreads, SegmentCacheProducer segmentCacheProducer, TelemetryRuntimeProducer telemetryRuntimeProducer, SplitCacheConsumer splitCacheConsumer, ThreadFactory threadFactory, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer) -
Uses of RuleBasedSegmentCacheConsumer in io.split.storages
Subinterfaces of RuleBasedSegmentCacheConsumer in io.split.storages Modifier and Type Interface Description interfaceRuleBasedSegmentCache -
Uses of RuleBasedSegmentCacheConsumer in io.split.storages.memory
Classes in io.split.storages.memory that implement RuleBasedSegmentCacheConsumer Modifier and Type Class Description classRuleBasedSegmentCacheInMemoryImp -
Uses of RuleBasedSegmentCacheConsumer in io.split.storages.pluggable.adapters
Classes in io.split.storages.pluggable.adapters that implement RuleBasedSegmentCacheConsumer Modifier and Type Class Description classUserCustomRuleBasedSegmentAdapterConsumer
-