Uses of Class
org.apache.flink.runtime.rest.messages.ProfilingInfo
-
-
Uses of ProfilingInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ProfilingInfo Modifier and Type Method 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 givenTaskExecutor
.CompletableFuture<Collection<ProfilingInfo>>
ResourceManager. requestTaskManagerProfilingList(ResourceID taskManagerId, Duration timeout)
CompletableFuture<Collection<ProfilingInfo>>
ResourceManagerGateway. requestTaskManagerProfilingList(ResourceID taskManagerId, Duration timeout)
Request profiling list from the givenTaskExecutor
. -
Uses of ProfilingInfo in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type ProfilingInfo Modifier and Type Method Description protected CompletableFuture<ProfilingInfo>
JobManagerProfilingHandler. handleRequest(HandlerRequest<ProfilingRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ProfilingInfo Constructor Description JobManagerProfilingHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters> messageHeaders, org.apache.flink.configuration.Configuration configuration)
-
Uses of ProfilingInfo in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type ProfilingInfo Modifier and Type Method Description protected CompletableFuture<ProfilingInfo>
TaskManagerProfilingHandler. handleRequest(HandlerRequest<ProfilingRequestBody> request, ResourceManagerGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingInfo Constructor Description TaskManagerProfilingHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<ProfilingRequestBody,ProfilingInfo,TaskManagerMessageParameters> messageHeaders, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, org.apache.flink.configuration.Configuration configuration)
-
Uses of ProfilingInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ProfilingInfo Modifier and Type Method 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)
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type ProfilingInfo Modifier and Type Method Description Collection<ProfilingInfo>
ProfilingInfoList. getProfilingInfos()
Method parameters in org.apache.flink.runtime.rest.messages with type arguments of type ProfilingInfo Modifier and Type Method Description static ProfilingInfoList
ProfilingInfoList. createNullable(Collection<ProfilingInfo> profilingInfos)
Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type ProfilingInfo Constructor Description ProfilingInfoList(Collection<ProfilingInfo> profilingInfos)
-
Uses of ProfilingInfo in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type ProfilingInfo Modifier and Type Method Description Class<ProfilingInfo>
JobManagerProfilingHeaders. getResponseClass()
-
Uses of ProfilingInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type ProfilingInfo Modifier and Type Method Description Class<ProfilingInfo>
TaskManagerProfilingHeaders. getResponseClass()
-
Uses of ProfilingInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ProfilingInfo Modifier and Type Method Description 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<ProfilingInfo>
TaskExecutorGatewayDecoratorBase. requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, 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.CompletableFuture<Collection<ProfilingInfo>>
TaskExecutorGatewayDecoratorBase. requestProfilingList(Duration timeout)
-
Uses of ProfilingInfo in org.apache.flink.runtime.util.profiler
Methods in org.apache.flink.runtime.util.profiler that return types with arguments of type ProfilingInfo Modifier and Type Method Description CompletableFuture<Collection<ProfilingInfo>>
ProfilingService. getProfilingList(String resourceID)
CompletableFuture<ProfilingInfo>
ProfilingService. requestProfiling(String resourceID, long duration, ProfilingInfo.ProfilingMode mode)
-