Uses of Class
org.apache.flink.runtime.rest.messages.ProfilingInfoList
-
-
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 ProfilingInfoList Modifier and Type Method Description protected CompletableFuture<ProfilingInfoList>JobManagerProfilingListHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ProfilingInfoList Constructor Description JobManagerProfilingListHandler(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 ProfilingInfoList Modifier and Type Method Description protected CompletableFuture<ProfilingInfoList>TaskManagerProfilingListHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ProfilingInfoList Constructor Description TaskManagerProfilingListHandler(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 ProfilingInfoList Modifier and Type Method Description static 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 Modifier and Type Method Description Class<ProfilingInfoList>JobManagerProfilingListHeaders. getResponseClass() -
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 Modifier and Type Method Description Class<ProfilingInfoList>TaskManagerProfilingListHeaders. getResponseClass()
-