@PublicEvolving public static class FactoryUtil.FactoryHelper<F extends Factory> extends Object
Factory.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.configuration.Configuration |
allOptions |
protected Set<String> |
consumedOptionKeys |
protected Set<String> |
deprecatedOptionKeys |
protected F |
factory |
| Constructor and Description |
|---|
FactoryHelper(F factory,
Map<String,String> configuration,
org.apache.flink.configuration.ConfigOption<?>... implicitOptions) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getOptions()
Returns all options currently being consumed by the factory.
|
void |
validate()
Validates the options of the factory.
|
void |
validateExcept(String... prefixesToSkip)
Validates the options of the factory.
|
public void validate()
public void validateExcept(String... prefixesToSkip)
The option keys that have given prefix prefixToSkip would just be skipped for
validation.
prefixesToSkip - Set of option key prefixes to skip validationpublic org.apache.flink.configuration.ReadableConfig getOptions()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.