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 Type
    Method
    Description
    @org.checkerframework.checker.index.qual.NonNegative int
     
  • Method Details

    • getMaxCacheMemoryUsage

      @org.checkerframework.checker.index.qual.NonNegative int getMaxCacheMemoryUsage(PipelineOptions options)