Uses of Class
org.apache.flink.runtime.rest.messages.cluster.ProfilingRequestBody
-
-
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 ProfilingRequestBody 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 ProfilingRequestBody 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 ProfilingRequestBody in org.apache.flink.runtime.rest.handler.taskmanager
Method parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingRequestBody 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 ProfilingRequestBody 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 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 Modifier and Type Method Description Class<ProfilingRequestBody>JobManagerProfilingHeaders. getRequestClass() -
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 Modifier and Type Method Description Class<ProfilingRequestBody>TaskManagerProfilingHeaders. getRequestClass()
-