Uses of Class
org.apache.flink.runtime.rest.messages.ProfilingInfo
Packages that use ProfilingInfo
Package
Description
-
Uses of ProfilingInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ProfilingInfoModifier and TypeMethodDescriptionResourceManager.requestProfiling(ResourceID taskManagerId, int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) ResourceManagerGateway.requestProfiling(ResourceID taskManagerId, int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) Requests the profiling instance from the givenTaskExecutor.ResourceManager.requestTaskManagerProfilingList(ResourceID taskManagerId, Duration timeout) 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 ProfilingInfoModifier and TypeMethodDescriptionprotected CompletableFuture<ProfilingInfo>JobManagerProfilingHandler.handleRequest(HandlerRequest<ProfilingRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ProfilingInfoModifierConstructorDescriptionJobManagerProfilingHandler(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 ProfilingInfoModifier and TypeMethodDescriptionprotected CompletableFuture<ProfilingInfo>TaskManagerProfilingHandler.handleRequest(HandlerRequest<ProfilingRequestBody> request, ResourceManagerGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingInfoModifierConstructorDescriptionTaskManagerProfilingHandler(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 ProfilingInfoModifier and TypeMethodDescriptionstatic ProfilingInfoProfilingInfo.create(long duration, ProfilingInfo.ProfilingMode mode) static ProfilingInfoProfilingInfo.create(ProfilingInfo.ProfilingStatus status, ProfilingInfo.ProfilingMode mode, long triggerTime, long finishedTime, long duration, String message, String outputPath) Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type ProfilingInfoMethod parameters in org.apache.flink.runtime.rest.messages with type arguments of type ProfilingInfoModifier and TypeMethodDescriptionstatic ProfilingInfoListProfilingInfoList.createNullable(Collection<ProfilingInfo> profilingInfos) Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type ProfilingInfo -
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 -
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 -
Uses of ProfilingInfo in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ProfilingInfoModifier and TypeMethodDescriptionTaskExecutor.requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) TaskExecutorGateway.requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) Requests the profiling from this TaskManager.TaskExecutorGatewayDecoratorBase.requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) TaskExecutor.requestProfilingList(Duration timeout) TaskExecutorGateway.requestProfilingList(Duration timeout) Requests for the historical profiling file names on the TaskManager.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 ProfilingInfoModifier and TypeMethodDescriptionProfilingService.getProfilingList(String resourceID) ProfilingService.requestProfiling(String resourceID, long duration, ProfilingInfo.ProfilingMode mode)