Uses of Class
org.apache.flink.runtime.rest.messages.cluster.ProfilingRequestBody
Packages that use ProfilingRequestBody
Package
Description
-
Uses of ProfilingRequestBody in org.apache.flink.runtime.rest.handler.cluster
Method parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ProfilingRequestBodyModifier 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 ProfilingRequestBodyModifierConstructorDescriptionJobManagerProfilingHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<ProfilingRequestBody, ProfilingInfo, EmptyMessageParameters> messageHeaders, org.apache.flink.configuration.Configuration configuration) -
Uses of ProfilingRequestBody in org.apache.flink.runtime.rest.handler.taskmanager
Method parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingRequestBodyModifier 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 ProfilingRequestBodyModifierConstructorDescriptionTaskManagerProfilingHandler(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 ProfilingRequestBody in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type ProfilingRequestBody -
Uses of ProfilingRequestBody in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type ProfilingRequestBody