| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers |
TODO.
|
| org.apache.ignite.internal.managers.systemview | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.reader | |
| org.apache.ignite.internal.processors.metric |
| Modifier and Type | Field and Description |
|---|---|
protected StripedExecutor |
GridKernalContextImpl.stripedExecSvc |
| Modifier and Type | Method and Description |
|---|---|
StripedExecutor |
GridKernalContextImpl.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
GridKernalContext.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
GridKernalContextImpl.getStripedExecutorService()
Executor service that is in charge of processing internal system messages
in stripes (dedicated threads).
|
StripedExecutor |
GridKernalContext.getStripedExecutorService()
Executor service that is in charge of processing internal system messages
in stripes (dedicated threads).
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteKernal.start(IgniteConfiguration cfg,
ExecutorService utilityCachePool,
ExecutorService execSvc,
ExecutorService svcExecSvc,
ExecutorService sysExecSvc,
StripedExecutor stripedExecSvc,
ExecutorService p2pExecSvc,
ExecutorService mgmtExecSvc,
StripedExecutor dataStreamExecSvc,
ExecutorService restExecSvc,
ExecutorService affExecSvc,
@Nullable ExecutorService idxExecSvc,
@Nullable ExecutorService buildIdxExecSvc,
IgniteStripedThreadPoolExecutor callbackExecSvc,
ExecutorService qryExecSvc,
ExecutorService schemaExecSvc,
ExecutorService rebalanceExecSvc,
IgniteStripedThreadPoolExecutor rebalanceStripedExecSvc,
@Nullable Map<String,? extends ExecutorService> customExecSvcs,
GridAbsClosure errHnd,
WorkersRegistry workerRegistry,
Thread.UncaughtExceptionHandler hnd,
TimeBag startTimer) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteMBeansManager.registerAllMBeans(ExecutorService utilityCachePool,
ExecutorService execSvc,
ExecutorService svcExecSvc,
ExecutorService sysExecSvc,
StripedExecutor stripedExecSvc,
ExecutorService p2pExecSvc,
ExecutorService mgmtExecSvc,
StripedExecutor dataStreamExecSvc,
ExecutorService restExecSvc,
ExecutorService affExecSvc,
@Nullable ExecutorService idxExecSvc,
IgniteStripedThreadPoolExecutor callbackExecSvc,
ExecutorService qryExecSvc,
ExecutorService schemaExecSvc,
ExecutorService rebalanceExecSvc,
IgniteStripedThreadPoolExecutor rebalanceStripedExecSvc,
@Nullable Map<String,? extends ExecutorService> customExecSvcs,
WorkersRegistry workersRegistry)
Registers all kernal MBeans (for kernal, metrics, thread pools).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSystemViewManager.registerThreadPools(StripedExecutor stripedExecSvc,
StripedExecutor dataStreamExecSvc)
Registers system views for a striped thread pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.stripedApply(Runnable run,
int grpId,
int partId,
StripedExecutor exec,
Semaphore semaphore) |
void |
GridCacheDatabaseSharedManager.stripedApplyPage(Consumer<PageMemoryEx> consumer,
int grpId,
int partId,
StripedExecutor exec,
Semaphore semaphore) |
| Modifier and Type | Method and Description |
|---|---|
StripedExecutor |
StandaloneGridKernalContext.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
StandaloneGridKernalContext.getStripedExecutorService()
Executor service that is in charge of processing internal system messages
in stripes (dedicated threads).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridMetricManager.registerThreadPools(ExecutorService utilityCachePool,
ExecutorService execSvc,
ExecutorService svcExecSvc,
ExecutorService sysExecSvc,
StripedExecutor stripedExecSvc,
ExecutorService p2pExecSvc,
ExecutorService mgmtExecSvc,
StripedExecutor dataStreamExecSvc,
ExecutorService restExecSvc,
ExecutorService affExecSvc,
@Nullable ExecutorService idxExecSvc,
IgniteStripedThreadPoolExecutor callbackExecSvc,
ExecutorService qryExecSvc,
ExecutorService schemaExecSvc,
ExecutorService rebalanceExecSvc,
IgniteStripedThreadPoolExecutor rebalanceStripedExecSvc,
@Nullable Map<String,? extends ExecutorService> customExecSvcs)
Registers all metrics for thread pools.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020