Interface | Description |
---|---|
StateManager |
The StateManager is responsible for providing NiFi components a mechanism for storing
and retrieving state.
|
StateMap |
Provides a representation of a component's state at some point in time.
|
StateProvider |
Provides a mechanism by which components can store and retrieve state.
|
StateProviderInitializationContext |
This interface defines an initialization context that is passed to a
StateProvider when it
is initialized. |
Enum | Description |
---|---|
Scope |
A Scope represents how a NiFi component's state is to be stored and retrieved when running in a cluster.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.