Uses of Class
org.apache.ignite.internal.LongJVMPauseDetector
-
Packages that use LongJVMPauseDetector Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.checkpoint org.apache.ignite.internal.processors.cache.persistence.wal.reader -
-
Uses of LongJVMPauseDetector in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return LongJVMPauseDetector Modifier and Type Method Description LongJVMPauseDetectorGridKernalContext. longJvmPauseDetector()Gets long JVM pause detector.LongJVMPauseDetectorGridKernalContextImpl. longJvmPauseDetector()Gets long JVM pause detector.Constructors in org.apache.ignite.internal with parameters of type LongJVMPauseDetector Constructor Description GridKernalContextImpl(GridLoggerProxy log, IgniteEx grid, IgniteConfiguration cfg, GridKernalGateway gw, List<PluginProvider> plugins, IgnitePredicate<String> clsFilter, WorkersRegistry workerRegistry, Thread.UncaughtExceptionHandler hnd, LongJVMPauseDetector pauseDetector)Creates new kernal context. -
Uses of LongJVMPauseDetector in org.apache.ignite.internal.processors.cache.persistence.checkpoint
-
Uses of LongJVMPauseDetector in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return LongJVMPauseDetector Modifier and Type Method Description LongJVMPauseDetectorStandaloneGridKernalContext. longJvmPauseDetector()Gets long JVM pause detector.
-