| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutorsSummary |
ExecutorsSummary.clone() |
ExecutorsSummary |
ExecutorsSummary.withExecutorId(String executorId)
The UUID of the executor.
|
ExecutorsSummary |
ExecutorsSummary.withExecutorSize(Long executorSize)
The smallest unit of compute that a session can request from Athena.
|
ExecutorsSummary |
ExecutorsSummary.withExecutorState(ExecutorState executorState)
The processing state of the executor.
|
ExecutorsSummary |
ExecutorsSummary.withExecutorState(String executorState)
The processing state of the executor.
|
ExecutorsSummary |
ExecutorsSummary.withExecutorType(ExecutorType executorType)
The type of executor used for the application (
COORDINATOR, GATEWAY, or
WORKER). |
ExecutorsSummary |
ExecutorsSummary.withExecutorType(String executorType)
The type of executor used for the application (
COORDINATOR, GATEWAY, or
WORKER). |
ExecutorsSummary |
ExecutorsSummary.withStartDateTime(Long startDateTime)
The date and time that the executor started.
|
ExecutorsSummary |
ExecutorsSummary.withTerminationDateTime(Long terminationDateTime)
The date and time that the executor was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutorsSummary> |
ListExecutorsResult.getExecutorsSummary()
Contains summary information about the executor.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutorsResult |
ListExecutorsResult.withExecutorsSummary(ExecutorsSummary... executorsSummary)
Contains summary information about the executor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutorsResult.setExecutorsSummary(Collection<ExecutorsSummary> executorsSummary)
Contains summary information about the executor.
|
ListExecutorsResult |
ListExecutorsResult.withExecutorsSummary(Collection<ExecutorsSummary> executorsSummary)
Contains summary information about the executor.
|
Copyright © 2025. All rights reserved.