Uses of Interface
org.apache.ignite.internal.util.worker.GridWorkerListener
-
Packages that use GridWorkerListener Package Description org.apache.ignite.internal.processors.security.thread org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO.org.apache.ignite.internal.util.worker Common utility classes for threads.org.apache.ignite.internal.worker System worker registry and control MBean implementation. -
-
Uses of GridWorkerListener in org.apache.ignite.internal.processors.security.thread
Constructors in org.apache.ignite.internal.processors.security.thread with parameters of type GridWorkerListener Constructor Description SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, boolean stealTasks, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout)SecurityAwareStripedExecutor(IgniteSecurity security, int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout) -
Uses of GridWorkerListener in org.apache.ignite.internal.util
Constructors in org.apache.ignite.internal.util with parameters of type GridWorkerListener Constructor Description Stripe(String igniteInstanceName, String poolName, int idx, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, HistogramMetricImpl execTime)StripedExecutor(int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, boolean stealTasks, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout)StripedExecutor(int cnt, String igniteInstanceName, String poolName, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, long failureDetectionTimeout) -
Uses of GridWorkerListener in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type GridWorkerListener Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. workerListener(GridWorkerListener workerLsnr) -
Uses of GridWorkerListener in org.apache.ignite.internal.util.worker
Classes in org.apache.ignite.internal.util.worker that implement GridWorkerListener Modifier and Type Class Description classGridWorkerListenerAdapterConvenience adapter forGridWorkerListener.Constructors in org.apache.ignite.internal.util.worker with parameters of type GridWorkerListener Constructor Description GridWorker(String igniteInstanceName, String name, IgniteLogger log, @Nullable GridWorkerListener lsnr)Creates new grid worker with given parameters. -
Uses of GridWorkerListener in org.apache.ignite.internal.worker
Classes in org.apache.ignite.internal.worker that implement GridWorkerListener Modifier and Type Class Description classWorkersRegistryWorkers registry.
-