| Modifier and Type | Method and Description |
|---|---|
static ProxySpec |
ProxySpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxySpec[] |
ProxySpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static Set<ProxySpec> |
ProxyConfiguration.getUniqueProxySpecs(ProxySpec... _specs)
Remove redundancy.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
ProxyConfiguration.createProxyConfigPropertyDescriptor(boolean hasComponentProxyConfigs,
ProxySpec... _specs) |
private static Set<ProxySpec> |
ProxyConfiguration.getUniqueProxySpecs(ProxySpec... _specs)
Remove redundancy.
|
static void |
ProxyConfiguration.validateProxySpec(ValidationContext context,
Collection<ValidationResult> results,
ProxySpec... _specs)
This method can be used from customValidate method of components using this Controller Service
to validate the service is configured with the supported proxy types.
|
Copyright © 2018 Apache NiFi Project. All rights reserved.