public class BlackListConfig extends Object
| Constructor and Description |
|---|
BlackListConfig() |
| Modifier and Type | Method and Description |
|---|---|
AppendStrategy |
getAppendStrategy() |
HashMap<String,String> |
getAppendStrategyConfigs() |
RemoveStrategy |
getRemoveStrategy() |
HashMap<String,String> |
getRemoveStrategyConfigs() |
void |
setAppendStrategy(AppendStrategy appendStrategy) |
void |
setAppendStrategyConfigs(HashMap<String,String> appendStrategyConfigs) |
void |
setRemoveStrategy(RemoveStrategy removeStrategy) |
void |
setRemoveStrategyConfigs(HashMap<String,String> removeStrategyConfigs) |
String |
toString() |
public void setRemoveStrategyConfigs(HashMap<String,String> removeStrategyConfigs)
public void setAppendStrategyConfigs(HashMap<String,String> appendStrategyConfigs)
public RemoveStrategy getRemoveStrategy()
public void setRemoveStrategy(RemoveStrategy removeStrategy)
public AppendStrategy getAppendStrategy()
public void setAppendStrategy(AppendStrategy appendStrategy)
Copyright © 2022 oceanbase.com. All rights reserved.