All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.storages.RuleBasedSegmentCacheConsumer Maven / Gradle / Ivy

The newest version!
package io.split.storages;

import io.split.engine.experiments.ParsedRuleBasedSegment;

import java.util.Collection;
import java.util.List;
import java.util.Set;

public interface RuleBasedSegmentCacheConsumer {
    ParsedRuleBasedSegment get(String name);
    Collection getAll();
    List ruleBasedSegmentNames();
    boolean contains(Set ruleBasedSegmentNames);
    long getChangeNumber();
    Set getSegments();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy