Module com.microsoft.gctoolkit.api
Class G1ConcurrentStringDeduplication
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCConcurrentEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1ConcurrentStringDeduplication
-
public class G1ConcurrentStringDeduplication extends G1GCConcurrentEvent
2015-10-17T21:10:23.673-0400: 3993.137: [GC concurrent-string-deduplication, 79.3K->792.0B(78.6K), avg 96.2%, 0.0024351 secs]
-
-
Constructor Summary
Constructors Constructor Description G1ConcurrentStringDeduplication(DateTimeStamp timeStamp, double startingStringVolume, double endingStringVolume, double reduction, double percentReduction, double duration)G1ConcurrentStringDeduplication(DateTimeStamp timeStamp, GCCause cause, double startingStringVolume, double endingStringVolume, double reduction, double percentReduction, double duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetEndingStringVolume()doublegetPercentReduction()doublegetReduction()doublegetStartingStringVolume()-
Methods inherited from class com.microsoft.gctoolkit.event.GCEvent
equals, getGarbageCollectionType, getGCCause, hashCode, setGCCause
-
Methods inherited from class com.microsoft.gctoolkit.event.jvm.JVMEvent
getDateTimeStamp, getDuration, toString
-
-
-
-
Constructor Detail
-
G1ConcurrentStringDeduplication
public G1ConcurrentStringDeduplication(DateTimeStamp timeStamp, double startingStringVolume, double endingStringVolume, double reduction, double percentReduction, double duration)
-
G1ConcurrentStringDeduplication
public G1ConcurrentStringDeduplication(DateTimeStamp timeStamp, GCCause cause, double startingStringVolume, double endingStringVolume, double reduction, double percentReduction, double duration)
-
-