public class StateProviderConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
className |
private String |
id |
private Map<String,String> |
properties |
private Scope |
scope |
| Constructor and Description |
|---|
StateProviderConfiguration(String id,
String className,
Scope scope,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getId() |
Map<String,String> |
getProperties() |
Scope |
getScope() |
Copyright © 2021 Apache NiFi Project. All rights reserved.