| 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.checkpoint | |
| 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 |
GridKernalContext.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
GridKernalContextImpl.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
GridKernalContext.getStripedExecutorService()
Executor service that is in charge of processing internal system messages
in stripes (dedicated threads).
|
StripedExecutor |
GridKernalContextImpl.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.registerMBeansAfterNodeStarted(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 kernal MBeans (for kernal, metrics, thread pools) after node start.
|
| 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 |
|---|---|
void |
CheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
StripedExecutor exec) |
void |
LightweightCheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
StripedExecutor exec) |
void |
Checkpointer.finalizeCheckpointOnRecovery(long cpTs,
UUID cpId,
WALPointer walPtr,
StripedExecutor exec) |
void |
CheckpointWorkflow.finalizeCheckpointOnRecovery(long cpTs,
UUID cpId,
WALPointer walPtr,
StripedExecutor exec,
CheckpointPagesWriterFactory checkpointPagesWriterFactory)
This method makes sense if node was stopped during the checkpoint(Start marker was written to disk while end
marker are not).
|
| 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.11.0 Release Date : September 11 2021