public class StandardStateProviderInitializationContext extends Object implements StateProviderInitializationContext
| Modifier and Type | Field and Description |
|---|---|
private String |
id |
private ComponentLog |
logger |
private Map<PropertyDescriptor,PropertyValue> |
properties |
private SSLContext |
sslContext |
| Constructor and Description |
|---|
StandardStateProviderInitializationContext(String identifier,
Map<PropertyDescriptor,PropertyValue> properties,
SSLContext sslContext,
ComponentLog logger) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllProperties() |
String |
getIdentifier() |
ComponentLog |
getLogger() |
Map<PropertyDescriptor,PropertyValue> |
getProperties() |
PropertyValue |
getProperty(PropertyDescriptor property) |
SSLContext |
getSSLContext() |
private final String id
private final Map<PropertyDescriptor,PropertyValue> properties
private final SSLContext sslContext
private final ComponentLog logger
public StandardStateProviderInitializationContext(String identifier, Map<PropertyDescriptor,PropertyValue> properties, SSLContext sslContext, ComponentLog logger)
public Map<PropertyDescriptor,PropertyValue> getProperties()
getProperties in interface StateProviderInitializationContextpublic Map<String,String> getAllProperties()
getAllProperties in interface PropertyContextpublic PropertyValue getProperty(PropertyDescriptor property)
getProperty in interface PropertyContextpublic String getIdentifier()
getIdentifier in interface StateProviderInitializationContextpublic SSLContext getSSLContext()
getSSLContext in interface StateProviderInitializationContextpublic ComponentLog getLogger()
getLogger in interface StateProviderInitializationContextCopyright © 2021 Apache NiFi Project. All rights reserved.