Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessorCounts

Package version

Counts of the processors that currently own partitions.

Hierarchy

  • ProcessorCounts

Index

Properties

haveAdditionalPartition

haveAdditionalPartition: number

The # of processors that currently own the required # of partitions + 1 additional (ie, handling the case where the number of partitions is not evenly divisible by the # of processors).

haveRequiredPartitions

haveRequiredPartitions: number

The # of processors that only own the required # of partitions.

haveTooManyPartitions

haveTooManyPartitions: number

Processors which have more than the required or even required + 1 number of partitions. These will eventually be downsized by other processors as they acquire their required number of partitions.

Generated using TypeDoc