public final class ShadowRuleStatementSupporter extends Object
| 构造器和说明 |
|---|
ShadowRuleStatementSupporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<String> |
getAlgorithmNames(Collection<ShadowRuleSegment> rules)
Get the algorithm names from the rules.
|
static List<String> |
getAlgorithmNames(ShadowRuleConfiguration configuration)
Get the algorithm names from the configuration.
|
static List<String> |
getResourceNames(Collection<ShadowRuleSegment> rules)
Get the resource names from the rules.
|
static List<String> |
getRuleNames(Collection<ShadowRuleSegment> rules)
Get rule names from the rules.
|
static List<String> |
getRuleNames(ShadowRuleConfiguration configuration)
Get rule names from the configuration.
|
static List<ShadowAlgorithmSegment> |
getShadowAlgorithmSegment(Collection<ShadowRuleSegment> rules)
Get the algorithm segments from the rules.
|
static List<String> |
getTableNames(Collection<ShadowRuleSegment> rules)
Get the table names from the rules.
|
static List<String> |
getTableNames(ShadowRuleConfiguration configuration)
Get table names from the configuration.
|
static ShadowTableConfiguration |
mergeConfiguration(ShadowTableConfiguration existingConfiguration,
ShadowTableConfiguration newConfiguration)
Merge configuration.
|
public static List<String> getRuleNames(ShadowRuleConfiguration configuration)
configuration - configurationpublic static List<String> getRuleNames(Collection<ShadowRuleSegment> rules)
rules - rulespublic static List<String> getTableNames(ShadowRuleConfiguration configuration)
configuration - configurationpublic static List<String> getTableNames(Collection<ShadowRuleSegment> rules)
rules - rulespublic static List<String> getResourceNames(Collection<ShadowRuleSegment> rules)
rules - rulespublic static List<String> getAlgorithmNames(ShadowRuleConfiguration configuration)
configuration - configurationpublic static List<String> getAlgorithmNames(Collection<ShadowRuleSegment> rules)
rules - configurationpublic static List<ShadowAlgorithmSegment> getShadowAlgorithmSegment(Collection<ShadowRuleSegment> rules)
rules - configurationpublic static ShadowTableConfiguration mergeConfiguration(ShadowTableConfiguration existingConfiguration, ShadowTableConfiguration newConfiguration)
existingConfiguration - already existing configurationnewConfiguration - new shadow table configurationCopyright © 2021 The Apache Software Foundation. All rights reserved.