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