Class CollectionCycleCountsSummary
- java.lang.Object
-
- com.microsoft.gctoolkit.integration.aggregation.CollectionCycleCountsSummary
-
- All Implemented Interfaces:
Aggregation,CollectionCycleCountsAggregation
public class CollectionCycleCountsSummary extends Object implements CollectionCycleCountsAggregation
-
-
Constructor Summary
Constructors Constructor Description CollectionCycleCountsSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcount(GarbageCollectionTypes gcType)booleanhasWarning()booleanisEmpty()voidprintOn(PrintStream printStream)
-
-
-
Method Detail
-
count
public void count(GarbageCollectionTypes gcType)
- Specified by:
countin interfaceCollectionCycleCountsAggregation
-
printOn
public void printOn(PrintStream printStream)
-
hasWarning
public boolean hasWarning()
- Specified by:
hasWarningin interfaceAggregation
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceAggregation
-
-