Package org.apache.beam.sdk.options
Interface SdkHarnessOptions.MaxCacheMemoryUsageMb
- All Known Implementing Classes:
 SdkHarnessOptions.DefaultMaxCacheMemoryUsageMb
- Enclosing interface:
 SdkHarnessOptions
public static interface SdkHarnessOptions.MaxCacheMemoryUsageMb
Specifies the maximum amount of memory to use within the current SDK harness instance.
- 
Method Summary
Modifier and TypeMethodDescription@org.checkerframework.checker.index.qual.NonNegative intgetMaxCacheMemoryUsage(PipelineOptions options)  
- 
Method Details
- 
getMaxCacheMemoryUsage
@org.checkerframework.checker.index.qual.NonNegative int getMaxCacheMemoryUsage(PipelineOptions options)  
 -