public class UserCustomSplitAdapterProducer extends Object implements SplitCacheProducer
| Constructor and Description |
|---|
UserCustomSplitAdapterProducer(CustomStorageWrapper customStorageWrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
decreaseTrafficType(String trafficType) |
long |
getChangeNumber() |
Set<String> |
getSegments() |
void |
increaseTrafficType(String trafficType) |
void |
kill(String splitName,
String defaultTreatment,
long changeNumber) |
void |
putMany(List<ParsedSplit> splits) |
boolean |
remove(String splitName) |
void |
setChangeNumber(long changeNumber) |
public UserCustomSplitAdapterProducer(CustomStorageWrapper customStorageWrapper)
public long getChangeNumber()
getChangeNumber in interface SplitCacheCommonspublic boolean remove(String splitName)
remove in interface SplitCacheProducerpublic void setChangeNumber(long changeNumber)
setChangeNumber in interface SplitCacheProducerpublic void kill(String splitName, String defaultTreatment, long changeNumber)
kill in interface SplitCacheProducerpublic void clear()
clear in interface SplitCacheProducerpublic void putMany(List<ParsedSplit> splits)
putMany in interface SplitCacheProducerpublic void increaseTrafficType(String trafficType)
increaseTrafficType in interface SplitCacheProducerpublic void decreaseTrafficType(String trafficType)
decreaseTrafficType in interface SplitCacheProducerpublic Set<String> getSegments()
getSegments in interface SplitCacheCommonsCopyright © 2021. All rights reserved.