| Interface | Description |
|---|---|
| RobustExecutor.VoidFunction0 |
| Class | Description |
|---|---|
| LoginParam |
Parameters for server login (e.g.
|
| ParallelExecutor | |
| RobustExecutor<T,R> |
The class RobustExecutor execute functions and automatically retry on failure.
|
| ServerID |
Identifier of external servers.
|
| SparkStreamingApp |
The SparkStreamingApp class wraps a whole Spark Streaming application,
including driver code and executor code.
|
| Stream |
A Stream is a flow of DStreams.
|
| Stream.Port |
The class Port represents an input port of a stream.
|
| Enum | Description |
|---|---|
| DataType |
Enumeration of data types that can be outputted or accepted by applications.
|