Package io.split.storages
Interface RuleBasedSegmentCacheConsumer
-
- All Known Subinterfaces:
RuleBasedSegmentCache
- All Known Implementing Classes:
RuleBasedSegmentCacheInMemoryImp,UserCustomRuleBasedSegmentAdapterConsumer
public interface RuleBasedSegmentCacheConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(Set<String> ruleBasedSegmentNames)ParsedRuleBasedSegmentget(String name)Collection<ParsedRuleBasedSegment>getAll()longgetChangeNumber()Set<String>getSegments()List<String>ruleBasedSegmentNames()
-
-
-
Method Detail
-
get
ParsedRuleBasedSegment get(String name)
-
getAll
Collection<ParsedRuleBasedSegment> getAll()
-
getChangeNumber
long getChangeNumber()
-
-