| Package | Description |
|---|---|
| org.apache.flink.runtime.messages.webmonitor |
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
|
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.messages |
| Constructor and Description |
|---|
JobIdsWithStatusOverview(JobIdsWithStatusOverview first,
JobIdsWithStatusOverview second) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<JobIdsWithStatusOverview> |
JobIdsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
JobIdsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,JobIdsWithStatusOverview,EmptyMessageParameters> messageHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Class<JobIdsWithStatusOverview> |
JobIdsWithStatusesOverviewHeaders.getResponseClass() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.