public static class DataflowStreamingPipelineOptions.MaxStackTraceDepthToReportFactory extends java.lang.Object implements DefaultValueFactory<java.lang.Integer>
Constructor and Description |
---|
MaxStackTraceDepthToReportFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
create(PipelineOptions options)
Creates a default value for a getter marked with
Default.InstanceFactory . |
public java.lang.Integer create(PipelineOptions options)
DefaultValueFactory
Default.InstanceFactory
.create
in interface DefaultValueFactory<java.lang.Integer>
options
- The current pipeline options.