Interface HeapOccupancyAfterCollectionAggregation
-
- All Superinterfaces:
Aggregation
- All Known Implementing Classes:
HeapOccupancyAfterCollectionSummary
public interface HeapOccupancyAfterCollectionAggregation extends Aggregation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDataPoint(GarbageCollectionTypes gcType, DateTimeStamp timeStamp, long heapOccupancy)-
Methods inherited from interface com.microsoft.gctoolkit.aggregator.Aggregation
hasWarning, isEmpty
-
-
-
-
Method Detail
-
addDataPoint
void addDataPoint(GarbageCollectionTypes gcType, DateTimeStamp timeStamp, long heapOccupancy)
-
-