Uses of Class
org.apache.flink.runtime.rest.messages.ProfilingInfoList
Packages that use ProfilingInfoList
Package
Description
-
Uses of ProfilingInfoList in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type ProfilingInfoListModifier and TypeMethodDescriptionprotected CompletableFuture<ProfilingInfoList>JobManagerProfilingListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ProfilingInfoListModifierConstructorDescriptionJobManagerProfilingListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, ProfilingInfoList, EmptyMessageParameters> messageHeaders, org.apache.flink.configuration.Configuration configuration) -
Uses of ProfilingInfoList in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type ProfilingInfoListModifier and TypeMethodDescriptionprotected CompletableFuture<ProfilingInfoList>TaskManagerProfilingListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingInfoListModifierConstructorDescriptionTaskManagerProfilingListHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, ProfilingInfoList, TaskManagerMessageParameters> messageHeaders, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) -
Uses of ProfilingInfoList in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ProfilingInfoListModifier and TypeMethodDescriptionstatic ProfilingInfoListProfilingInfoList.createNullable(Collection<ProfilingInfo> profilingInfos) static ProfilingInfoListProfilingInfoList.empty() -
Uses of ProfilingInfoList in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type ProfilingInfoList -
Uses of ProfilingInfoList in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type ProfilingInfoList