Class OneRuntimeReport
- java.lang.Object
-
- com.microsoft.gctoolkit.integration.shared.SharedAggregation
-
- com.microsoft.gctoolkit.integration.shared.OneRuntimeReport
-
- All Implemented Interfaces:
Aggregation
public class OneRuntimeReport extends SharedAggregation implements Aggregation
-
-
Constructor Summary
Constructors Constructor Description OneRuntimeReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasWarning()booleanisEmpty()-
Methods inherited from class com.microsoft.gctoolkit.integration.shared.SharedAggregation
getRuntimeDuration, terminate
-
-
-
-
Method Detail
-
hasWarning
public boolean hasWarning()
- Specified by:
hasWarningin interfaceAggregation
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceAggregation
-
-