| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ProfilingInfoList> |
JobManagerProfilingListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
JobManagerProfilingListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ProfilingInfoList,EmptyMessageParameters> messageHeaders,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ProfilingInfoList> |
TaskManagerProfilingListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
ResourceManagerGateway gateway) |
| Constructor and Description |
|---|
TaskManagerProfilingListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ProfilingInfoList,TaskManagerMessageParameters> messageHeaders,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) |
| Modifier and Type | Method and Description |
|---|---|
static ProfilingInfoList |
ProfilingInfoList.createNullable(Collection<ProfilingInfo> profilingInfos) |
static ProfilingInfoList |
ProfilingInfoList.empty() |
| Modifier and Type | Method and Description |
|---|---|
Class<ProfilingInfoList> |
JobManagerProfilingListHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<ProfilingInfoList> |
TaskManagerProfilingListHeaders.getResponseClass() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.