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

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

The newest version!
package io.split.storages;

import io.split.engine.experiments.ParsedRuleBasedSegment;

import java.util.List;

public interface RuleBasedSegmentCacheProducer {
    boolean remove(String name);
    void setChangeNumber(long changeNumber);
    long getChangeNumber();
    void update(List toAdd, List toRemove, long changeNumber);
    void clear();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy