Class ProfilingRequestBody
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.cluster.ProfilingRequestBody
-
- All Implemented Interfaces:
RequestBody
public class ProfilingRequestBody extends Object implements RequestBody
RequestBody
to trigger profiling instance.
-
-
Constructor Summary
Constructors Constructor Description ProfilingRequestBody(ProfilingInfo.ProfilingMode mode, int duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDuration()
ProfilingInfo.ProfilingMode
getMode()
-
-
-
Constructor Detail
-
ProfilingRequestBody
public ProfilingRequestBody(ProfilingInfo.ProfilingMode mode, int duration)
-
-
Method Detail
-
getMode
public ProfilingInfo.ProfilingMode getMode()
-
getDuration
public int getDuration()
-
-