Interface PoolChunkListMetric

All Superinterfaces:
Iterable<PoolChunkMetric>
All Known Implementing Classes:
PoolChunkList

public interface PoolChunkListMetric extends Iterable<PoolChunkMetric>
Metrics for a list of chunks.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the maximum usage of the chunk list after which chunks are promoted to the next list.
    int
    Return the minimum usage of the chunk list before which chunks are promoted to the previous list.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • minUsage

      int minUsage()
      Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
    • maxUsage

      int maxUsage()
      Return the maximum usage of the chunk list after which chunks are promoted to the next list.