Class DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory
java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory
- All Implemented Interfaces:
DefaultValueFactory<Integer>
- Enclosing interface:
DataflowStreamingPipelineOptions
public static class DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory
extends Object
implements DefaultValueFactory<Integer>
Read 'MaxStackTraceToReport' from system property 'windmill.max_stack_trace_to_report' or
Integer.MAX_VALUE if unspecified.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory
.
-
Constructor Details
-
MaxStackTraceDepthToReportFactory
public MaxStackTraceDepthToReportFactory()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactory
Creates a default value for a getter marked withDefault.InstanceFactory
.- Specified by:
create
in interfaceDefaultValueFactory<Integer>
- Parameters:
options
- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-