Class SdkHarnessOptions.DefaultMaxCacheMemoryUsageMbFactory

java.lang.Object
org.apache.beam.sdk.options.SdkHarnessOptions.DefaultMaxCacheMemoryUsageMbFactory
All Implemented Interfaces:
DefaultValueFactory<@NonNegative Integer>
Enclosing interface:
SdkHarnessOptions

public static class SdkHarnessOptions.DefaultMaxCacheMemoryUsageMbFactory extends Object implements DefaultValueFactory<@NonNegative Integer>
A DefaultValueFactory which constructs an instance of the class specified by maxCacheMemoryUsageMbClass to compute the maximum amount of memory to allocate to the process wide cache within an SDK harness instance.