Class DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory
- java.lang.Object
-
- org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Integer>
- Enclosing interface:
- DataflowStreamingPipelineOptions
public static class DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Integer>Read 'MaxStackTraceToReport' from system property 'windmill.max_stack_trace_to_report' or Integer.MAX_VALUE if unspecified.
-
-
Constructor Summary
Constructors Constructor Description MaxStackTraceDepthToReportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercreate(org.apache.beam.sdk.options.PipelineOptions options)
-