sweepStatistics property

Map<String, SweepStatistics> sweepStatistics
final

Sweeping statistics separated by memory pools.

The set of memory pools depends on the collector implementation.

Can be empty, if collection is in progress.

Implementation

final Map<String, SweepStatistics> sweepStatistics;