Package | Description |
---|---|
org.apache.flink.runtime.dispatcher | |
org.apache.flink.runtime.rest.handler.job | |
org.apache.flink.runtime.rest.messages | |
org.apache.flink.runtime.webmonitor |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MultipleJobsDetails> |
Dispatcher.requestMultipleJobDetails(Time timeout) |
Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<MultipleJobsDetails> |
JobsOverviewHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
Constructor and Description |
---|
JobsOverviewHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,MultipleJobsDetails,EmptyMessageParameters> messageHeaders) |
Modifier and Type | Method and Description |
---|---|
Class<MultipleJobsDetails> |
JobsOverviewHeaders.getResponseClass() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MultipleJobsDetails> |
RestfulGateway.requestMultipleJobDetails(Time timeout)
Requests job details currently being executed on the Flink cluster.
|
CompletableFuture<MultipleJobsDetails> |
NonLeaderRetrievalRestfulGateway.requestMultipleJobDetails(Time timeout) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.