Uses of Class
org.apache.flink.configuration.TraceOptions.CheckpointSpanDetailLevel
-
Packages that use TraceOptions.CheckpointSpanDetailLevel Package Description org.apache.flink.configuration -
-
Uses of TraceOptions.CheckpointSpanDetailLevel in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type TraceOptions.CheckpointSpanDetailLevel Modifier and Type Field Description static ConfigOption<TraceOptions.CheckpointSpanDetailLevel>TraceOptions. CHECKPOINT_SPAN_DETAIL_LEVELThe detail level for reporting checkpoint spans.Methods in org.apache.flink.configuration that return TraceOptions.CheckpointSpanDetailLevel Modifier and Type Method Description static TraceOptions.CheckpointSpanDetailLevelTraceOptions.CheckpointSpanDetailLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceOptions.CheckpointSpanDetailLevel[]TraceOptions.CheckpointSpanDetailLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-