Uses of Class
com.microsoft.gctoolkit.event.jvm.JVMEvent
-
-
Uses of JVMEvent in com.microsoft.gctoolkit.aggregator
Methods in com.microsoft.gctoolkit.aggregator with type parameters of type JVMEvent Modifier and Type Method Description <R extends JVMEvent>
voidJVMEventDispatcher. dispatch(R event)todo: fix comment for the link below.protected <E extends JVMEvent>
voidAggregator. register(Class<E> eventClass, Consumer<? super E> process)Register a JVMEvent class and the method in the Aggregator sub-class that handles it.<R extends JVMEvent>
voidJVMEventDispatcher. register(Class<R> eventClass, Consumer<? super R> process)Called fromAggregator.register(Class, Consumer)Methods in com.microsoft.gctoolkit.aggregator with parameters of type JVMEvent Modifier and Type Method Description voidAggregator. receive(JVMEvent event)This method consumes a JVMEvent and dispatches it to theregistered consumer.voidAggregation. updateEventFrequency(JVMEvent event) -
Uses of JVMEvent in com.microsoft.gctoolkit.event
Subclasses of JVMEvent in com.microsoft.gctoolkit.event Modifier and Type Class Description classGCEventA GCEvent is something that happens in the GC sub system that is captured in the log, e.g. a Full GC -
Uses of JVMEvent in com.microsoft.gctoolkit.event.g1gc
Subclasses of JVMEvent in com.microsoft.gctoolkit.event.g1gc Modifier and Type Class Description classConcurrentCleanupForNextMarkConcurrent cleanup for next markclassConcurrentClearClaimedMarksConcurrent phase, Clear claimed marksclassConcurrentCompleteCleanupConcurrent phase, complete cleanup at end of G1GC Concurrent cycleclassConcurrentCreateLiveDataConcurrent phase: Create Live DataclassConcurrentScanRootRegionConcurrent phaseclassG1CleanupPause phaseclassG1ConcurrentCleanupConcurrent phaseclassG1ConcurrentMarkConcurrent phaseclassG1ConcurrentMarkResetForOverflowclassG1ConcurrentRebuildRememberedSetsclassG1ConcurrentStringDeduplication2015-10-17T21:10:23.673-0400: 3993.137: [GC concurrent-string-deduplication, 79.3K->792.0B(78.6K), avg 96.2%, 0.0024351 secs]classG1ConcurrentUndoCycleclassG1FullGCclassG1FullGCNESfull GC not elsewhere specified on the G1 garbage collectorclassG1GCConcurrentEventclassG1GCEventclassG1GCPauseEventclassG1MixedclassG1RealPausenot a trapclassG1RemarkclassG1SystemGCclassG1TrapG1 Event to capture parser errorsclassG1YoungclassG1YoungInitialMark -
Uses of JVMEvent in com.microsoft.gctoolkit.event.generational
Subclasses of JVMEvent in com.microsoft.gctoolkit.event.generational Modifier and Type Class Description classAbortablePreCleanCMS phase to put time between the InitialMark and the Remark phase.classCMSConcurrentEventclassCMSPauseEventclassCMSRemarkclassConcurrentMarkCMS concurrent mark phaseclassConcurrentModeFailureclassConcurrentModeInterruptedclassConcurrentPreCleanclassConcurrentResetclassConcurrentSweepclassDefNewclassFullGCclassGenerationalGCEventclassGenerationalGCPauseEventclassInitialMarkclassParNewclassParNewPromotionFailedclassPSFullGCclassPSYoungGenclassSystemGCclassYoungGC -
Uses of JVMEvent in com.microsoft.gctoolkit.event.jvm
Subclasses of JVMEvent in com.microsoft.gctoolkit.event.jvm Modifier and Type Class Description classApplicationConcurrentTimeEvent to report on time application is running with the collectorclassApplicationRunTimeApplication run time between safepoint events.classApplicationStoppedTimeclassJVMTerminationclassSafepointclassSurvivorRecord -
Uses of JVMEvent in com.microsoft.gctoolkit.event.shenandoah
Subclasses of JVMEvent in com.microsoft.gctoolkit.event.shenandoah Modifier and Type Class Description classShenandoahCycle -
Uses of JVMEvent in com.microsoft.gctoolkit.event.zgc
Subclasses of JVMEvent in com.microsoft.gctoolkit.event.zgc Modifier and Type Class Description classFullZGCCycleclassMajorZGCCycleclassMinorZGCCycle -
Uses of JVMEvent in com.microsoft.gctoolkit.message
Methods in com.microsoft.gctoolkit.message with parameters of type JVMEvent Modifier and Type Method Description voidJVMEventChannelAggregator. receive(JVMEvent payload)
-