Uses of Class
org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingMode
-
-
Uses of ProfilingInfo.ProfilingMode in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type ProfilingInfo.ProfilingMode Modifier and Type Method Description CompletableFuture<ProfilingInfo>
ResourceManager. requestProfiling(ResourceID taskManagerId, int duration, ProfilingInfo.ProfilingMode mode, Duration timeout)
CompletableFuture<ProfilingInfo>
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.ProfilingMode Modifier and Type Method Description ProfilingInfo.ProfilingMode
ProfilingInfo. getProfilingMode()
static ProfilingInfo.ProfilingMode
ProfilingInfo.ProfilingMode. valueOf(String name)
Returns 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.ProfilingMode Modifier and Type Method Description static ProfilingInfo
ProfilingInfo. create(long duration, ProfilingInfo.ProfilingMode mode)
static ProfilingInfo
ProfilingInfo. 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.ProfilingMode Modifier and Type Method Description ProfilingInfo.ProfilingMode
ProfilingRequestBody. getMode()
Constructors in org.apache.flink.runtime.rest.messages.cluster with parameters of type ProfilingInfo.ProfilingMode Constructor Description ProfilingRequestBody(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.ProfilingMode Modifier and Type Method Description CompletableFuture<ProfilingInfo>
TaskExecutor. requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, Duration timeout)
CompletableFuture<ProfilingInfo>
TaskExecutorGateway. requestProfiling(int duration, ProfilingInfo.ProfilingMode mode, Duration timeout)
Requests the profiling from this TaskManager.CompletableFuture<ProfilingInfo>
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.ProfilingMode Modifier and Type Method Description CompletableFuture<ProfilingInfo>
ProfilingService. requestProfiling(String resourceID, long duration, ProfilingInfo.ProfilingMode mode)
-