Uses of Enum
org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingMode
Packages that use ProfilingInfo.ProfilingMode
Package
Description
-
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type ProfilingInfo.ProfilingModeModifier 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. -
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ProfilingInfo.ProfilingModeModifier and TypeMethodDescriptionProfilingInfo.getProfilingMode()static ProfilingInfo.ProfilingModeReturns the enum constant of this type with the specified name.static ProfilingInfo.ProfilingMode[]ProfilingInfo.ProfilingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.rest.messages with parameters of type ProfilingInfo.ProfilingModeModifier 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) -
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return ProfilingInfo.ProfilingModeConstructors in org.apache.flink.runtime.rest.messages.cluster with parameters of type ProfilingInfo.ProfilingModeModifierConstructorDescriptionProfilingRequestBody(ProfilingInfo.ProfilingMode mode, int duration) -
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type ProfilingInfo.ProfilingModeModifier 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) -
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.util.profiler
Methods in org.apache.flink.runtime.util.profiler with parameters of type ProfilingInfo.ProfilingModeModifier and TypeMethodDescriptionProfilingService.requestProfiling(String resourceID, long duration, ProfilingInfo.ProfilingMode mode)