Uses of Class
org.apache.ignite.internal.worker.WorkersRegistry
-
Packages that use WorkersRegistry 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 org.apache.ignite.internal.worker System worker registry and control MBean implementation.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of WorkersRegistry in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return WorkersRegistry Modifier and Type Method Description WorkersRegistryGridKernalContext. workersRegistry()Gets workers registry.WorkersRegistryGridKernalContextImpl. workersRegistry()Gets workers registry.Methods in org.apache.ignite.internal with parameters of type WorkersRegistry Modifier and Type Method Description voidIgniteKernal. start(IgniteConfiguration cfg, GridAbsClosure errHnd, WorkersRegistry workerRegistry, Thread.UncaughtExceptionHandler hnd, TimeBag startTimer)Constructors in org.apache.ignite.internal with parameters of type WorkersRegistry 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 WorkersRegistry in org.apache.ignite.internal.processors.cache.persistence.checkpoint
-
Uses of WorkersRegistry in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return WorkersRegistry Modifier and Type Method Description WorkersRegistryStandaloneGridKernalContext. workersRegistry()Gets workers registry. -
Uses of WorkersRegistry in org.apache.ignite.internal.worker
Constructors in org.apache.ignite.internal.worker with parameters of type WorkersRegistry Constructor Description FailureHandlingMxBeanImpl(@NotNull WorkersRegistry workersRegistry, @NotNull IgniteCacheDatabaseSharedManager dbMgr)WorkersControlMXBeanImpl(WorkersRegistry registry)Constructor. -
Uses of WorkersRegistry in org.apache.ignite.spi.communication.tcp.internal
-