| Interface | Description |
|---|---|
| Job<T> |
Interface for a Spark remote job.
|
| JobContext |
Holds runtime information about the job execution context.
|
| JobHandle<T> |
A handle to a submitted job.
|
| JobHandle.Listener<T> |
A listener for monitoring the state of the job in the remote context.
|
| LivyClient |
A client for submitting Spark-based jobs to a Livy backend.
|
| LivyClientFactory |
A factory for Livy clients.
|
| Class | Description |
|---|---|
| LivyClientBuilder |
A builder for Livy clients.
|
| Enum | Description |
|---|---|
| JobHandle.State |
The current state of the submitted job.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.