Interface | Description |
---|---|
ApplicationRunner |
The primary means of managing execution of the
SamzaApplication at runtime. |
LocationIdProvider |
Generates
LocationId that uniquely identifies the
execution environment of a stream processor. |
LocationIdProviderFactory |
Builds the
LocationIdProvider . |
ProcessorContext |
The context for a StreamProcessor.
|
ProcessorIdGenerator | |
ProcessorLifecycleListener |
This interface defines methods that are invoked in different stages of StreamProcessor's lifecycle in local
process (i.e.
|
ProcessorLifecycleListenerFactory |
This interface class defines the factory method to create an instance of
ProcessorLifecycleListener . |
Class | Description |
---|---|
LocationId |
Represents the physical execution environment of the StreamProcessor.
|