Interface CacheSizing.Builder

  • Enclosing interface:
    CacheSizing

    public static interface CacheSizing.Builder
    • Method Detail

      • fixedSizeInMB

        @CanIgnoreReturnValue
        CacheSizing.Builder fixedSizeInMB​(int fixedSizeInMB)
      • fixedSizeInMB

        @CanIgnoreReturnValue
        CacheSizing.Builder fixedSizeInMB​(java.util.OptionalInt fixedSizeInMB)
      • fractionOfMaxHeapSize

        @CanIgnoreReturnValue
        CacheSizing.Builder fractionOfMaxHeapSize​(double fractionOfMaxHeapSize)
      • fractionOfMaxHeapSize

        @CanIgnoreReturnValue
        CacheSizing.Builder fractionOfMaxHeapSize​(java.util.OptionalDouble fractionOfMaxHeapSize)
      • fractionMinSizeMb

        @CanIgnoreReturnValue
        CacheSizing.Builder fractionMinSizeMb​(int fractionMinSizeMb)
      • fractionMinSizeMb

        @CanIgnoreReturnValue
        CacheSizing.Builder fractionMinSizeMb​(java.util.OptionalInt fractionMinSizeMb)
      • heapSizeAdjustmentMB

        @CanIgnoreReturnValue
        CacheSizing.Builder heapSizeAdjustmentMB​(int heapSizeAdjustmentMB)
      • heapSizeAdjustmentMB

        @CanIgnoreReturnValue
        CacheSizing.Builder heapSizeAdjustmentMB​(java.util.OptionalInt heapSizeAdjustmentMB)