Package io.split.storages
Interface SplitCacheConsumer
-
- All Superinterfaces:
SplitCacheCommons
- All Known Subinterfaces:
SplitCache
- All Known Implementing Classes:
InMemoryCacheImp,UserCustomSplitAdapterConsumer
public interface SplitCacheConsumer extends SplitCacheCommons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ParsedSplit>fetchMany(List<String> names)ParsedSplitget(String name)Collection<ParsedSplit>getAll()Map<String,HashSet<String>>getNamesByFlagSets(List<String> flagSets)List<String>splitNames()booleantrafficTypeExists(String trafficTypeName)-
Methods inherited from interface io.split.storages.SplitCacheCommons
getChangeNumber, getSegments
-
-
-
-
Method Detail
-
get
ParsedSplit get(String name)
-
getAll
Collection<ParsedSplit> getAll()
-
fetchMany
Map<String,ParsedSplit> fetchMany(List<String> names)
-
trafficTypeExists
boolean trafficTypeExists(String trafficTypeName)
-
-