Interface PoolChunkListMetric

  • All Superinterfaces:
    java.lang.Iterable<PoolChunkMetric>

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int maxUsage()
      Return the maximum usage of the chunk list after which chunks are promoted to the next list.
      int minUsage()
      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 Detail

      • 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.