| Interface | Description |
|---|---|
| Job<T extends Serializable> |
Interface for a Spark remote job.
|
| JobContext |
Holds runtime information about the job execution context.
|
| JobHandle<T extends Serializable> |
A handle to a submitted job.
|
| JobHandle.Listener<T extends Serializable> |
A listener for monitoring the state of the job in the remote context.
|
| SparkClient |
Defines the API for the Spark remote client.
|
| Class | Description |
|---|---|
| MetricsCollection |
Provides metrics collected for a submitted job.
|
| RemoteDriver |
Driver code for the Spark client library.
|
| SparkClientFactory |
Factory for SparkClient instances.
|
| SparkClientUtilities |
| Enum | Description |
|---|---|
| JobHandle.State |
The current state of the submitted job.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.