| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persitence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.filehandle | |
| org.apache.ignite.internal.processors.job |
TODO.
|
| 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.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.thread |
Contains threads-related utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDatabaseSharedManager.Checkpointer
Checkpointer object is used for notification on checkpoint begin, predicate is
GridCacheDatabaseSharedManager.Checkpointer.scheduledCp.nextCpTs - now
> 0 . |
| Modifier and Type | Class and Description |
|---|---|
class |
FileHandleManagerImpl.WALWriter
WAL writer worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobWorker
Job worker.
|
| Constructor and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaOperationWorker
Schema operation executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskWorker<T,R>
Grid task worker.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StripedExecutor.Stripe
Stripe.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IgniteUtils.cancel(@Nullable GridWorker w)
Cancels given runnable.
|
static void |
IgniteUtils.join(GridWorker w)
Joins worker.
|
static boolean |
IgniteUtils.join(@Nullable GridWorker w,
@Nullable IgniteLogger log)
Joins runnable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IgniteUtils.cancel(Iterable<? extends GridWorker> ws)
Cancels collection of runnables.
|
static boolean |
IgniteUtils.join(Iterable<? extends GridWorker> ws,
IgniteLogger log)
Joins given collection of runnables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridWorkerPool.execute(GridWorker w)
Schedules runnable task for execution.
|
void |
GridWorkerListener.onIdle(GridWorker w) |
void |
GridWorkerListenerAdapter.onIdle(GridWorker w) |
void |
GridWorkerListener.onStarted(GridWorker w) |
void |
GridWorkerListenerAdapter.onStarted(GridWorker w) |
void |
GridWorkerListener.onStopped(GridWorker w) |
void |
GridWorkerListenerAdapter.onStopped(GridWorker w) |
void |
GridWorkerFuture.setWorker(GridWorker w) |
| Modifier and Type | Method and Description |
|---|---|
GridWorker |
WorkersRegistry.worker(String name)
Returns worker with given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkersRegistry.onIdle(GridWorker w) |
void |
WorkersRegistry.onStarted(GridWorker w) |
void |
WorkersRegistry.onStopped(GridWorker w) |
void |
WorkersRegistry.register(GridWorker w)
Adds worker to the registry.
|
| Modifier and Type | Method and Description |
|---|---|
GridWorker |
IgniteDiscoveryThread.worker() |
| Constructor and Description |
|---|
IgniteThread(GridWorker worker)
Creates thread with given worker.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020