Uses of Class
org.apache.ignite.internal.util.worker.GridWorker
-
Packages that use GridWorker Package Description org.apache.ignite.internal.processors.cache.persistence.checkpoint org.apache.ignite.internal.processors.cache.persistence.wal.filehandle org.apache.ignite.internal.processors.job TODO.org.apache.ignite.internal.processors.metastorage.persistence org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.schema org.apache.ignite.internal.processors.task TODO.org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.worker Common utility classes for threads.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.org.apache.ignite.spi.discovery Contains APIs for topology manager SPI.org.apache.ignite.thread Contains threads-related utility classes. -
-
Uses of GridWorker in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Subclasses of GridWorker in org.apache.ignite.internal.processors.cache.persistence.checkpoint Modifier and Type Class Description classCheckpointerCheckpointer object is used for notification on checkpoint begin, predicate isCheckpointer.scheduledCp.nextCpTs - now > 0. -
Uses of GridWorker in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Subclasses of GridWorker in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle Modifier and Type Class Description classFileHandleManagerImpl.WALWriterWAL writer worker. -
Uses of GridWorker in org.apache.ignite.internal.processors.job
Subclasses of GridWorker in org.apache.ignite.internal.processors.job Modifier and Type Class Description classGridJobWorkerJob worker. -
Uses of GridWorker in org.apache.ignite.internal.processors.metastorage.persistence
Subclasses of GridWorker in org.apache.ignite.internal.processors.metastorage.persistence Modifier and Type Class Description classDmsDataWriterWorker -
Uses of GridWorker in org.apache.ignite.internal.processors.query
Constructor parameters in org.apache.ignite.internal.processors.query with type arguments of type GridWorker Constructor Description SqlClientContext(GridKernalContext ctx, javax.cache.configuration.Factory<GridWorker> orderedBatchWorkerFactory, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean lazy, boolean skipReducerOnUpdate, @Nullable Boolean dataPageScanEnabled, @Nullable Integer updateBatchSize, @Nullable String qryEngine, @Nullable TransactionConcurrency concurrency, @Nullable TransactionIsolation isolation, long timeout, @Nullable String lb) -
Uses of GridWorker in org.apache.ignite.internal.processors.query.schema
Subclasses of GridWorker in org.apache.ignite.internal.processors.query.schema Modifier and Type Class Description classSchemaIndexCachePartitionWorkerWorker for creating/rebuilding indexes for cache per partition.classSchemaOperationWorkerSchema operation executor. -
Uses of GridWorker in org.apache.ignite.internal.processors.task
Subclasses of GridWorker in org.apache.ignite.internal.processors.task Modifier and Type Class Description classGridTaskWorker<T,R>Grid task worker. -
Uses of GridWorker in org.apache.ignite.internal.util
Subclasses of GridWorker in org.apache.ignite.internal.util Modifier and Type Class Description static classStripedExecutor.StripeStripe.Methods in org.apache.ignite.internal.util with parameters of type GridWorker Modifier and Type Method Description static voidIgniteUtils. cancel(@Nullable GridWorker w)Cancels given runnable.static booleanIgniteUtils. join(@Nullable GridWorker w, @Nullable IgniteLogger log)Joins runnable.static voidIgniteUtils. join(GridWorker w)Joins worker.Method parameters in org.apache.ignite.internal.util with type arguments of type GridWorker Modifier and Type Method Description static voidIgniteUtils. awaitForWorkersStop(Collection<GridWorker> workers, boolean cancel, @Nullable IgniteLogger log)Stops workers from given collection and waits for their completion.static voidIgniteUtils. cancel(Iterable<? extends GridWorker> ws)Cancels collection of runnables.static booleanIgniteUtils. join(Iterable<? extends GridWorker> ws, IgniteLogger log)Joins given collection of runnables. -
Uses of GridWorker in org.apache.ignite.internal.util.worker
Methods in org.apache.ignite.internal.util.worker with parameters of type GridWorker Modifier and Type Method Description voidGridWorkerPool. execute(GridWorker w)Schedules runnable task for execution.voidGridWorkerListener. onIdle(GridWorker w)voidGridWorkerListenerAdapter. onIdle(GridWorker w)voidGridWorkerListener. onStarted(GridWorker w)voidGridWorkerListenerAdapter. onStarted(GridWorker w)voidGridWorkerListener. onStopped(GridWorker w)voidGridWorkerListenerAdapter. onStopped(GridWorker w)voidGridWorkerFuture. setWorker(GridWorker w) -
Uses of GridWorker in org.apache.ignite.internal.worker
Methods in org.apache.ignite.internal.worker that return GridWorker Modifier and Type Method Description GridWorkerWorkersRegistry. worker(String name)Returns worker with given name.Methods in org.apache.ignite.internal.worker with parameters of type GridWorker Modifier and Type Method Description voidWorkersRegistry. onIdle(GridWorker w)voidWorkersRegistry. onStarted(GridWorker w)voidWorkersRegistry. onStopped(GridWorker w)voidWorkersRegistry. register(GridWorker w)Adds worker to the registry.Constructor parameters in org.apache.ignite.internal.worker with type arguments of type GridWorker Constructor Description WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd, long sysWorkerBlockedTimeout, IgniteLogger log) -
Uses of GridWorker in org.apache.ignite.spi.communication.tcp.internal
Subclasses of GridWorker in org.apache.ignite.spi.communication.tcp.internal Modifier and Type Class Description classCommunicationWorkerWorks with connections states. -
Uses of GridWorker in org.apache.ignite.spi.discovery
Methods in org.apache.ignite.spi.discovery that return GridWorker Modifier and Type Method Description GridWorkerIgniteDiscoveryThread. worker() -
Uses of GridWorker in org.apache.ignite.thread
Constructors in org.apache.ignite.thread with parameters of type GridWorker Constructor Description IgniteThread(GridWorker worker)Creates thread with given worker.
-