Class ResourceHintsOptions.EmptyListDefault
java.lang.Object
org.apache.beam.sdk.transforms.resourcehints.ResourceHintsOptions.EmptyListDefault
- All Implemented Interfaces:
DefaultValueFactory<List<NullType>>
- Enclosing interface:
ResourceHintsOptions
public static class ResourceHintsOptions.EmptyListDefault
extends Object
implements DefaultValueFactory<List<NullType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory.
-
Constructor Details
-
EmptyListDefault
public EmptyListDefault()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
createin interfaceDefaultValueFactory<List<NullType>>- Parameters:
options- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-