Uses of Interface
io.split.storages.SegmentCacheConsumer
-
Packages that use SegmentCacheConsumer Package Description io.split.client.jmx io.split.engine.evaluator io.split.storages io.split.storages.memory io.split.storages.pluggable.adapters io.split.telemetry.synchronizer -
-
Uses of SegmentCacheConsumer in io.split.client.jmx
Constructors in io.split.client.jmx with parameters of type SegmentCacheConsumer Constructor Description SplitJmxMonitor(SplitClient splitClient, SplitFetcher featureFetcher, SplitCacheConsumer splitCacheConsumer, SegmentSynchronizationTask segmentSynchronizationTask, SegmentCacheConsumer segmentCacheConsumer) -
Uses of SegmentCacheConsumer in io.split.engine.evaluator
Methods in io.split.engine.evaluator that return SegmentCacheConsumer Modifier and Type Method Description SegmentCacheConsumerEvaluationContext. getSegmentCache()Constructors in io.split.engine.evaluator with parameters of type SegmentCacheConsumer Constructor Description EvaluationContext(Evaluator evaluator, SegmentCacheConsumer segmentCacheConsumer, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer)EvaluatorImp(SplitCacheConsumer splitCacheConsumer, SegmentCacheConsumer segmentCache, RuleBasedSegmentCacheConsumer ruleBasedSegmentCacheConsumer, FallbackTreatmentCalculator fallbackTreatmentCalculator) -
Uses of SegmentCacheConsumer in io.split.storages
Subinterfaces of SegmentCacheConsumer in io.split.storages Modifier and Type Interface Description interfaceSegmentCacheMemory for segments -
Uses of SegmentCacheConsumer in io.split.storages.memory
Classes in io.split.storages.memory that implement SegmentCacheConsumer Modifier and Type Class Description classSegmentCacheInMemoryImplInMemoryCache Implementation -
Uses of SegmentCacheConsumer in io.split.storages.pluggable.adapters
Classes in io.split.storages.pluggable.adapters that implement SegmentCacheConsumer Modifier and Type Class Description classUserCustomSegmentAdapterConsumer -
Uses of SegmentCacheConsumer in io.split.telemetry.synchronizer
Constructors in io.split.telemetry.synchronizer with parameters of type SegmentCacheConsumer Constructor Description TelemetryInMemorySubmitter(SplitHttpClient client, URI telemetryRootEndpoint, TelemetryStorageConsumer telemetryStorageConsumer, SplitCacheConsumer splitCacheConsumer, SegmentCacheConsumer segmentCacheConsumer, TelemetryRuntimeProducer telemetryRuntimeProducer, long initStartTime)
-