public class UserCustomSplitAdapterConsumer extends Object implements SplitCacheConsumer
| Constructor and Description |
|---|
UserCustomSplitAdapterConsumer(CustomStorageWrapper customStorageWrapper) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParsedSplit> |
fetchMany(List<String> names) |
ParsedSplit |
get(String name) |
Collection<ParsedSplit> |
getAll() |
long |
getChangeNumber() |
Set<String> |
getSegments() |
boolean |
trafficTypeExists(String trafficTypeName) |
public UserCustomSplitAdapterConsumer(CustomStorageWrapper customStorageWrapper)
public long getChangeNumber()
getChangeNumber in interface SplitCacheCommonspublic ParsedSplit get(String name)
get in interface SplitCacheConsumerpublic Collection<ParsedSplit> getAll()
getAll in interface SplitCacheConsumerpublic boolean trafficTypeExists(String trafficTypeName)
trafficTypeExists in interface SplitCacheConsumerpublic Collection<ParsedSplit> fetchMany(List<String> names)
fetchMany in interface SplitCacheConsumerpublic Set<String> getSegments()
getSegments in interface SplitCacheCommonsCopyright © 2021. All rights reserved.