| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ProfilingInfo> |
ResourceManager.requestProfiling(ResourceID taskManagerId,
int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
CompletableFuture<ProfilingInfo> |
ResourceManagerGateway.requestProfiling(ResourceID taskManagerId,
int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout)
Requests the profiling instance from the given
TaskExecutor. |
CompletableFuture<Collection<ProfilingInfo>> |
ResourceManager.requestTaskManagerProfilingList(ResourceID taskManagerId,
Duration timeout) |
CompletableFuture<Collection<ProfilingInfo>> |
ResourceManagerGateway.requestTaskManagerProfilingList(ResourceID taskManagerId,
Duration timeout)
Request profiling list from the given
TaskExecutor. |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ProfilingInfo> |
JobManagerProfilingHandler.handleRequest(HandlerRequest<ProfilingRequestBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
JobManagerProfilingHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters> messageHeaders,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ProfilingInfo> |
TaskManagerProfilingHandler.handleRequest(HandlerRequest<ProfilingRequestBody> request,
ResourceManagerGateway gateway) |
| Constructor and Description |
|---|
TaskManagerProfilingHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<ProfilingRequestBody,ProfilingInfo,TaskManagerMessageParameters> messageHeaders,
GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static ProfilingInfo |
ProfilingInfo.create(long duration,
ProfilingInfo.ProfilingMode mode) |
static ProfilingInfo |
ProfilingInfo.create(ProfilingInfo.ProfilingStatus status,
ProfilingInfo.ProfilingMode mode,
long triggerTime,
long finishedTime,
long duration,
String message,
String outputPath) |
ProfilingInfo |
ProfilingInfo.fail(String message) |
ProfilingInfo |
ProfilingInfo.success(String outputFile) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProfilingInfo> |
ProfilingInfoList.getProfilingInfos() |
| Modifier and Type | Method and Description |
|---|---|
static ProfilingInfoList |
ProfilingInfoList.createNullable(Collection<ProfilingInfo> profilingInfos) |
| Constructor and Description |
|---|
ProfilingInfoList(Collection<ProfilingInfo> profilingInfos) |
| Modifier and Type | Method and Description |
|---|---|
Class<ProfilingInfo> |
JobManagerProfilingHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<ProfilingInfo> |
TaskManagerProfilingHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ProfilingInfo> |
TaskExecutorGatewayDecoratorBase.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
CompletableFuture<ProfilingInfo> |
TaskExecutor.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
CompletableFuture<ProfilingInfo> |
TaskExecutorGateway.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout)
Requests the profiling from this TaskManager.
|
CompletableFuture<Collection<ProfilingInfo>> |
TaskExecutorGatewayDecoratorBase.requestProfilingList(Duration timeout) |
CompletableFuture<Collection<ProfilingInfo>> |
TaskExecutor.requestProfilingList(Duration timeout) |
CompletableFuture<Collection<ProfilingInfo>> |
TaskExecutorGateway.requestProfilingList(Duration timeout)
Requests for the historical profiling file names on the TaskManager.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Collection<ProfilingInfo>> |
ProfilingService.getProfilingList(String resourceID) |
CompletableFuture<ProfilingInfo> |
ProfilingService.requestProfiling(String resourceID,
long duration,
ProfilingInfo.ProfilingMode mode) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.