Class GcpOptions.EnableStreamingEngineFactory
java.lang.Object
org.apache.beam.sdk.extensions.gcp.options.GcpOptions.EnableStreamingEngineFactory
- All Implemented Interfaces:
DefaultValueFactory<Boolean>
- Enclosing interface:
GcpOptions
public static class GcpOptions.EnableStreamingEngineFactory
extends Object
implements DefaultValueFactory<Boolean>
EnableStreamingEngine defaults to false unless one of the two experiments is set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory
.
-
Constructor Details
-
EnableStreamingEngineFactory
public EnableStreamingEngineFactory()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactory
Creates a default value for a getter marked withDefault.InstanceFactory
.- Specified by:
create
in interfaceDefaultValueFactory<Boolean>
- Parameters:
options
- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-