Interface | Description |
---|---|
ActorHelper | Developer API
A receiver trait to be mixed in with your Actor to gain access to
the API for pushing received data into Spark Streaming for being processed.
|
Class | Description |
---|---|
ActorSupervisorStrategy | Developer API
A helper with set of defaults for supervisor strategy
|
Receiver<T> | Developer API
Abstract class of a receiver that can be run on worker nodes to receive external data.
|
Statistics | Developer API
Statistics for querying the supervisor about state of workers.
|