Uses of Enum
org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingStatus
Packages that use ProfilingInfo.ProfilingStatus
-
Uses of ProfilingInfo.ProfilingStatus in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ProfilingInfo.ProfilingStatusModifier and TypeMethodDescriptionProfilingInfo.getStatus()Returns the enum constant of this type with the specified name.static ProfilingInfo.ProfilingStatus[]ProfilingInfo.ProfilingStatus.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.ProfilingStatusModifier and TypeMethodDescriptionstatic ProfilingInfoProfilingInfo.create(ProfilingInfo.ProfilingStatus status, ProfilingInfo.ProfilingMode mode, long triggerTime, long finishedTime, long duration, String message, String outputPath)