Package io.split.storages
Interface RuleBasedSegmentCacheProducer
-
- All Known Subinterfaces:
RuleBasedSegmentCache
- All Known Implementing Classes:
RuleBasedSegmentCacheInMemoryImp
public interface RuleBasedSegmentCacheProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()longgetChangeNumber()booleanremove(String name)voidsetChangeNumber(long changeNumber)voidupdate(List<ParsedRuleBasedSegment> toAdd, List<String> toRemove, long changeNumber)
-
-
-
Method Detail
-
remove
boolean remove(String name)
-
setChangeNumber
void setChangeNumber(long changeNumber)
-
getChangeNumber
long getChangeNumber()
-
update
void update(List<ParsedRuleBasedSegment> toAdd, List<String> toRemove, long changeNumber)
-
clear
void clear()
-
-